 
.fl { float: left; }

.fr { float: right; }

.show { display: block !important; }

.hide { display: none !important; }

.commonweb { padding: 0px 10px; }

.commonwebbox { margin-left: 0px; margin-right: 0px; }

.commonleft { float: none; }

.commonright { float: none; }

.visible-sm, .visible-md, .visible-lg { display: none; }

.hidden-sm, .hidden-md, .hidden-lg { display: block; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

.Topping{display: none;cursor:pointer; }

.Topping.active{display: block;}

.Topping img{max-width: 60%;}

@media (max-width: 320px) { body { min-width: 320px; } }

@media (min-width: 768px) { .commonweb { padding: 0px 20px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .visible-sm { display: block; }
  .hidden-sm { display: none; }
  .commonweb { margin: 0px auto; max-width: 750px; } }

@media (min-width: 992px) { .commonweb { padding: 0px 10px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-md { display: block; }
  .hidden-md { display: none; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .commonweb { max-width: 970px; } }

@media (min-width: 1260px) { html { cursor: default; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-lg { display: block; }
  .hidden-lg { display: none; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; } }

@media (min-width: 1260px) { .commonweb { max-width: 1220px; } }

/* layout start*/
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; transition-property: transform,-webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -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; 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; align-items: flex-start; -webkit-transition-property: -webkit-transform,height; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; transition-property: transform,height; transition-property: transform,height,-webkit-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-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-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-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; -webkit-border-radius: 100%; border-radius: 100%; background: #000; }

button.swiper-pagination-bullet { border: none; 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-bullet-active { opacity: 1; background: #007aff; }

.swiper-scrollbar { -webkit-border-radius: 10px; border-radius: 10px; position: relative; -ms-touch-action: none; background: #dde2e9; }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 0px; bottom: 20px; z-index: 50; height: 2px; width: 100%; opacity: 1 !important; }

.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: #c1c7cf; -webkit-border-radius: 10px; border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.animated { -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY { -webkit-animation-duration: .75s; animation-duration: .75s; }

@-webkit-keyframes bounce { 0%, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% { -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% { -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce { 0%, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% { -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% { -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; }

@-webkit-keyframes flash { 0%, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

@keyframes flash { 0%, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

.flash { -webkit-animation-name: flash; animation-name: flash; }

@-webkit-keyframes pulse { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes rubberBand { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% { -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% { -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% { -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% { -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% { -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% { -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% { -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% { -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% { -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% { -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

@-webkit-keyframes shake { 0%, to { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake { 0%, to { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake { -webkit-animation-name: shake; animation-name: shake; }

@-webkit-keyframes headShake { 0% { -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake { 0% { -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; }

@-webkit-keyframes swing { 20% { -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% { -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% { -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% { -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing { 20% { -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% { -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% { -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% { -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }

@-webkit-keyframes tada { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada { -webkit-animation-name: tada; animation-name: tada; }

@-webkit-keyframes wobble { 0% { -webkit-transform: none;
    transform: none; }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to { -webkit-transform: none;
    transform: none; } }

@keyframes wobble { 0% { -webkit-transform: none;
    transform: none; }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to { -webkit-transform: none;
    transform: none; } }

.wobble { -webkit-animation-name: wobble; animation-name: wobble; }

@-webkit-keyframes jello { 0%, 11.1%, to { -webkit-transform: none;
    transform: none; }
  22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello { 0%, 11.1%, to { -webkit-transform: none;
    transform: none; }
  22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }

@-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% { -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to { opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% { -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to { opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; }

@-webkit-keyframes bounceInDown { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% { -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to { -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% { -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to { -webkit-transform: none;
    transform: none; } }

.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% { -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% { -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to { -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% { -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% { -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to { -webkit-transform: none;
    transform: none; } }

.bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to { -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to { -webkit-transform: none;
    transform: none; } }

.bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% { -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% { -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp { 0%, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% { -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% { -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }

@-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft { 20% { opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft { 20% { opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight { 20% { opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight { 20% { opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { 0% { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig { 0% { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig { 0% { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig { 0% { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig { 0% { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig { 0% { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  to { opacity: 0; } }

.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; }

@-webkit-keyframes flip { 0% { -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% { -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip { 0% { -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% { -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; }

@-webkit-keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% { -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% { -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% { -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% { -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; }

@-webkit-keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% { -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% { -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% { -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% { -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; }

@-webkit-keyframes flipOutX { 0% { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX { 0% { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }

@-webkit-keyframes flipOutY { 0% { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY { 0% { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% { -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% { opacity: 1; }
  80% { -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to { -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn { 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% { -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% { opacity: 1; }
  80% { -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to { -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut { 0% { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut { 0% { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn { 0% { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center; transform-origin: center;
    opacity: 1; }
  0%, to { -webkit-transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut { 0% { -webkit-transform-origin: center; transform-origin: center;
    opacity: 1; }
  0%, to { -webkit-transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; }
  0%, 20%, 60% { -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  40%, 80% { -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to { -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; }
  0%, 20%, 60% { -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  40%, 80% { -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to { -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge { -webkit-animation-name: hinge; animation-name: hinge; }

@-webkit-keyframes rollIn { 0% { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn { 0% { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; }

@-webkit-keyframes rollOut { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; }

@-webkit-keyframes zoomIn { 0% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@keyframes zoomIn { 0% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

@-webkit-keyframes zoomInDown { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; }

@-webkit-keyframes zoomOut { 0% { opacity: 1; }
  50% { -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to { opacity: 0; } }

@keyframes zoomOut { 0% { opacity: 1; }
  50% { -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to { opacity: 0; } }

.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown { 0% { -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown { 0% { -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInLeft { 0% { -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft { 0% { -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight { 0% { -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight { 0% { -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideInUp { 0% { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp { 0% { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideOutDown { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

img.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top; }



/*--头部--*/
.row { width: 1440px; margin: 0 auto; padding: 0 15px; position: relative; }

 

.hideScroll { overflow: hidden; }

.header { background: #fff; position: fixed; width: 100%; top: 0px; z-index: 99; padding: 0px 15px; }

.header .logo { display: block; float: left; max-width: 175px; margin: 0px auto; padding: 10px 0px 10px; }

.header .logo img { display: block; height: 50px; }

.nav { text-align: left; display: none; position: fixed; top: 70px; bottom: 0px; width: 100%; left: 0px; background: #fff; overflow-y: auto; }

.nav ul { padding: 20px; }

.nav ul li { padding: 0px; font-size: 14px; line-height: 45px; border-bottom: 1px solid #d3ad82; position: relative; }

.nav ul li a{width: 100%;height: 100%;line-height: 44px;transition: all 0.3s;}

.nav ul li .nav-TBox{position: absolute; top: 36px; left: 0;overflow: hidden; width: 100%;border-radius: 5px;}
.nav ul li .t { width: 100%; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; background: #fff;
 position: relative;max-height: 0;transition: all 0.5s;}


/* .nav ul li .t { width: 100%; -webkit-box-shadow: 0 5px 10px #8f8b87; box-shadow: 0 5px 10px #8f8b87; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; position: absolute; top: 44px; left: 0; padding: 0; background: #fff;display: none;padding: 5px 0;} */


.nav ul li .t::before {content: ""; border: 8px solid transparent; border-bottom-color: #8f8b87; position: absolute; top: -16px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);opacity: 0;transition: all 0.5s;}
.nav ul li .p { width: 100%; font-size: 12px; text-align: center; line-height: 30px; color: #333;}
.nav ul li .p a{line-height: 30px;}

.nav ul li .p:last-child { border: none; }

.navbtn { float: right; width: 30px; height: 26px; position: relative; cursor: pointer; margin-top: 22px; }

.navbtn span { display: block; height: 2px; background: #d3ad82; top: 0px; position: absolute; width: 100%; -webkit-transition: all .3s ease; transition: all .3s ease; }

.navbtn span:nth-child(2) { top: 12px; }

.navbtn span:nth-child(3) { top: 24px; }

.closeNavbtn span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 12px; }

.closeNavbtn span:nth-child(2) { display: none; }

.closeNavbtn span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 12px; }

/*--右侧悬浮--*/
.le-box { width: 70px; height: auto; position: fixed; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; border: 1px solid #f4f3ef; z-index: 1000; }

.le-box .t { width: 70px; height: 70px; border-bottom: 1px solid #f4f3ef; position: relative; background: #fff; -webkit-transition: all 0.3s; transition: all 0.3s; }

.le-box .t:last-child { border: none; }

.le-box .t img{max-width: 100%;}

.le-box .t .i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); 
  -webkit-transition: all 0.3s; transition: all 0.3s; max-width: 80%;}

.le-box .t .iove { display: none; }

.le-box .t .iov { width: 100px; height: auto; position: absolute; bottom: 0; right: 100%; background: #fff; padding: 10px 5px 15px; -webkit-transition: all 0.3s; transition: all 0.3s; display: none; border: 1px solid #f4f3ef; -webkit-box-shadow: 0 5px 10px #999; box-shadow: 0 5px 10px #999; }

.le-box .t .iov::before { content: ""; border: 6px solid transparent; border-left-color: #fff; position: absolute; bottom: 15px; right: -12px; }

.le-box .t .iov .img { width: 80px; height: 80px; overflow: hidden; }

.le-box .t .iov .img img { width: 100%; }

.le-box .t .iov .h { font-size: 12px; color: #282828; text-align: center; line-height: 18px; }

.le-box .t:hover { background: #973f10; }

.le-box .t:hover .sow { display: none; }

.le-box .t:hover .iove { display: block; }

.le-box .t:hover .iov { display: block; }

/*--banner--*/
.banner { overflow: hidden; position: relative; width: 100%; }

.banner ul li { overflow: hidden; }
.banner ul li a{display: block;width: 100%;height: 100%;}

/* .banner img { display: block; height: 290px; position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } */
.banner video{display: block; height: 100%; width:100%; object-fit:cover; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 10;}
.banner .bannerImg{display: block;width: 100%;}

.bannerText { width: 100%; position: absolute; color: #fff; text-align: center; z-index: 9; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.bannerText p { font-style: italic; font-size: 30px; letter-spacing: 0px; text-transform: uppercase; font-weight: 100; line-height: 40px; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); opacity: 0; visibility: hidden; }

.bannerText h3 { font-size: 16px; letter-spacing: 10px; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); opacity: 0; visibility: hidden; }

.banner ul li.swiper-slide-active .bannerText p { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); opacity: 1; visibility: visible; -webkit-transition: all .8s ease; transition: all .8s ease; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

.banner ul li.swiper-slide-active .bannerText h3 { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); opacity: 1; visibility: visible; -webkit-transition: all .8s ease; transition: all .8s ease; -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }

/*--重磅新品--*/
.NewProductTextbox { padding-bottom: 30px; }

.NewProductbox { position: relative; overflow: hidden; margin-top: 30px; }

.NewProductText { max-width: 500px; margin: 0px auto; text-align: center; }

.NewProductText h3 span { position: relative; font-size: 18px; color: #000000; padding: 0px 30px; display: inline-block; }

.NewProductText h3 span::after { content: ''; display: block; left: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; width: 20px; height: 20px; background: url(../images/img03.png) no-repeat; background-size: cover; }

.NewProductText h3 span::before { content: ''; display: block; right: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; width: 20px; height: 20px; background: url(../images/img03.png) no-repeat; background-size: cover; }

.NewProductText .enText { font-size: 18px; color: #d3ad82; line-height: 20px; text-transform: uppercase; font-weight: 100; padding-top: 10px; }

.NewProductText h4 { font-size: 16px; color: #343434; padding-top: 10px; letter-spacing: 0px; }

.NewProductText .desc { font-size: 12px; color: #828282; padding-top: 10px; }

.NewProductText .btn { padding-top: 20px; }

.NewProductText .btn a { display: inline-block; width: 120px; line-height: 30px; font-size: 12px; border: 1px solid #878787; color: #4c4948; -webkit-border-radius: 5px; border-radius: 5px; }

.NewProductText .btn a:hover { color: #ffffff; background: #606d4d; border: 1px solid #606d4d; }

.NewProductImg { overflow: hidden; position: relative; }

.NewProductImg ul li { width: 100%; position: relative; overflow: hidden; }

.NewProductImg ul li img { display: block; width: 100%; }

.indexAuthority .NewProductTextbox { right: 0px; left: auto; }

.indexAuthority .NewProductImg { margin-left: 0px; padding: 0px; margin-right: 0px; }

/*--明星产品--*/
.indexCelebrityProductTitle { background: #d3ad82; text-align: center; padding: 20px 0px; margin-top: 30px; position: relative; }

.indexCelebrityProductTitle span { position: relative; font-size: 20px; color: #fff; padding: 0px 35px; display: inline-block; }

.indexCelebrityProductTitle span::after { content: ''; display: block; left: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; width: 25px; height: 25px; background: url(../images/img05.png) no-repeat; background-size: cover; }

.indexCelebrityProductTitle span::before { content: ''; display: block; right: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; width: 25px; height: 25px; background: url(../images/img05.png) no-repeat; background-size: cover; }

.indexCelebrityProductbg { background: url(../images/img06.jpg) no-repeat bottom; background-size: cover; padding: 35px 0px; }

.indexCelebrityProductbox { position: relative; }

.indexCelebrityProductbox em { position: absolute; display: block; width: 20px; height: 20px; border: 1px solid #d3ad82; border-left: none; border-top: none; top: 50%; z-index: 20; cursor: pointer; }

.indexCelebrityProductbox em.CelebrityProductPrev { -webkit-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); left: 0px; }

.indexCelebrityProductbox em.CelebrityProductNext { -webkit-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); right: 0px; }

.indexCelebrityProductbox em.CelebrityProductPrev.swiper-button-disabled{border-color: #999;}

.indexCelebrityProduct { overflow: hidden; position: relative; }

.indexCelebrityProduct ul li { text-align: center; }

.indexCelebrityProduct ul li .ProductImg img { display: block; margin: 0px auto; height: 180px; }

.indexCelebrityProduct ul li .enTitle { font-size: 12px; color: #cda683; text-transform: uppercase; font-weight: 100; }

.indexCelebrityProduct ul li .line { padding: 10px 0px; }

.indexCelebrityProduct ul li .line::after { width: 30px; content: ''; display: block; margin: 0px auto; height: 1px; background: #4c4948; }

.indexCelebrityProduct ul li h3 { font-size: 16px; color: #333333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.indexCelebrityProduct ul li .desc { font-size: 12px; color: #828282; margin-top: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.indexCelebrityProduct ul li .btn { margin-top: 25px; }

.indexCelebrityProduct ul li .btn { display: block; width: 125px; line-height: 35px; font-size: 12px; border: 1px solid #878787; color: #4c4948; -webkit-border-radius: 5px; border-radius: 5px; margin: 0px auto; }

.indexCelebrityProduct ul li .btn span { display: inline-block; background: url(../images/img10.png) no-repeat right center; padding-right: 25px; }

.indexCelebrityProduct ul li .btn:hover { color: #ffffff; background: #606d4d; border: 1px solid #606d4d; }

.indexCelebrityProduct ul li .btn:hover span { background: url(../images/img010.png) no-repeat right center; }

/*--全球口碑--*/
.indexWordOfMouthbox { position: relative; overflow: hidden; margin-top: 30px; }

.WordOfMouthSwitch { position: relative; overflow: hidden; margin-top: 30px; background: #fff; }

.WordOfMouthSwitch ul li { overflow: hidden; }

.WordOfMouthSwitch ul li img { width: 100%; display: block; }

.WordOfMouthSwitchDot { position: absolute; bottom: 30px; width: 100%; z-index: 20; left: 0px; text-align: center; }

.WordOfMouthSwitchDot span { background: #e7e7e7; opacity: 0.6; margin: 0px 4px; }

.WordOfMouthSwitchDot span.swiper-pagination-bullet-active { background: #d3ad82; opacity: 1; }

.indexWordOfMouthText { text-align: center; }

/*
.indexWordOfMouthText h3 span{position: relative; font-size: 40px; color: #000000; padding: 0px 55px; display: inline-block;}
.indexWordOfMouthText h3 span::after{content:''; display: block; left: 0px; top: 50%; transform: translateY(-50%); position:absolute; width:37px; height: 37px; background: url(../images/img03.png) no-repeat;background-size: cover;}
.indexWordOfMouthText h3 span::before{content:''; display: block; right: 0px; top: 50%; transform: translateY(-50%); position:absolute; width:37px; height: 37px; background: url(../images/img03.png) no-repeat;background-size: cover;}
.indexWordOfMouthText .enText{ font-size: 50px;color: #d3ad82; line-height: 50px; text-transform: uppercase; font-weight: 100; padding-top: 35px;}
.indexWordOfMouthText h4{ font-size: 26px; color: #343434; padding-top: 10px; letter-spacing: 3px;}
.indexWordOfMouthText .desc{ font-size:16px; color:#828282; padding-top: 20px;}
.indexWordOfMouthText .btn{padding-top: 55px;}
.indexWordOfMouthText .btn a{ display: inline-block; width: 190px; line-height: 50px;  font-size: 16px; border:1px solid #878787; color: #4c4948;border-radius: 5px;}
.indexWordOfMouthText .btn a:hover{color: #ffffff;background: #d3ad82;border:1px solid #d3ad82;}
*/
.indexStorebox { background: url(../images/img12.jpg) no-repeat center; background-size: cover; height: 300px; position: relative; }

.indexStore { width: 220px; height: 220px; -webkit-border-radius: 100%; border-radius: 100%; background: #fff; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.indexStore dl { width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; top: 50%; text-align: center; }

.indexStore dl dd p { color: #999999; font-size: 12px; }

.indexStore dl dd h3 { font-size: 16px; color: #3b241f; padding: 5px 0px; }

.indexStore dl dt { padding-top: 10px; }

.indexStore dl dt a { padding: 10px 15px; display: block; max-width: 60%; margin: 0px auto; border: 1px solid #d3d3d3; background: #fff; -webkit-border-radius: 43px; border-radius: 43px; font-size: 12px; color: #acacac; text-align: center;transition: all 0.3s; }

.indexStore dl dt a:hover{background-color: #606d4d;color: #fff;}
/*--品牌资讯--*/
.indexBrandNewsTitle { background: #f7f0e7; z-index: 2; }

.indexBrandNewsText { text-align: center; padding-top: 20px; padding-bottom: 30px; }

/*
.indexBrandNewsText h3 span{position: relative; font-size: 40px; color: #000000; padding: 0px 55px; display: inline-block;}
.indexBrandNewsText h3 span::after{content:''; display: block; left: 0px; top: 50%; transform: translateY(-50%); position:absolute; width:37px; height: 37px; background: url(../images/img03.png) no-repeat;background-size: cover;}
.indexBrandNewsText h3 span::before{content:''; display: block; right: 0px; top: 50%; transform: translateY(-50%); position:absolute; width:37px; height: 37px; background: url(../images/img03.png) no-repeat;background-size: cover;}
.indexBrandNewsText .enText{ font-size: 50px;color: #d3ad82; line-height: 50px; text-transform: uppercase; font-weight: 100; padding-top: 35px;}
.indexBrandNewsText h4{ font-size: 26px; color: #343434; padding-top: 10px; letter-spacing: 3px;}
.indexBrandNewsText .desc{ font-size:16px; color:#828282; padding-top: 20px;}
.indexBrandNewsText .btn{padding-top: 55px;}
.indexBrandNewsText .btn a{ display: inline-block; width: 190px; line-height: 50px;  font-size: 16px; border:1px solid #878787; color: #4c4948;border-radius: 5px;}
.indexBrandNewsText .btn a:hover{color: #ffffff;background: #d3ad82;border:1px solid #d3ad82;}
*/
.indexBrandNewsList ul li { position: relative; background: #d3ad82; overflow: hidden; }

.indexBrandNewsList ul li img { display: block; width: 100%; opacity: 0.3; -webkit-transition: all .8s ease; transition: all .8s ease; }

.indexBrandNewsList ul li:hover img { opacity: 1; }

/*--底部--*/
.footerbox { padding: 30px 0px; background: #606d4d; }

.footer { max-width: 1440px; margin: 0px auto; padding: 0px 10px; }

.footerColumn { text-align: left; line-height: 40px; }

.footerColumn a { display: block; color: #ffffff; font-size: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.footerShare { text-align: center; padding: 30px 0px; }

.footerShare .b { display: inline-block; -webkit-border-radius: 100%; border-radius: 100%; width: 38px; height: 38px; margin: 0px 5px; border: 1px solid rgba(255, 255, 255, 0.3); background-repeat: no-repeat; background-position: center; position: relative; }

.footerShare .b.weixin { background-image: url(../images/weixin.png); }

.footerShare .b.weibo { background-image: url(../images/weibo.png); }

.footerShare .b.douyin { background-image: url(../images/douyin.png); }

.footerShare .b.xiaohongshu { background-image: url(../images/xiaohongshu.png); }

.footerShare .b.weixinVideo { background-image: url(../images/weixinvideo.png); }

.footerShare .b .iov { display: none; width: 110px; padding: 10px; position: absolute; bottom: 110%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background-color: #fff; -webkit-border-radius: 5px; border-radius: 5px; z-index: 10; }

.footerShare .b .iov .img { width: 90px; height: 90px; overflow: hidden; }

.footerShare .b .iov .img img { width: 100%; }

.footerShare .b .iov .h { font-size: 12px; color: #333; }

.footerShare .b .iov.active { display: block; }

/*--护肤--*/
div:focus { outline: none; }

.title { text-align: center; }

.title .h { font-size: 48px; color: #333333; text-transform: uppercase;font-weight: bold; }

.title .p { font-size: 30px; color: #666666; }

.banner1 { width: 100%; overflow: hidden; position: relative; }

.banner1 img { width: 100%; }

.banner1 .row { position: absolute; top: 0; left: 50%; height: 100%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.banner1hei{height: 100%;}
.banner1 .text { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 230px; text-align: center; }

.banner1 .text .h { font-size: 60px; font-family: "Myriad Pro"; text-transform: uppercase; line-height: 1;font-style: italic;}

.banner1 .text .t { font-size: 44px; color: #000; }

.hf1 { padding-top: 95px; background:#fff; width: 100%; }

.hf1 .con { margin-top: 30px; }

.hf1 .con .top { width: 100%; background: #fff; border: 1px solid #e3e3e3; padding: 50px 60px 15px 55px; }

.hf1 .con .top .text { width: 100%; }

.hf1 .con .top .text .h { display: inline-block; font-size: 14px; color: #666; width: 120px; line-height: 75px; vertical-align: top; }

.hf1 .con .top .text:first-child .p { border-bottom: 2px solid #666; }

.hf1 .con .top .text .p { display: inline-block; width: 80%; line-height: 75px; }

.hf1 .con .top .text .p .t { display: inline-block; padding-left: 25px; }

.hf1 .con .top .text .p .t input[type="radio"] { position: absolute; clip: rect(0, 0, 0, 0); }

.hf1 .con .top .text .p .t input[type="radio"] + label { width: 18px; height: 18px; border: 2px solid #e3e3e3; display: inline-block; vertical-align: middle; margin-right: 10px; }

.hf1 .con .top .text .p .t input[type="radio"]:checked + label { color: #d3ad82; background: url(../images/icon1.png) no-repeat center center; border-color: #d3ad82; }

.hf1 .con .top .text .but { display: inline-block; margin-left: 40px; width: 75px; height: 75px; background: #f6f6f6 url(../images/soso.png) no-repeat center center; vertical-align: bottom; }

.hf1 .con .top .text .but button { width: 100%; height: 100%; border: none; background: none; }

.hf1 .con .top .text .p { border-bottom: 1px solid #e3e3e3; }

.hf1 .con .top .text:last-child .p { border: none; }

.hf1 .con .bot { padding-top: 120px; font-size: 0; }

.hf1 .con .bot .box { display: inline-block; width: 25%; text-align: center; margin-bottom: 140px; }

.hf1 .con .bot .box .img { max-width: 100%; height: auto; margin: 0 auto; }

.hf1 .con .bot .box .img img { max-width: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; }

.hf1 .con .bot .box .text { margin-top: 20px; }

.hf1 .con .bot .box .text .h { font-size: 20px; color: #000; font-weight: 400; min-height: 60px;}

.hf1 .con .bot .box .text .p { font-size: 14px; color: #999; margin-top: 5px; min-height: 21px; }

.hf1 .con .bot .box .text .num { font-size: 26px; color: #222; margin-top: 20px; }

.hf1 .con .bot .box .text .x-on { margin: 20px auto 0; }

.x-on { display: block; width: 194px; line-height: 50px; border: 1px solid #878787; font-size: 16px; color: #4c4948; text-align: center; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: all 0.3s; transition: all 0.3s; }

/*--权威科研--*/
.banner2 { width: 100%; overflow: hidden; position: relative; }

.banner2 .banner2anim { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }

.banner2 img { width: 100%; }

.banner2 .text { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; color: #fff; }

.banner2 .text .h { font-size: 48px; font-weight: bold; }

.banner2 .text .t { font-size: 30px; }

.banner2 .text .p { font-size: 18px; line-height: 30px; margin-top: 25px; }

.qwky1 { padding: 95px 0 70px; background: url(../images/bj12.png) no-repeat; text-align: center; background-size: 100%; overflow: hidden; display: none;}

.title-2 { text-align: center; }

.title-2 .h { font-size: 40px; color: #333; }

.title-2 .t { font-size: 24px; color: #393939; margin-top: 10px; }
.title-2 .t1 p{font-size: 40%;line-height: 0;position: relative;vertical-align: baseline;top: -1.5em;display: inline-block;}
.title-2 .t5 p{font-size: 40%;line-height: 0;position: relative;vertical-align: baseline;top: -1.5em;display: inline-block;}


.qwky1 .imgbox { position: relative; display: inline-block; margin-bottom: -505px; }

.qwky1 .img1 { display: inline-block; }

.qwky1 .img1 .iov { display: none; }

.qwky1 .img1 img { max-width: 100%; }

.qwky1 .img2 { position: absolute; top: 140px; left: -50px; }

.qwky1 .img3 { position: absolute; top: 230px; right: -90px; }

.qwky1 .img4 { position: absolute; top: 380px; left: -210px; }

.qwky1 .img6 { position: absolute; top: 149px; right: 139px; }

.qwky1 .img7 { position: absolute; top: 280px; left: 139px; }

.qwky1 .img8 { position: absolute; top: 370px; right: 0; }

.qwky1 .text { position: relative; z-index: 1; }

.qwky1 .text .h { font-size: 30px; color: #333; padding-bottom: 50px; position: relative; }

.qwky1 .text .h::before { content: ""; width: 32px; height: 25px; background: url(../images/icon5.png) no-repeat center center/cover; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.qwky1 .text .t { font-size: 16px; color: #393939; line-height: 26px; margin-top: 20px; }

.qwky1 .text .t2 { font-size: 18px; color: #333; line-height: 28px; margin-top: 5px; }

.qwky1 .text .t3 { font-size: 24px; color: #d3ad82; margin-top: 15px; }

.qwky1 .img5 { display: inline-block; margin-top: -20px; overflow: hidden; }

.qwky1 .img5 img { width: 100%; }


.qwky2 .title-2 {display: none;} 
.qwky4 .qwky2 .title-2 {display: block;} 
.qwky2 { padding: 95px 0; background: #fff;overflow: hidden; }
.QwkyRow{width: 1670px;margin: 0 auto;padding: 0 15px;position: relative;}

.qwky2 .x-text { text-align: center; }

.qwky2 .x-text .t { font-size: 20px; color: #333; }

.qwky2 .x-text .h { font-size: 40px; color: #333; }

.qwky2 .x-text .t1 { font-size: 18px; color: #828282; margin-top: 15px; }

.qwky2 .x-text .t2 { font-size: 24px; color: #d3ad82; margin-top: 15px; }

.qwky2 .box { margin: 25px 0 75px; width: 33%; display: inline-block; padding: 0 30px 0 70px; }

.qwky2 .box .h { font-size: 20px; color: #333;text-align: center;}

.qwky2 .box .t { font-size: 16px; color: #888; margin-top: 10px; }

.qwky2 .box .img { text-align: center; width: 100%; margin-top: 20px; }

.qwky2 .box .img img { max-width: 100%; }

.title-2 .t1 { font-size: 26px; color: #b98c7c; position: relative; display: inline-block; padding: 20px 40px; }

.title-2 .t1::before { content: ""; width: 22px; height: 17px; background: url(../images/icon6.png) no-repeat; position: absolute; top: 0; left: 0; }

.title-2 .t1::after { content: ""; width: 22px; height: 17px; background: url(../images/icon7.png) no-repeat; position: absolute; bottom: 0; right: 0; }

.title-2 .t2 { font-size: 18px; color: #393939; }

.title-2 .t2 span { color: #9b5b45; }

.title-2 .t3 { font-size: 30px; color: #d3ad82; }

.title-2 .t4 { font-size: 20px; color: #333; }

.title-2 .t5 { font-size: 24px; color: #333; margin-top: 10px; }

.qwky2 .box2 { margin-top: 35px; font-size: 0; display: none;}
.qwky4 .qwky2 .box2 {display: block;width: 900px;margin: 50px auto 0;}

.qwky2 .box2 .libox { width: 50%; display: inline-block; position: relative; text-align: center;}
.qwky2 .box2 .qwky4Box2Text{width: 50%;display: inline-block;font-size: 20px; color: #666;padding-top: 80px;vertical-align: top;padding-left: 110px;}
.qwky2 .box2 .qwky4Box2Text .t{margin-top: 20px;padding-left: 20px;position: relative;}
.qwky2 .box2 .qwky4Box2Text .t::before{content: "";width: 6px;height: 6px;background-color: #a8a8a8;position: absolute;top: 10px;left: 0;}
.qwky2 .box2 .qwky4Box2Text .t span{font-size: 34px;color: #d3ad82;}
.qwky2 .box2 .qwky4Box2Text .t p{font-size: 40%;line-height: 0;position: relative;vertical-align: baseline;top: -2.5em;color: #cac7c7;display: inline-block;}
.qwky2 .box2 .libox .h p{font-size: 40%;line-height: 0;position: relative;vertical-align: baseline;top: -1.8em;color: #cac7c7;display: inline-block;}



.qwky2 .box2 .libox .fan { width: 500px; height: 400px; border-left: 5px solid #d3ad82; border-bottom: 5px solid #d3ad82; position: relative;margin: 0 auto; }
/* .qwky2 .box2 .libox2 .fan { border-color: #ca8540;}
.qwky2 .box2 .libox3 .fan { border-color: #865524;} */
.qwky4Box2Zhushi{font-size: 10px;color: #a8a8a8;line-height: 1.3;margin-top: 50px;}

.qwky2 .box2 .libox .fan::before { content: ""; width: 9px; height: 9px; -webkit-border-radius: 50%; border-radius: 50%; background: #d3ad82; position: absolute; top: -7px; left: -7px; }

.qwky2 .box2 .libox .fan::after { content: ""; width: 9px; height: 9px; -webkit-border-radius: 50%; border-radius: 50%; background: #d3ad82; position: absolute; bottom: -6px; right: -6px; }

.qwky2 .box2 .libox .fan .i { width: 70px; font-size: 24px; color: #d3ad82; display: inline-block; text-align: center; position: absolute; bottom: -1px; left: 150px; }

.qwky2 .box2 .libox .fan .i .x-i { width: 100%; background-image: -webkit-gradient(linear, left top, left bottom, from(#ead9c5), to(#d3ad82)); background-image: linear-gradient(#ead9c5, #d3ad82); display: inline-block; vertical-align: bottom; -webkit-transition: all 1s; transition: all 1s; }

.qwky2 .box2 .libox .fan .i:last-child { right: 150px; left: auto; }

.qwky2 .box2 .libox .fan.active .i .x-i { -webkit-animation: wo 2s alternate forwards; animation: wo 2s alternate forwards; }

.qwky2 .box2 .libox .fan.active .i:last-child .x-i { -webkit-animation: wo2 2s alternate forwards; animation: wo2 2s alternate forwards; }

.qwky2 .box2 .libox .h { font-size: 18px; color: #666; padding-right: 18px; position: relative; margin-top: 20px; display: inline-block; line-height: 1; }

.qwky2 .box2 .libox .h::before { content: ""; width: 11px; height: 12px; background: url(../images/jiangt1.png) no-repeat; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; }

.qwky2 .box2 .libox .h span{font-size: 22px;}

/* .qwky2 .box2 .libox2 .fan::before { background: #ca8540; }

.qwky2 .box2 .libox2 .fan::after { background: #ca8540; }

.qwky2 .box2 .libox3 .fan::before { background: #865524; }

.qwky2 .box2 .libox3 .fan::after { background: #865524; }

.qwky2 .box2 .libox2 .fan .i { color: #ca8540; }

.qwky2 .box2 .libox3 .fan .i { color: #865524; }

.qwky2 .box2 .libox2 .fan .i .x-i { background-image: -webkit-gradient(linear, left top, left bottom, from(#edd2b9), to(#ca8540)); background-image: linear-gradient(#edd2b9, #ca8540); }

.qwky2 .box2 .libox3 .fan .i .x-i { background-image: -webkit-gradient(linear, left top, left bottom, from(#c7b099), to(#865524)); background-image: linear-gradient(#c7b099, #865524); }

.qwky2 .box2 .libox2 .h::before { background: url(../images/jiangt4.png) no-repeat; }

.qwky2 .box2 .libox2 .h::before{ background: url(../images/jiangt2.png) no-repeat; } */



.title-2 .t6 { font-size: 18px; color: #828282; }

.qwky3 { padding: 110px 0 90px; background: url(../images/bj5.jpg) no-repeat center center/cover; }

.qwky3 .con { margin-top: 30px; font-size: 0; }

.qwky3 .con .box { width:33%; text-align: center; display: inline-block;padding: 0 22px; }

.qwky3 .con .img { overflow: hidden; }

.qwky3 .con .img img { max-width: 80%;}

.qwky3 .con .on1 { width: 300px; height: 80px; background: url(../images/icon8.png) no-repeat; display: inline-block; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius: 50px; border-radius: 50px; background-size: 100% 100%; }

.qwky3 .con .on1 a { display: inline-block; text-align: center; line-height: 80px; font-size: 18px; color: #fff; width: 100%; }

.qwky3 .con .box:last-child .on1 { background: url(../images/icon9.png) no-repeat; background-size: 100% 100%; }

.qwky3 .con .box:first-child .on1 { background: url(../images/icon26.png) no-repeat; background-size: 100% 100%; }


.qwky5 .zbxp{padding: 0;}
.qwky5 .zbxp .box{padding: 0 ;margin-top: 0;background: url(../images/bj6.jpg) no-repeat center center;background-size:cover ;}
.qwky5 .zbxp .box .text{padding-top: 335px;}
/*--重磅新品--*/
.banner3 { position: relative; }

.banner3 .swiper-pagination { bottom: 30px; width: 100%; }

.banner3 .swiper-pagination-bullet { width: 6px; height: 6px; -webkit-border-radius: 50%; border-radius: 50%; background: #ded2c1; margin: 0 15px; vertical-align: middle; display: inline-block; }

.banner3 .swiper-pagination-bullet-active { width: 16px; height: 16px; position: relative; padding: 4px; background: transparent; border: 1px solid #cb9f6d; }

.banner3 .swiper-pagination-bullet-active::after { content: ""; width: 6px; height: 6px; background: #ca9d6a; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-border-radius: 50%; border-radius: 50%; }

.banner3 img { width: 100%; overflow: hidden; }

.zbxp { padding: 90px 0 100px; }
.zbxp .row{padding: 0;}

.zbxp .tit { text-align: center; margin-top: 40px; }

.zbxp .tit .h { font-size: 50px; color: #333; }

.zbxp .tit .t { font-size: 30px; color: #828282; letter-spacing: 15px; }

.zbxp .box { background: url(../images/bj6.jpg) no-repeat top; padding: 160px 70px 0 75px; margin-top: 25px; }

.zbxp .box .img { width: 50%; overflow: hidden; float: left; }

.zbxp .box .img img { width: 100%; }

.zbxp .box .text { width: 50%; float: right; padding-left: 50px; text-align: center; padding-top: 20px; }

.zbxp .box .text .t { font-size: 20px; color: #333; }

.zbxp .box .text .h { font-size: 56px; color: #333; }

.zbxp .box .text .t1 { font-size: 20px; color: #768a94; margin-top: 10px; }

.zbxp .box .on { width: 194px; height: 50px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #fcf9f5; background-image: -webkit-gradient(linear, left top, right bottom, from(#ecdec6), to(#f5ecd9)); background-image: linear-gradient(to bottom right, #ecdec6, #f5ecd9); display: inline-block; margin-top: 55px; }

.zbxp .box .on a { width: 100%; height: 100%; line-height: 50px; text-align: center; font-size: 16px; color: #333; display: block; }

.zbxp .box:nth-child(odd) .img { float: right; }

.zbxp .box:nth-child(odd) .text { float: left; padding-left: 0; padding-right: 50px; }

.zbxp .tab-bar { margin-top: 30px; width: 100%; height: 130px; -webkit-border-top-right-radius: 20px; border-top-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; font-size: 0; background-image: -webkit-gradient(linear, left top, right top, from(#e5e4e4), to(#f4f4f4)); background-image: linear-gradient(to right, #e5e4e4, #f4f4f4); }

.zbxp .tab-bar .tab-term { width: 50%; font-size: 40px; color: #333; background-image: -webkit-gradient(linear, left top, right top, from(#e5e4e4), to(#f4f4f4)); background-image: linear-gradient(to right, #e5e4e4, #f4f4f4); display: inline-block; -webkit-border-top-right-radius: 20px; border-top-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; line-height: 130px; text-align: center; cursor: pointer; }

.zbxp .tab-cont { position: relative; }
.zbxp .tab-cont img{max-width: 100%;}

.zbxp .tab-cont .tab-item { position: absolute; top: 0; left: 0; }

.zbxp .tab-cont .tab-item.active { position: static; }

.zbxp .tab-bar .tab-term.active { background: url(../images/bj8.png) no-repeat center center/cover !important; font-weight: bold; -webkit-box-shadow: 0px 34px 40px -32px #d7c299; box-shadow: 0px 34px 40px -32px #d7c299; }

/*--护肤详情页--*/
.hfxqy1 { padding: 145px 0 195px; background: url(../images/bj8.jpg) no-repeat center center/cover; }

.hfxqy1 .row-1 { padding: 0 180px 0 240px; }

.hfxqy1 .con { position: relative;}

.hfxqy1 .swi { position: absolute; left: 0px; top: 0px; width: 70px; padding-bottom: 45px; display: none; }

.hfxqy1 .swi .swiper-container { height: 435px; width: 100%; position: relative; float: left; margin-top: 45px; }

.hfxqy1 .swi .swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }

/*--产品小图--*/

.hfxqy1 .swi .swiper-slide { cursor: pointer; position: relative; }

.hfxqy1 .swi .swiper-slide .img { background: #efe3d4; border: 1px solid #fff; position: absolute;  width: 100%; height: 100%; opacity: 0.5; }

.hfxqy1 .swi .swiper-slide .img img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 80%;max-height: 80%;width: auto;}

.hfxqy1 .swi .swiper-slide.swiper-slide-active .img { opacity: 1; border-width: 2px; }

.hfxqy1 .swi2 {width: 100%; }

.hfxqy1 .swi2 .bigimgbox { margin: 0 auto; text-align: center;}

.hfxqy1 .swi2 .bigimgbox img{ max-width: 100%; display: block; margin: 0px auto;}

.hfxqy1 .swi2 .hfxqy1 .swi2 .big-img img { width: 100%; }

.hfxqy1 .swiper-button-next, .hfxqy1 .swiper-button-prev { cursor: pointer; width: 15px; height: 15px; border: 3px solid #fff; -webkit-transform: rotate(45deg) translateX(-50%); -ms-transform: rotate(45deg) translateX(-50%); transform: rotate(45deg) translateX(-50%); left: 50%; z-index: 1; opacity: 1; margin-top: 0; }

.hfxqy1 .swiper-button-prev { top: 11px; border-bottom: none; border-right: none; }

.hfxqy1 .swiper-button-next { top: auto; bottom: 0; border-top: none; border-left: none; }

.hfxqy1 .con .text { position: absolute; top: 50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); -ms-transform:translateY(-50%); right: 0;width: 30%; }

.hfxqy1 .con .text .t { font-size: 14px; color: #d3ad82; }

.hfxqy1 .con .text .h { font-size: 30px; color: #282828; line-height: 1; padding: 5px 0 30px; }

.hfxqy1 .con .text .t1 { font-size: 16px; color: #828282; line-height: 26px; }

.hfxqy1 .con .text .num { font-size: 60px; color: #282828; margin-top: 60px; line-height: 1; }

.hfxqy1 .con .text .num span { font-size: 18px; }

.hfxqy1 .con .text .x-on { margin-top: 25px; border: none; background: #d3ad82; color: #fff; }

.hfxqy2 { padding: 60px 0 220px;overflow: hidden; }

.hfxqy2 .tab-bar { border-bottom: 1px solid #000; font-size: 0; }

.hfxqy2 .tab-bar .tab-term { display: inline-block; width: 200px; line-height: 50px; font-size: 16px; color: #999; text-align: center; border: 1px solid #999; margin-bottom: -1px; border-bottom-color: transparent; z-index: 1; position: relative; cursor: pointer; }

.hfxqy2 .tab-bar .tab-term.active { border-right: none; }

.hfxqy2 .tab-bar .tab-term.active + .tab-term { border-color: #000; color: #000; border-bottom-color: #fff; border-left: 1px solid #000; }

.hfxqy2 .tab-bar .tab-term.oneActive { border-color: #000; color: #000; border-bottom-color: #fff; border-left: 1px solid #000; }

.hfxqy2 p img{max-width: 100%;}
.hfxqy2 video{max-width:100%;height: auto;}

.tab-cont { position: relative; }

.tab-cont .tab-item { position: absolute; top: 0; left: 0; display: none; }

.tab-cont .tab-item.active { position: static; display: block; }

.hfxqy2 .tab-cont { text-align: center; padding-top: 90px; }

.hfxqy2 .tab-cont .tab-item .text .h { font-size: 34px; color: #282828; }

.hfxqy2 .tab-cont .tab-item .text .t { font-size: 18px; letter-spacing: 6px; color: #949494; }
.hfxqy2 .tab-cont .tab-item .text .t  img{max-width: 100%;}

.hfxqy2 .tab-cont .tab-item .img { max-width: 100%; margin-top: 80px; }

.hfxqy2 .tab-cont .tab-item .img img { max-width: 100%; }

/*--联系我们--*/
.header2 .header { border-bottom: 1px solid #f1d0aa; }

.header2 .header, .header2 .header .nav { background: #f7f0e7; }

.lxwm { background: #EFEFEF; padding-top: 95px; font-size: 0; }

.lxwm .title .text { margin-top: 25px; font-size: 16px; color: #333; line-height: 26px; }

.lxwm .box { width: 33%; display: inline-block; text-align: center; margin-top: 50px; position: relative; vertical-align: top; }

.lxwm .box::before { content: ""; width: 2px; height: 60px; background: #e7d1b4; position: absolute; top: 7px; right: 0; }

.lxwm .box:last-child::before { display: none; }

.lxwm .box .img { width: 48px; height: 48px; background: #d3ad82; -webkit-border-radius: 50%; border-radius: 50%; position: relative; margin: 0 auto; }

.lxwm .box .img img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; }

.lxwm .box .h { font-size: 18px; color: #828282; margin-top: 5px; }

.lxwm .box .p { font-size: 18px; color: #141d29; margin-top: 15px; }

.lxwm .bdmap { width: 100%; height: 700px; }

.lxwm .Mapbox { position: relative; margin-top: 150px;}

.lxwm .Mapbox .text { width: 415px; height: 570px; background: url(../images/bj12.jpg) repeat center center/cover; -webkit-box-shadow: 0 52px 73px -33px #ab8c65; box-shadow: 0 52px 73px -33px #ab8c65; position: absolute; top: -60px; left: 0; padding: 80px 50px; z-index: 1; color: #fff; }

.lxwm .Mapbox .text .h { font-size: 16px; letter-spacing: 10px; }

.lxwm .Mapbox .text .t { font-size: 46px; margin-top: 10px; line-height: 1; padding-bottom: 70px; text-transform: uppercase; }

.lxwm .Mapbox .text .t1 { font-size: 16px; margin-top: 35px; }

.lxwm .Mapbox .text .t2 { font-size: 24px; line-height: 32px; margin-top: 10px; }

.lxwm .bdmap { width: 100%; height: 700px; }

/*--明星系列-菁颜系列--*/
.star1 { background-size: 100%; }

.star1 .header3 { position: absolute; top: 0; left: 0; text-align: center; width: 100%; }

.header3 .header { padding: 0; }

.header3 .header .nav { border-bottom: 1px solid rgba(241, 208, 170, 0.4); }

.header3 .header, .header3 .header .nav { background: transparent; }
.header3 .header .nav ul li a { color: #fff; border-bottom: 2px solid transparent;line-height: 44px;display: block;}
.header3 .header .nav ul li:hover a{border-color: #fff;}
.header3 .header .nav ul li.active a{border-color: #fff;}

.header .logo2 { display: none; }

.header3 .header .logo { display: none; }

.header3 .header .logo2 { display: block; }

.star1 { position: relative;overflow: hidden; }

.star1 .bj { width: 100%; overflow: hidden; }

.star1 .bj img { width: 100%; }

.star1 .title2 { position: absolute; bottom: 0; left: 0; }

.star1 .title2 .h { font-size: 140px; color: #222; line-height: 1; }

.star1 .title2 .t { font-size: 28px; color: #333; margin-top: 15px; }

.star1 .title2 .t1 { font-size: 18px; color: #666; line-height: 24px; margin-top: 5px; }

.star2 { padding-bottom: 130px; position: relative; background: #fff; overflow: hidden;}

.star2 .con { font-size: 0px; }

.star2 .con .box { margin-top: 160px; width: 25%; display: inline-block; text-align: center; }

.star2 .con .box .img { max-width: 100%; overflow: hidden; margin: 0 auto; padding-top: 15px; }

.star2 .con .box .img img { max-width: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; }

.star2 .con .box .h { font-size: 20px; color: #000; margin-top: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }

.star2 .con .box .t { font-size: 14px; min-height: 21px; color: #999; }

.star2 .con .box .num { font-size: 26px; color: #222; margin-top: 15px; }

.star2 .con .box .x-on { margin: 25px auto 0; background: #f7f4f0; border: 1px solid #878787; }

.star2 .con .box .x-on a { color: #4c4948; }

/*--品牌探索-口碑分享--*/
.ppts { background: #f7f0e7; padding: 100px 0 90px; }

.ppts .con { font-size: 0; margin-top: 40px; }

.ppts .con .box { width: 32.5%; margin-left: 1.25%; display: inline-block; margin-bottom: 60px; position: relative; }

.ppts .con .box:first-child { margin-left: 0; position: relative; }

.ppts .con .box:nth-child(3n + 1) { margin-left: 0; }

.ppts .con .box .img { width: 100%; height: auto; overflow: hidden; }

.ppts .con .box .img img { width: 100%; }

.ppts .con .box .text { position: absolute; width: 91%; right: 0; bottom: 50px; background: rgba(255, 255, 255, 0.9); padding: 70px 30px; }

.ppts .con .box .text .h { font-size: 16px; color: #d1c7ae; }

.ppts .con .box .text .p { font-size: 24px; color: #282828; margin-top: 10px; }

/*--品牌探索-品牌故事--*/
.ppts-gs1 { position: relative; overflow: hidden;}

.ppts-gs1 .bj { width: 100%; height: auto; overflow: hidden;position: relative; }

.ppts-gs1 .bj img { width: 100%; }
.ppts-gs1 video{width: 100%;position: absolute;top: 0;left: 0;}

.ppts-gs1 .con { position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; text-align: center; }

.ppts-gs1 .con .h { font-size: 48px; color: #fff; text-transform: uppercase; }

.ppts-gs1 .con .t { font-size: 30px; color: #fff; margin: 10px 0 20px; }

.ppts-gs1 .con .t1 { font-size: 48px; color: #fff; }

.ppts-gs2 { background: url(../images/bj10.jpg) no-repeat; padding: 120px 0; background-size: 100%; overflow: hidden; }

.ppts-gs2 .con { width: 93%; background: rgba(255, 255, 255, 0.9); position: relative; float: right; height: auto; padding: 150px 0 180px; font-size: 0; }

.ppts-gs2 .con::before { content: ""; width: 703px; height: 244px; background: url(../images/bj9.png) no-repeat; position: absolute; bottom: 0; left: 0; }

.ppts-gs2 .con .tit { float: left; padding-right: 180px; color: #333; width: 45%; }

.ppts-gs2 .con .tit .p { font-size: 18px; }

.ppts-gs2 .con .tit .h { font-size: 26px; margin-top: 15px; }

.ppts-gs2 .con .text { float: right; padding-top: 25px; width: 55%; }

.ppts-gs2 .con .text .t { font-size: 14px; color: #444; margin-top: 16px; text-align: justify; }

.ppts-gs3 { padding: 115px 0; overflow: hidden; }

.ppts-gs3 .tit .t { font-size: 18px; color: #333; }

.ppts-gs3 .tit .h { font-size: 36px; color: #333; margin-top: 15px; }

.ppts-gs3 .con { margin-top: 50px; }

.ppts-gs3 .box { width: 18.7%; margin-right: 4%; display: inline-block; -webkit-transition: all 1s; transition: all 1s; }

.ppts-gs3 .box:last-child { margin-right: 0; }

.ppts-gs3 .box.active { width: 54%; }

.ppts-gs3 .box .img { overflow: hidden; height: 450px; width: 100%; position: relative; }

.ppts-gs3 .box .img img { position: absolute; top: 0; left: 50%; width: 780px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.ppts-gs3 .box .h { font-size: 22px; color: #87888b; margin-top: 20px; }

.ppts-gs3 .box .t { font-size: 16px; color: #333; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ppts-gs4 { position: relative; overflow: hidden; }

.ppts-gs4 .bj { width: 100%; overflow: hidden; height: 100%; }

.ppts-gs4 .bj .BjTwo{display: none;}

.ppts-gs4 .bj img { width: 100%; height: 100%; object-fit: cover;}


.ppts-gs4Box2{position: relative;overflow: hidden;height: 100vh;}
.ppts-gs4Box2 .img{width: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);min-height: 100%;}
.ppts-gs4Box2 .img.Two{display: none;}
.ppts-gs4Box3{width: 17%;height: 46%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  box-shadow: 0 0 0 200vh rgba(211, 173, 130, 0.4);transition: all 3.5s;}
.ppts-gs4Box3.active{transform: scale(10);}

.ppts-gs4 .iovbj { position: absolute; top: 50%; left: 50%; z-index: 1; padding-top: 174.2%; width: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.ppts-gs4 .iovbj .i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-box-shadow: 0 0 0 850px inset; box-shadow: 0 0 0 850px inset; width: 100%; height: 100%; }

.ppts-gs4 .text { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 100; }

.ppts-gs4 .text .t { font-size: 18px; }

.ppts-gs4 .text .h { font-size: 50px; padding: 15px 0 20px; line-height: 1; }

.ppts-gs4 .text .iov { overflow: hidden; max-height: 0; }

.ppts-gs4 .text .iov.active { max-height: 100vh; -webkit-transition: all 5s; transition: all 5s; }

.ppts-gs4 .text .t1 { font-size: 16px; line-height: 26px; color: #cfd2cf; text-align: left;}

.ppts-gs4 .text .t2 { font-size: 20px; color: #cfd2cf; margin: 15px 0 10px; }

.ppts-gs4 .box1 { width: 100%; height: 100%; margin: 0 auto; position: relative; overflow: hidden; }

.ppts-gs4 .mask { position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; background: rgba(211, 173, 130, 0.4);z-index: 2; }

.ppts-gs4 .box2 { z-index: 5; position: absolute; width: 100%; height: 100%; overflow: hidden; -webkit-transition: all 2s; transition: all 2s; -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.42, 0, 0.3, 1); }

.ppts-gs4 .box3 { position: absolute; width: 100%; height: 100%; overflow: hidden; -webkit-transition: all 2s; transition: all 2s; -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.42, 0, 0.3, 1); }

.ppts-gs4 .box3 .img { position: absolute; width: 100%; height: 100%; -webkit-transition: all 2s; transition: all 2s; 
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.42, 0, 0.3, 1);object-fit: cover; }

.ppts-gs4 .box3 .img.Two{display: none;}
.ppts-gs4 .box2.active { left: 0 !important; top: 0 !important; }

.ppts-gs4 .box2.active .box3 { left: 0 !important; top: 0 !important; }

.ppts-gs4 .box2.active .img { left: 0 !important; top: 0 !important; }

/*--品牌探索-品牌资讯--*/
.ppss-zx { background: #f7f0e7; padding: 100px 0; overflow: hidden;}

.ppss-zx .con { margin-top: 30px; font-size: 0; }

.ppss-zx .con .box.i { height: 75px; }

.ppss-zx .con .box { width:100%; margin-bottom: 12px; display: inline-block; }

.ppss-zx .con .box .img { width: 100%; overflow: hidden; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; }

.ppss-zx .con .box .img img { width: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; }

.ppss-zx .con .box .img::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6) url(../images/icon13.png) no-repeat center center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; -webkit-transition: all 1s; transition: all 1s; opacity: 0; }

.ppss-zx .con .box .text { padding: 35px 35px 55px; background: #fff; -webkit-transition: all 0.3s; transition: all 0.3s; }

.ppss-zx .con .box .text .h { font-size: 24px; color: #282828; line-height: 34px; height: 68px; display: -webkit-box; height: 68px; line-height: 34px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -webkit-transition: all 0.3s; transition: all 0.3s; }

.ppss-zx .con .box .text .data { font-size: 18px; color: #282828; margin: 20px 0; -webkit-transition: all 0.3s; transition: all 0.3s; }

.ppss-zx .con .box .text .t { font-size: 14px; color: #282828; line-height: 24px; -webkit-transition: all 0.3s; transition: all 0.3s; display: -webkit-box; height: 72px; line-height: 24px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{float: none !important;}
/*--品牌探索-品牌资讯-详情页--*/
.ppss-zx2 { background: #f7f0e7; padding: 100px 0; overflow: hidden;}


.ppss-zx2 img{max-width: 100%;}

.ppss-zx2 .con { width: 100%; background: #fff; padding: 70px 60px 120px; margin-top: 30px; }

.ppss-zx2 .con .top { padding-bottom: 15px; border-bottom: 1px solid #d0d0d0; }

.ppss-zx2 .con .top .h { font-size: 36px; color: #282828; line-height: 1.5;}

.ppss-zx2 .con .top .data { font-size: 24px; color: #cda885; margin-top: 20px; }

.ppss-zx2 .con .box { padding-bottom: 70px; border-bottom: 1px solid #d0d0d0; max-width: 100%;overflow: hidden;}


.ppss-zx2 .con .box .t { font-size: 14px; line-height: 24px; margin-top: 35px; }

.ppss-zx2 .con .box .imgbox { font-size: 0; margin-top: 35px; }

.ppss-zx2 .con .box .imgbox img { width: 49%; margin-left: 1%; display: inline-block; height: auto; }

.ppss-zx2 .con .box .imgbox img:first-child { margin-left: 0; }

.ppss-zx2 .con .box .imgbox .h { font-size: 14px; color: #282828; margin-top: 10px; text-align: center; }

.ppss-zx2 .con .ico .row2 { text-align: center; padding: 40px 0; border-bottom: 4px solid #cda885; }

.ppss-zx2 .con .ico .row2 a { display: inline-block; width: 48px; height: 48px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #cda885; margin: 0 6px; position: relative;}
.ppss-zx2 .con .ico .row2 a.icon-wechat{background: url(/dist/images/icon14.png)no-repeat center center;}
.ppss-zx2 .con .ico .row2 a.icon-qq{background: url(/dist/images/icon15.png)no-repeat center center;}
.ppss-zx2 .con .ico .row2 a.icon-weibo{background: url(/dist/images/icon16.png)no-repeat center center;}

.ppss-zx2 .con .bot { padding-top: 60px; text-align: center; }

.ppss-zx2 .con .bot .p { font-size: 20px; color: #282828; margin-top: 25px;width: 43%;  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.ppss-zx2 .con .bot .p span { color: #cda885; padding-right: 20px; }

.ppss-zx2 .con .bot .an { width: 80px; height: 80px; border: 2px solid #e3e3e3; display: inline-block; }

.ppss-zx2 .con .bot .an a { display: block; width: 100%; height: 100%; position: relative; }

.ppss-zx2 .con .bot .an a img { width: 21px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 21px; }

@keyframes wo { from { height: 0px; }
  to { height: 210px; } }

@keyframes wo2 { from { height: 0px; }
  to { height: 320px; } }

@-webkit-keyframes wo { from { height: 0px; }
  to { height: 210px; } }

@-webkit-keyframes wo2 { from { height: 0px; }
  to { height: 320px; } }

@-webkit-keyframes wo { from { height: 0px; }
  to { height: 210px; } }

@-webkit-keyframes wo2 { from { height: 0px; }
  to { height: 320px; } }

.ppts-gsbox { position: relative; }

.ppts-gsbox .ppts-gs3 { top: 0; z-index: 500; position: -webkit-sticky; position: static; }

.ppts-gsbox .ppts-gs4 { top: 0; z-index: 600; position: -webkit-sticky; position: static; overflow: hidden;}

.foot { font-size: 12px; border-top: 1px solid rgba(255, 255, 255, 0.3); padding: 25px 0px 0px; color: rgba(255, 255, 255, 0.6); text-align: center; }
.foot  a{color: rgba(255, 255, 255, 0.6);font-size: 16px;  }

.masonryList li{ width: 33.333%; padding:0px 5px;}
.masonryList li:nth-child(1){ margin-top: 100px;}
.masonryList li:nth-child(3){ margin-top: 100px;}


/*07/16修改代码*/
.zbxp .tab-cont img{height: auto !important;}

.hundel-loadmore{ padding: 30px 0px 50px;}

.pagination{ text-align: center; display: none;}
.pagination .laypageskin_molv .laypage_curr{ height: 35px; line-height: 35px; text-align: center; padding: 0px 12px !important; font-size: 14px; border-radius: 4px; background: #606d4d !important; color: #fff !important;}
.pagination .laypage_main a, .laypage_main span{ height: 35px; line-height: 35px;border-radius: 4px;border: 1px solid #878787; background: none !important;}
.pagination .laypage_main a:hover, .laypage_main span:hover{color: #fff !important;background-color: #606d4d !important;}

.mobile-more{ text-align: center;}
.mobile-more a{ display: block; margin: 0px auto; width: 120px;line-height: 40px;border: 1px solid #878787;font-size: 14px;color: #4c4948;text-align: center;-webkit-border-radius: 4px;border-radius: 4px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.mobile-more a:hover{background-color: #606d4d;color: #fff;border-color: #606d4d;}


@media (min-width: 1440px) { .hf1 .con .bot .box:hover .x-on { background-color: #606d4d; color: #fff; border-color: #606d4d; }
  .hf1 .con .bot .box:hover .img img { -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px); }
  .qwky3 .con .on1:hover { background-color: rgba(255, 255, 255, 0.2); }
  .qwky3 .con .box:last-child .on1:hover { background-color: rgba(255, 255, 255, 0.2); }
  .star2 .con .box:hover a { background-color: #606d4d; color: #fff; border-color: #606d4d; }
  .ppss-zx .con .box:hover .img::before { opacity: 1; }
  .ppss-zx .con .box:hover .img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
  .ppss-zx .con .box:hover .text { background: #d3ad82; }
  .ppss-zx .con .box:hover .text .h { color: #fff; }
  .ppss-zx .con .box:hover .text .data, .ppss-zx .con .box:hover .text .t { color: #f6efe6; }
  .star2 .con .box .img:hover img { -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px); }
  .star2 .con .box:hover .x-on { background-color: #606d4d; color: #fff; } 
  .nav ul li:hover .nav-TBox .t{max-height: 500px;padding: 5px 0;margin-top: 8px;}
  .nav ul li:hover .t::before{opacity: 1;}}

@media (max-width: 1441px) { .row { width: 100% !important; }
  .hfxqy1 .row-1 { padding: 0 80px 0 140px; }
  .star1 .title2 { padding-left: 15px; }
  .star1 .title2 .h { font-size: 110px; }
  .star1 .title2 .t { font-size: 26px; }
  .star2 .con .box { margin-top: 100px; }
  .ppts-gs1 .con .h { font-size: 44px; }
  .ppts-gs1 .con .t { font-size: 30px; margin: 5px 0 10px; }
  .ppts-gs1 .con .t1 { font-size: 40px; }
  .ppts-gs2 .con { padding: 50px 0 80px 30px; }
  .ppts-gs3 .tit .h { font-size: 32px; }
  .ppss-zx { padding: 50px 0; } 
  .nav ul li .nav-TBox{display: none;}
  .nav ul li .nav-TBox .t{max-height: 500px;padding: 0 0 5px;margin-top: 8px;}

  .qwky5 .zbxp .box .text{padding-top: 220px;}
  .QwkyRow{width: 100%;}}

@media (max-width: 1220px) { .banner1 .text .h { font-size: 30px; }
  .banner1 .text .t { font-size: 24px; }
  .hf1 .con .top { padding: 30px; }
  .hf1 .con .top .text .h { line-height: 50px; }
  .hf1 .con .top .text .p { width: 75%; line-height: 50px; }
  .hf1 .con .top .text .but { width: 50px; height: 50px; margin-left: 20px; }
  .qwky2 .box2 .libox .text { right: 20px; }
  .qwky3 .con .box { padding: 0 20px; }
  .banner3 .swiper-pagination { bottom: 20px; }
  .hfxqy1 .row-1 { padding: 0 50px 0 110px; }
  .hfxqy1 .bigimgbox .big-img { left: 30%; }
  .star1 .title2 .t { font-size: 24px; }
  .star1 .title2 .h { font-size: 90px; }
  .star1 .title2 .t1 { font-size: 16px; }
  .ppts-gs1 .con .h { font-size: 40px; }
  .ppts-gs1 .con .t { font-size: 34px; margin: 0 0 5px; }
  .ppts-gs1 .con .t1 { font-size: 34px; }
  .ppts-gs3 { padding: 50px 0; }
  .ppts-gs3 .tit .h { font-size: 28px; }
  .ppts-gs3 .box { margin-right: 3%; }
  .ppss-zx2 { padding: 50px 0; } 

  .qwky5 .zbxp .box .text{padding-top:85px;}
  .qwky5 .zbxp .box .text .h{font-size: 44px;}}

@media (max-width: 992px) { 
  .header3 .header { padding: 0 15px; }
  .nav ul li { position: relative; }
  .nav ul li a{width: 59%;display: block;}
  .nav ul li i{width: 30%;position: absolute;top: 0;right: 0;z-index: 10;height: 44px;}
  .nav ul li.on i::after { content: ""; width: 16px; height: 16px; background: url(../images/jiangt3.png) no-repeat; position: absolute; top: 15px; right: 10px; }
  .nav ul li.on.active i::after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
  .nav ul li .nav-TBox { position: static; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border-top: 1px solid #d3ad82;}
  .nav ul li .p {  text-align: left; }
  .nav ul li .t::before { display: none; }

  .le-box { display: none; }
  .hf1 .con .bot .box { width: 33%; }
  .banner2 .text .h { font-size: 40px; line-height: 1.2; }
  .banner2 .text .t { font-size: 24px; }
  .banner2 .text .p { font-size: 16px; line-height: 26px; margin-top: 10px; }
  .qwky1 { padding: 50px 0; }
  .title-2 .h { font-size: 30px; }
  .title-2 .t { font-size: 20px; }
  .qwky1 .text .h { font-size: 24px; }
  .qwky2 { padding: 50px 0; }
  .qwky2 .x-text .h { font-size: 34px; }
  .title-2 .t1 { font-size: 24px; padding: 10px 30px; }
  .title-2 .t3 { font-size: 26px; }
  .title-2 .t4 { font-size: 16px; }
  .title-2 .t5 { font-size: 20px; }
  .qwky2 .box2 .libox .text { font-size: 18px; right: 0; }
  .qwky2 .box2 .libox .fan { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
  .qwky2 .box2 .libox .h { font-size: 16px; margin-top: 0; padding-left: 20px; }
  .qwky3 { padding: 50px 0; }
  .qwky3 .con .box .on1 { width: 250px; height: 60px; }
  .qwky3 .con .on1 a { line-height: 60px; font-size: 16px; }
  .qwky4 .qwky2 .box2{width: 100%;margin-top: 30px;}
  .banner3 .swiper-pagination { bottom: 10px; }
  .zbxp { padding: 50px 0; }
  .zbxp .tab-bar { height: 80px; }
  .zbxp .tab-term { height: 80px; }
  .zbxp .tab-term .t { line-height: 80px; }
  .title .h { font-size: 34px; }
  .title .p { font-size: 24px; }
  .zbxp .tab-term .t { font-size: 30px; }
  .zbxp .tit .h { font-size: 40px; }
  .zbxp .tit .t { font-size: 24px; }
  .zbxp .box { padding: 50px 30px 0; }
  .zbxp .box .text { padding-top: 10px; padding-left: 20px; }
  .zbxp .box:nth-child(odd) .text { padding-right: 20px; }
  .zbxp .box .text .t { font-size: 18px; }
  .zbxp .box .text .h { font-size: 38px; }
  .zbxp .box .text .t1 { font-size: 16px; }
  .hfxqy1 .bigimgbox .big-img { left: 20%; }
  .hfxqy1 .con .text .h { font-size: 26px; padding: 5px 0 20px; }
  .hfxqy1 .con .text .t1 { font-size: 14px; line-height: 20px; }
  .hfxqy1 .con .text .num { font-size: 50px; margin-top: 40px; }
  .star2 { padding-bottom: 50px; }
  .star1 .title2 .h { font-size: 70px; }
  .star1 .title2 .t { font-size: 20px; margin-top: 10px; }
  .star1 .title2 .t1 { font-size: 14px; margin-top: 0; }
  .star2 .con .box { margin-top: 50px; }
  .star2 .con .box { width: 33%; }
  .ppts { padding: 50px 0; }
  .ppts .con .box .text .p { font-size: 22px; }
  .ppts .con .box .text { padding: 40px 20px; }
  .ppts-gs1 .con .h { font-size: 30px; }
  .ppts-gs1 .con .t { font-size: 25px; }
  .ppts-gs1 .con .t1 { font-size: 30px; }
  .ppts-gs2 { padding: 50px 0;background: url(../images/bj10-1.jpg) no-repeat center ;background-size: 100% 100%; }
  .ppts-gs2 .con .tit { float: none; width: 100%; text-align: center; padding-right: 0; }
  .ppts-gs2 .con .text { float: none; width: 100%; }
  .ppts-gs3 .box .img { height: 335px; }
  .ppts-gs3 .box .img img { width: 590px; }
  .ppts-gs3 .box .h { font-size: 18px; margin-top: 10px; }
  .ppts-gs3 .box .t { font-size: 14px; margin-top: 5px; }
  .ppts-gs4 .text .t { font-size: 14px; }
  .ppts-gs4 .text .h { font-size: 28px; }
  .ppts-gs4 .text .t1 { font-size: 14px; line-height: 20px; }
  .ppts-gs4 .text .t2 { font-size: 16px; margin: 10px 0 5px; }
  .ppss-zx { padding: 30px 0; }
  .ppss-zx .con .box .text { padding: 20px 20px 30px; }
  .ppss-zx .con .box .text .h { font-size: 20px; height: 44px; display: -webkit-box; height: 44px; line-height: 22px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .ppss-zx .con .box .text .data { font-size: 16px; margin: 10px 0; }
  .ppss-zx .con .box.i { height: 50px; }
  .ppss-zx2 { padding: 30px 0; }
  .ppss-zx2 .con { padding: 30px 40px 70px; }
  .ppss-zx2 .con .top .h { font-size: 28px; }
  .ppss-zx2 .con .top .data { font-size: 20px; margin-top: 10px; }
  .ppss-zx2 .con .box .t, .ppss-zx2 .con .box .imgbox { margin-top: 20px; }
  .ppss-zx2 .con .box { padding-bottom: 30px; }
  .ppss-zx2 .con .ico { padding: 20px 0; }
  .ppss-zx2 .con .bot { padding-top: 30px; }
  .ppss-zx2 .con .bot .p { float: none; margin-top: 10px; line-height: 1;width:100%;}
  .ppss-zx2 .con .bot .an { margin-top: 15px; }
  .header3 .header { background: #fff; }
  .header3 .header, .header3 .header .nav { background: #fff; }
  .header3 .header .nav ul li a { color: #333; }
  .header3 .header .logo2 { display: none !important; }
  .header3 .header .logo { display: block; }

  .ppss-zx2 .con .box p img{width: 100%;}
  .qwky2 .box2 .libox .fan .i .x-i{height: 127px;}
  .qwky2 .box2 .libox .fan .i:last-child .x-i{height: 198px;}
}

@media (max-width: 768px) { 
  .ppts-gs4Box2 .img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: auto;}
  .ppts-gs4Box2 .img.Two{display: block;}
  .ppts-gs4Box2 .img.One{display: none;}
  .ppts-gs4Box3{width: 50%;box-shadow: 0 0 0 50vh rgb(211 173 130 / 40%);}
  .masonryList li{width: 100%;}
  
  .banner .bannerImg{display: block;}
  .banner1 .row{top: 0;left: 0;transform: none;}
  .banner1 .text {position: static;right: auto;margin-top: 60px; }
  .banner1 .text .h { font-size: 26px; }
  .banner1 .text .t { font-size: 20px; }
  .indexCelebrityProduct ul li .btn{margin: 15px auto 0;}
  .hf1 { padding-top: 30px; }
  .title .h { font-size: 28px; }
  .title .p { font-size: 22px; }
  .hf1 .con { margin-top: 20px; }
  .hf1 .con .top { padding: 15px; }
  .hf1 .con .top .text .h { width: 15%; }
  .hf1 .con .top .text .p { width: 70%; }
  .hf1 .con .top .text .p .t { padding-left: 10px; }
  .hf1 .con .bot { padding-top: 50px; }
  .hf1 .con .bot .box { width: 50%; margin-bottom: 50px; }
  .hf1 .con .bot .box .img { height: 220px; position: relative;}
  .hf1 .con .bot .box .img img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);height: 80%;}
  .hf1 .con .bot .box .text .h { font-size: 18px; }
  .hf1 .con .bot .box .text .p { font-size: 12px; }
  .hf1 .con .bot .box .text .num { font-size: 22px; margin-top: 10px; }
  .hf1 .con .bot .box .text a { width: 120px; line-height: 40px; margin-top: 10px; font-size: 14px; }
  .qwky1 .imgbox .img1 .sow { display: none; }
  .qwky1 .imgbox .img1 .iov { display: block; }
  .qwky1 .imgbox { width: 80%; margin-bottom: -300px; }
  .qwky1 .imgbox div { display: none; }
  .qwky1 .imgbox .img1 { display: block; }
  .qwky1 .text .h { font-size: 20px; padding-bottom: 30px; }
  .qwky1 .text .t { font-size: 14px; line-height: 20px; }
  .qwky1 .text .t2 { font-size: 16px; line-height: 22px; }
  .qwky1 .text .t3 { font-size: 20px; margin-top: 10px; }
  .title-2 .h { font-size: 24px; }
  .title-2 .t { font-size: 18px; margin-top: 5px; }
  .banner2 .text .h { font-size: 30px; }
  .banner2 .text .t { font-size: 20px; }
  .banner2 .text .p { font-size: 14px; line-height: 20px; }
  .qwky2 .x-text .t { font-size: 16px; }
  .qwky2 .x-text .h { font-size: 28px; }
  .qwky2 .x-text .t1 { font-size: 14px; margin-top: 10px; }
  .qwky2 .x-text .t2 { font-size: 18px; margin-top: 10px; }
  .qwky2 .con { text-align: center; }
  .qwky2 .box { width: 100%; padding: 20px 0; margin: 0; }
  .qwky2 .box .img { text-align: center; }
  .title-2 .h { font-size: 20px; }
  .title-2 .t1 { font-size: 22px; }
  .title-2 .t3 { font-size: 22px; line-height: 1.1; }
  .title-2 .t4 { font-size: 14px; }
  .title-2 .t5 { font-size: 16px; }
  .qwky2 .box2 .libox { padding-right: 0; max-width: 100%; margin-bottom: 20px; }
  .qwky2 .box2 .libox .fan { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); margin: 0 auto; margin-bottom: 20px; }
  .qwky2 .box2 .libox .text { top: 30px; left: 50%; right: auto; -webkit-transform: translateY(0) translateX(-50%); -ms-transform: translateY(0) translateX(-50%); transform: translateY(0) translateX(-50%); }
  .qwky3 .con .box { width: 100%; padding: 20px 0 0; }
  .qwky2 .box2 .libox{width: 100%;}
  .qwky2 .box2 .qwky4Box2Text{width: 100%;text-align: center;padding-left: 0;}
  .qwky2 .box2 .qwky4Box2Text .t{text-align: center;display: inline-block;}
  .qwky2 .box2 .libox .fan{width: 400px;height: 300px;}
  .qwky2 .box2 .libox .fan .i{left: 90px;}
  .qwky2 .box2 .libox .fan .i:last-child{right: 100px;}
  @keyframes wo { from { height: 0px; }
  to { height: 90px; } }

@keyframes wo2 { from { height: 0px; }
  to { height:130px; } }

  .zbxp { padding: 30px 0; }
  .zbxp .tit { margin-top: 10px; }
  .zbxp .tit .h { font-size: 30px; }
  .zbxp .tit .t { font-size: 20px; }
  .zbxp .box { background: url(../images/bj6.jpg) no-repeat center center/cover; padding: 30px; }
  .zbxp .box .img { float: none; width: 100%; }
  .zbxp .box .text { width: 100%; padding-left: 0; }
  .zbxp .box .text .h { font-size: 32px; }
  .zbxp .box:nth-child(odd) .text { padding-right: 0; }
  .zbxp .box:nth-child(odd) .img { float: none; }
  .zbxp .box:nth-child(odd) .text { float: none; }
  .zbxp .tab-cont .tab-item p:first-child span{font-size: 30px !important;}
  .zbxp .tab-cont .tab-item p:nth-child(2) span{font-size: 24px !important;}
  .hfxqy1 { padding: 50px 0; }
  .hfxqy1 .row-1 { padding: 0 15px; }
  .hfxqy1 .con .text { position: static;top: 0%; transform:translateY(0%); -webkit-transform:translateY(0%); -moz-transform:translateY(0%); -o-transform:translateY(0%); -ms-transform:translateY(0%); padding-left: 20px;width: 100%; }
  .hfxqy2 { padding: 50px 0; }
  .hfxqy2 .tab-cont { padding-top: 50px; }
  .hfxqy2 .tab-cont .tab-item .text .h { font-size: 28px; }
  .hfxqy2 .tab-cont .tab-item .text .t { font-size: 16px; }
  .hfxqy2 .tab-cont .tab-item .text .t img{max-width: 100%;}
  .hfxqy2 .tab-cont .tab-item .img { margin-top: 30px; }
  .hfxqy1 .swi{width: 100%;padding-bottom: 0;}
  .hfxqy1 .swi .swiper-container{height: auto;margin-top: 0;padding-bottom: 0;}

  .hfxqy1 .bigimgbox .big-img { width: 100%; top: 0; left: 0;}
  .hfxqy1 .bigimgbox .big-img img{width: 100%;}

  .hfxqy1 .swiper-button-next, .hfxqy1 .swiper-button-prev{top: 50%;transform: translateY(-50%);}
  .hfxqy1 .swiper-button-prev{left: 0;transform: translateY(-50%) rotate(-45deg);}
  .hfxqy1 .swiper-button-next{right: 0;left: auto;transform: translateY(-50%) rotate(-45deg);}
  .lxwm { padding-top: 50px; }
  .lxwm .title .text { margin-top: 15px; font-size: 14px; line-height: 20px; }
  .lxwm .box { margin-top: 20px; }
  .lxwm .box .img { width: 45px; height: 45px; }
  .lxwm .box .h { font-size: 14px; }
  .lxwm .box .p { font-size: 12px; margin-top: 5px; }
  .lxwm .Mapbox { margin-top: 30px; padding: 0; }
  .lxwm .Mapbox .text { position: static; width: 100%; height: auto; padding: 20px 15px; margin-bottom: 20px; }
  .lxwm .Mapbox .text .t { font-size: 36px; padding-bottom: 10px; margin-top: 0; }
  .lxwm .Mapbox .text .t1 { margin-top: 10px; }
  .lxwm .Mapbox .text .t2 { font-size: 20px; margin-top: 0; }
  .lxwm .bdmap { height: 400px; }
  .star1 .title2 .h { font-size: 40px; }
  .star1 .title2 .t { font-size: 18px; margin-top: 5px; }
  .star2 .con .box { width: 50%; padding: 0 10px; }
  .star2 .con .box { margin-top: 30px; }
  .star2 .con .box .img {height: 220px;position: relative;}
  .star2 .con .box .img img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-height: 80%;}
  .star2 .con .box .h { font-size: 18px; margin-top: 10px; }
  .star2 .con .box .num { font-size: 22px; margin-top: 10px; }
  .x-on { width: 120px; height: 40px; line-height: 40px; font-size: 14px; }
  .ppts .con .box { width: 50%; margin-left: 0; padding: 0 10px; margin-bottom: 20px; }
  .ppts .con .box:nth-child(2n + 1) { margin-left: 0; }
  .ppts .con .box:nth-child(3n + 1) { margin-left: 0; }
  .ppts .con .box .text { right: 10px; padding: 30px 10px; }
  .ppts .con .box .text .p { font-size: 16px; }
  .ppts-gs1 .con .h { font-size: 24px; }
  .ppts-gs1 .con .t { font-size: 22px; }
  .ppts-gs1 .con .t1 { font-size: 20px; }
  .ppts-gs2 .con { padding: 20px; }
  .ppts-gs2 .con .tit .h { font-size: 22px; }
  .ppts-gs2 .con .text .t { margin-top: 10px; font-size: 12px; }
  .ppts-gs3 .tit .h { font-size: 20px; }
  .ppts-gs3 .box { width: 100%; margin-right: 0; text-align: center; margin-top: 10px; }
  .ppts-gs3 .box.active { width: 100%; }
  .ppts-gs3 .box .img { height: auto; }
  .ppts-gs4 .bj .BjOne{display: none;}
  .ppts-gs4 .bj .BjTwo{display: block;}
  .ppts-gs4 .box3 .img.One{display: none;}
  .ppts-gs4 .box3 .img.Two{display: block;}
  .ppts-gs3 .box .img img { position: static; width: 100%; -webkit-transform: none; -ms-transform: none; transform: none; }
  .ppts-gs4 .text .h { font-size: 18px; padding: 5px 0 10px; }
  .ppts-gs4 .text .t { font-size: 12px; }
  .ppts-gs4 .text .t1 { font-size: 12px; line-height: 1.1; }
  /* .ppts-gs4 .box2.active .img{ top: -webkit-calc((-950px + 100vh) / 2) !important;top: calc((-950px + 100vh) / 2) !important;left:  -webkit-calc((-1920px + 100%) / 2) !important;} */
  .ppss-zx .con .shown { width: 100%; }
  .masonryList li:nth-child(1){ margin-top: 0;}
  .masonryList li:nth-child(3){ margin-top: 0;}
  .ppss-zx2 .con .top .h { font-size: 22px; }
  .ppss-zx2 .con .top .data { font-size: 18px; }
  .ppss-zx2 .con .box .t { margin-top: 10px; }
  .ppss-zx2 .con .box .imgbox { margin-top: 0; }
  .ppss-zx2 .con .box .imgbox img { width: 100%; margin-left: 0; margin-top: 10px; }
  .ppss-zx2 .con .bot .p { font-size: 18px; }
  .ppss-zx2 .con .bot .an { width: 60px; height: 60px; }
  .ppss-zx2 .con { padding: 20px; } 
  .footerShare .b{margin: 0;}
  /* .ppts-gs4 .box2.active .img{top: 50% !important;left: 50% !important;transform: translate(-50%,-50%);} */
  .ppts-gs4 .box3 .img{width: auto;height: auto;}
  .ppts-gs4 .bj img{width: auto;height: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .qwky5 .zbxp {padding: 0;}
  .ppss-zx2 .con .box iframe{max-width: 100%;height: auto;}
  .tab-cont .tab-item iframe{max-width: 100% !important;height: auto;}
  .tab-cont .tab-item iframe video{max-width: 100%;height: auto;}
  .qwky3 .con .img img { max-width: 100%;}
  .qwky4Box2Text{font-size: 20px;}
  .title-2 .t6 {font-size: 14px;}
  .hfxqy1 .swiper-slide .img img{width: auto;max-height: 200px;max-width: 100%;}

}

@media (max-width: 465px) { .banner1 .text { text-align: right; margin-top: 30px;}
  .banner1 .text .h { font-size: 18px; }
  .banner1 .text .t { font-size: 14px; }
  .nav ul li:hover .nav-TBox .t{margin-top: 0;}
  .hf1 .con .top .text { position: relative; }
  .hf1 .con .top .text:first-child{display: flex;}
  .hf1 .con .top .text:first-child .h{  white-space: nowrap;width: auto;}
  .hf1 .con .top .text:first-child p{width: 100%;overflow: hidden;}
  .hf1 .con .top .text .h { width: 22%; font-size: 12px; line-height: 40px; }
  .hf1 .con .top .text .p { width: 76%; line-height: 40px; font-size: 12px; }
  .hf1 .con .top .text .but { margin-left: 0; position: absolute; top: 0; right: 0; width: 40px; height: 40px; }
  .hf1 .con .top .text .p .t input[type="radio"] + label { width: 14px; height: 14px; border-width: 1px; margin-right: 5px; }
  .hf1 .con .bot .box .text .h { font-size: 16px; }
  .hf1 .con .bot .box .text .num { font-size: 20px; margin-top: 5px; }
  .banner2{height: 180px;}
  .banner2 img{position: absolute;top: 50%;left: 50%;width: 1920px;transform: translate(-50%,-50%);height: auto;}
  .banner2 .text { top: 50%; left: 0; transform: translateY(-50%); padding: 0 10px;}
  .banner2 .text .h { font-size: 20px; }
  .banner2 .text .t { font-size: 16px; line-height: 1.3; margin-top: 5px; }
  .banner2 .text .p { font-size: 12px; line-height: 1.3; margin-top: 5px; }
  .qwky1 { padding: 30px 0; }
  .qwky1 .imgbox { width: 100%; margin-bottom: -170px; }
  .qwky1 .imgbox img { width: 100%; }
  .qwky1 .text .h { font-size: 16px; }
  .qwky1 .text .h::before { width: 21px; height: 17px; }
  .qwky1 .text .t { font-size: 12px; }
  .qwky1 .text .t2 { font-size: 14px; }
  .qwky1 .text .t3 { font-size: 16px; }
  .qwky2 .x-text .h { font-size: 22px; }
  .qwky2 .x-text .t2 { font-size: 16px; }
  .qwky2 .box .h { font-size: 16px; }
  .qwky2 .box .t { font-size: 14px; margin-top: 0; }
  .qwky3 .con { margin-top: 0; }
  .title-2 .t1 { font-size: 20px; }
  .qwky2 .box2 .libox .text { font-size: 16px; }
  .title .h { font-size: 24px; }
  .title .p { font-size: 18px; }
  .zbxp .tit .h { font-size: 26px; }
  .zbxp .tit .t { font-size: 18px; letter-spacing: 5px; }
  .zbxp .box .on { margin-top: 30px; }
  .zbxp .box .text .h { font-size: 22px; }
  .zbxp .box .text .t1 { font-size: 12px; }
  .zbxp .tab-cont .tab-item p:first-child span{font-size: 22px !important;}
  .zbxp .tab-cont .tab-item p:nth-child(2) span{font-size: 18px !important;}

  /* .hfxqy1 .swi .swiper-slide{margin-right: 20px !important;} */
  .star2 .con .box .img img{max-height: 80%;}
  
  .hfxqy1 .bigimgbox .big-img { width: 100%; }
  .hfxqy1 .con .text { padding-top: 20px; }
  .hfxqy1 .con .text .h { font-size: 20px; padding: 5px 0 10px; }
  .hfxqy1 .con .text .t1 { font-size: 12px; }
  .hfxqy1 .con .text .num { font-size: 35px; margin-top: 20px; }
  .hfxqy2 { padding: 30px 0; }
  .hfxqy2 .tab-bar .tab-term { width: 120px; line-height: 40px; }
  .hfxqy2 .tab-cont { padding-top: 30px; }
  .hfxqy2 .tab-cont .tab-item .text .h { font-size: 22px; }
  .hfxqy2 .tab-cont .tab-item .text .t { font-size: 14px; }
  .lxwm { padding: 0; }
  .lxwm .con { text-align: center; }
  .lxwm .title .text { font-size: 12px; line-height: 18px; margin-top: 5px; }
  .lxwm .Mapbox .text .t { font-size: 30px; }
  .lxwm .Mapbox .text .h { font-size: 14px; }
  .lxwm .Mapbox .text .t1 { font-size: 14px; }
  .lxwm .Mapbox .text .t2 { font-size: 16px; line-height: 20px; }
  .lxwm .bdmap { height: 300px; }
  .star1{background: #f7f4f0;}
  .star1 .title2{position: static;}
  .star1 .title2 .h { font-size: 36px; }
  .star1 .title2 .t { font-size: 16px; }
  .star1 .title2 .t1 { line-height: 20px; font-size: 12px; }
  .star2 .con .box .h { font-size: 15px; margin-top: 0; }
  .star2 .con .box .t { font-size: 12px; }
  .star2 .con .box .img {width: auto;}
  .ppts { padding: 30px 0; }
  .ppts .con .box { padding: 0 5px; }
  .ppts .con .box .text { right: 5px; bottom: 10px; padding: 10px; }
  .ppts .con .box .text .h { font-size: 14px; }
  .ppts .con .box .text .p { margin-top: 5px; }
  .ppts .con .box { margin-bottom: 10px; }
  .ppts-gs1 .con .h { font-size: 20px; }
  .ppts-gs1 .con .t { font-size: 16px; }
  .ppts-gs1 .con .t1 { font-size: 14px; }
  .ppts-gs2 .con { padding: 15px; }
  .ppts-gs2 .con .tit .p { font-size: 14px; }
  .ppts-gs2 .con .tit .h { font-size: 16px; }
  .ppts-gs2 .con .text { margin-top: 5px; }
  .ppts-gs3 .con { margin-top: 20px; }
  .ppts-gs3 .tit .t { font-size: 14px; }
  .ppts-gs3 .tit .h { font-size: 16px; margin-top: 5px; }
  .ppts-gs4 { background: url(../images/bj11.jpg) no-repeat center center/cover; }
  .ppts-gs4 .text {left: 0;padding: 0 15px;transform: translateY(-50%); }
  .ppts-gs4 .text .t1{line-height: 1.4;text-align: left;}
  .ppss-zx .con .box .text .h { font-size: 18px; height: auto; }
  .ppss-zx .con .box .text .data { font-size: 14px; margin: 5px 0; }
  .ppss-zx .con .box .text .t { font-size: 12px; display: -webkit-box; height: 54px; line-height: 18px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .ppss-zx2 .con .top .h { font-size: 18px; }
  .ppss-zx2 .con .bot .p { font-size: 14px;line-height: 22px; } 
  .footerShare{padding: 15px 0;}
  .foot a{display: block;}
  .zbxp .tab-bar{height: 50px;}
  .zbxp .tab-term{height: 50px;}
  .zbxp .tab-term .t{line-height: 50px;font-size: 20px;}
  .qwky2 .box2 .libox .fan{max-width: 100%;}
  .qwky2 .box2 .libox .fan{width:350px;height: 310px;}
  .qwky2 .box2 .libox .fan .i{left: 80px;width: 50px;}
  .qwky2 .box2 .libox .fan .i .x-i{height: 90px;}
  .qwky2 .box2 .libox .fan .i:last-child{right: 90px;}
  .qwky2 .box2 .qwky4Box2Text{padding-top: 20px;font-size: 16px;}
  .qwky2 .box2 .qwky4Box2Text .t span{font-size: 20px;}

}

@media (min-width: 768px) { .indexCelebrityProductbg { padding: 60px 0px; }
  .indexCelebrityProduct ul li .ProductImg img { height: 240px; -webkit-transition: all 0.3s; transition: all 0.3s; }
  .indexCelebrityProductbox em { width: 30px; height: 30px; }
  .indexCelebrityProductTitle { padding: 20px 0px; margin-top: 40px; }
  .indexCelebrityProductTitle span { font-size: 28px; padding: 0px 40px; }
  .indexCelebrityProductTitle span::after { width: 30px; height: 30px; }
  .indexCelebrityProductTitle span::before { width: 30px; height: 30px; }
  .indexCelebrityProduct ul li .line::after { width: 40px; }
  .NewProductTextbox { width: 35%; position: absolute; left: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding: 0px; }
  .NewProductImg { width: -webkit-calc(100% - 35%); width: calc(100% - 35%); margin-left: 35%; padding-right: 80px; }
  .indexAuthority .NewProductImg { margin-left: 0px; padding: 0px; margin-right: 35%; }
  .NewProductText h3 span { font-size: 20px; padding: 0px 35px; }
  .NewProductText h3 span::after { width: 22px; height: 22px; }
  .NewProductText h3 span::before { width: 22px; height: 22px; }
  .NewProductText .enText { font-size: 20px; line-height: 22px; font-weight: 100; padding-top: 15px; }
  .NewProductText h4 { font-size: 16px; padding-top: 10px; letter-spacing: 0px; }
  .NewProductText .btn { padding-top: 25px; }
  .NewProductText .btn a { width: 130px; line-height: 35px; font-size: 14px; }
  .indexStore dl dd h3 { font-size: 20px; }
  .banner img { display: block; width: 100%; height: auto; left: 0px; -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }
  .banner video{display: block; width: 100%; height: 100%; object-fit:cover; left: 0px; -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }
  .bannerText { right: 8%; width: auto; }
  .bannerText p { font-size: 50px; letter-spacing: -2px; line-height: 60px; }
  .bannerText h3 { font-size: 18px; letter-spacing: 4px; padding-top: 5px; }
  .footerColumn { text-align: center; line-height: 21px; }
  .footerColumn a { display: inline-block; color: #ffffff; margin: 0px 25px; border: none; }
  .hfxqy1 .swi2 {width: 50%; }
  .hfxqy1 .con { position: relative; padding-left: 15%; }
  .hfxqy1 .swi{ display: block;}
  .pagination{ display: block !important;}
  .mobile-more{ display: none !important;}
}

@media (min-width: 992px) { body { padding-top: 0px; }
  .indexCelebrityProduct ul li .ProductImg img { height: 300px; }
  .indexCelebrityProduct ul li .btn { margin-top: 35px; }
  .indexCelebrityProduct ul li .btn { display: block; width: 125px; line-height: 40px; font-size: 14px; }
  .NewProductImg { padding-right: 130px; }
  .NewProductText h3 span { font-size: 24px; padding: 0px 30px; }
  .NewProductText h3 span::after { width: 25px; height: 25px; }
  .NewProductText h3 span::before { width: 25px; height: 25px; }
  .NewProductText .enText { font-size: 24px; line-height: 26px; font-weight: 100; padding-top: 15px; }
  .NewProductText h4 { font-size: 16px; padding-top: 10px; letter-spacing: 3px; }
  .NewProductText .desc { font-size: 14px; padding-top: 10px; }
  .NewProductText .btn { padding-top: 35px; }
  .NewProductText .btn a { width: 170px; line-height: 40px; font-size: 14px; }
  .indexWordOfMouthRow { margin: 0px -10px; }
  .indexWordOfMouthList { padding: 0px 10px; float: left; width: 33.3333%; }
  .indexWordOfMouthText { padding-top: 50px; }
  .WordOfMouthSwitch { margin: 0px; }
  .WordOfMouthSwitch ul li::after { height: 350px; content: ''; display: block; }
  .WordOfMouthSwitch ul li img { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); height: 100%; width: auto; }
  .indexStorebox { height: 350px; }
  .indexStore { width: 250px; height: 250px; }
  .indexBrandNewsTitle { width: -webkit-calc(33.333% - 11px); width: calc(33.333% - 11px); height: 350px; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 0px; }
  .indexBrandNewsList ul li { float: left; width: -webkit-calc(33.333% + 7px); width: calc(33.333% + 7px); }
  .indexBrandNewsList ul li::after { content: ''; display: block; height: 350px; }
  .indexBrandNewsList ul li:last-child{float: right !important;}
  .indexBrandNewsList ul li img { display: block; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); height: 100%; width: auto; }
  .bannerText p { font-size: 60px; letter-spacing: -6px; line-height: 70px; }
  .bannerText h3 { font-size: 24px; letter-spacing: 8px; padding-top: 10px; }
  .header { position: relative; }
  .header .logo { display: block; max-width: 175px; margin: 0px auto; padding: 18px 0px 15px; float: none; }
  .header .logo img { display: block; height: 100px; }
  .header .logo2 { display: none; }
  .nav { text-align: center; display: block; position: relative; left: auto; top: auto; right: auto; bottom: auto; position: relative; overflow: visible; }
  .nav ul { padding: 0px; }
  .nav ul li { padding: 0px 15px; font-size: 14px; display: inline-block; border: none; line-height: 24px; }
  .navbtn { display: none; } }

@media (min-width: 1260px) { .NewProductbox { margin-top: 50px; }
  .indexCelebrityProductbg { padding: 90px 0px; }
  .indexCelebrityProduct ul li .ProductImg img { height: 360px; padding-top: 15px; }
  .indexCelebrityProduct ul li .ProductImg:hover img { -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px); }
  .indexCelebrityProductTitle { padding: 25px 0px; margin-top: 60px; }
  .indexCelebrityProductTitle span { font-size: 34px; padding: 0px 50px; }
  .indexCelebrityProduct ul li h3 { font-size: 18px; }
  .indexCelebrityProduct ul li .enTitle { font-size: 14px; }
  .indexCelebrityProduct ul li .desc { font-size: 14px; }
  .indexCelebrityProduct ul li .line { padding: 10px 0px; }
  .indexCelebrityProduct ul li .line::after { width: 60px; }
  .NewProductImg { padding-right: 180px; }
  .NewProductText h3 span { font-size: 30px; padding: 0px 40px; }
  .NewProductText h3 span::after { width: 30px; height: 30px; }
  .NewProductText h3 span::before { width: 30px; height: 30px; }
  .NewProductText .enText { font-size: 32px; line-height: 34px; font-weight: 100; padding-top: 20px; }
  .NewProductText h4 { font-size: 18px; padding-top: 10px; letter-spacing: 3px; }
  .NewProductText .desc { font-size: 14px; padding-top: 10px; }
  .NewProductText .btn { padding-top: 35px; }
  .NewProductText .btn a { width: 170px; line-height: 40px; font-size: 14px; }
  .indexWordOfMouthbox { margin-top: 50px; }
  .indexWordOfMouthRow { margin: 0px -15px; }
  .indexWordOfMouthList { padding: 0px 15px; }
  .indexWordOfMouthText { padding-top: 80px; }
  .WordOfMouthSwitch ul li::after { height: 450px; }
  .indexStorebox { height: 450px; }
  .indexStore { width: 300px; height: 300px; }
  .indexStore dl dd p { font-size: 14px; }
  .indexStore dl dd h3 { font-size: 24px; }
  .indexStore dl dt { padding-top: 15px; }
  .indexStore dl dt a { padding: 13px 30px; -webkit-border-radius: 51px; border-radius: 51px; display: block; font-size: 14px; }
  .indexBrandNewsText { padding-top: 50px; padding-bottom: 0px; }
  .indexBrandNewsTitle { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); height: 400px; }
  .indexBrandNewsList ul li { width: -webkit-calc(33.333% + 11px); width: calc(33.333% + 11px); }
  .indexBrandNewsList ul li::after { height: 400px; }
  .bannerText { right: 13%; }
  .footerbox { padding: 50px 0px; }
  .foot { font-size: 14px; }
  .foot a{ font-size: 14px; }
  .footerColumn a { font-size: 14px; }
  .nav ul li { padding: 0px 30px; font-size: 18px; -webkit-transition: all 0.3s; transition: all 0.3s; }
  .nav ul li.active a, .nav ul li:hover a { color: #d3ad82; }
  .nav ul li.active .p a, .nav ul li:hover .p a { color: #333; }
  .nav ul li .p:hover a { color: #d3ad82; } }

@media (min-width: 1420px) { .indexCelebrityProductbg { padding: 120px 0px; }
  .indexCelebrityProductbox em { width: 40px; height: 40px; }
  .indexCelebrityProductbox em.CelebrityProductPrev { left: -50px; }
  .indexCelebrityProductbox em.CelebrityProductNext { right: -50px; }
  .indexCelebrityProductTitle { padding: 30px 0px; margin-top: 80px; }
  .indexCelebrityProductTitle span { font-size: 40px; padding: 0px 55px; }
  .indexCelebrityProductTitle span::after { width: 37px; height: 37px; }
  .indexCelebrityProductTitle span::before { width: 37px; height: 37px; }
  .indexCelebrityProduct ul li .enTitle { font-size: 16px; }
  .indexCelebrityProduct ul li .line { padding: 15px 0px; }
  .indexCelebrityProduct ul li .line::after { width: 80px; }
  .indexCelebrityProduct ul li .btn { display: block; width: 175px; line-height: 50px; font-size: 16px; margin-top: 45px; }
  .NewProductbox { margin-top: 80px; }
  .NewProductImg { padding-right: 200px; }
  .NewProductText h3 span { font-size: 36px; padding: 0px 50px; }
  .NewProductText h3 span::after { width: 32px; height: 32px; }
  .NewProductText h3 span::before { width: 32px; height: 32px; }
  .NewProductText .enText { font-size: 40px; line-height: 42px; font-weight: 100; padding-top: 25px; }
  .NewProductText h4 { font-size: 22px; padding-top: 10px; letter-spacing: 3px; }
  .NewProductText .desc { font-size: 14px; padding-top: 15px; }
  .NewProductText .btn { padding-top: 45px; }
  .NewProductText .btn a { width: 170px; line-height: 45px; font-size: 14px; }
  .indexWordOfMouthbox { margin-top: 80px; }
  .WordOfMouthSwitch ul li::after { height: 500px; }
  .indexStorebox { height: 500px; }
  .indexStore { width: 400px; height: 400px; }
  .indexStore dl dd h3 { font-size: 30px; }
  .indexBrandNewsText { padding-top: 80px; }
  .indexBrandNewsTitle { height: 480px; }
  .indexBrandNewsList ul li { width: -webkit-calc(33.333% + 11px); width: calc(33.333% + 11px); }
  .indexBrandNewsList ul li::after { height: 480px; }
  .bannerText p { font-size: 80px; letter-spacing: -8px; line-height: 90px; }
  .bannerText h3 { font-size: 30px; letter-spacing: 8px; padding-top: 15px; } }

@media (min-width: 1600px) { .indexCelebrityProductbox em { width: 50px; height: 50px; }
  .indexCelebrityProductbox em.CelebrityProductPrev { left: -80px; }
  .indexCelebrityProductbox em.CelebrityProductNext { right: -80px; }
  .NewProductImg { padding-right: 240px; }
  .NewProductText h3 span { font-size: 40px; padding: 0px 55px; }
  .NewProductText h3 span::after { width: 37px; height: 37px; }
  .NewProductText h3 span::before { width: 37px; height: 37px; }
  .NewProductText .enText { font-size: 50px; line-height: 50px; font-weight: 100; padding-top: 35px; }
  .NewProductText h4 { font-size: 26px; padding-top: 10px; letter-spacing: 3px; }
  .NewProductText .desc { font-size: 16px; padding-top: 20px; }
  .NewProductText .btn { padding-top: 55px; }
  .NewProductText .btn a { width: 190px; line-height: 50px; font-size: 16px; }
  .indexWordOfMouthRow { margin: 0px -28px; }
  .indexWordOfMouthList { padding: 0px 28px; }
  .WordOfMouthSwitch ul li::after { height: 600px; }
  .indexStorebox { height: 600px; }
  .indexBrandNewsTitle { width: -webkit-calc(33.333% - 37px); width: calc(33.333% - 37px); height: 560px; }
  .indexBrandNewsList ul li { width: -webkit-calc(33.333% + 18.5px); width: calc(33.333% + 18.5px); }
  .indexBrandNewsList ul li::after { height: 560px; }
  .indexBrandNewsList ul li:last-child{float: right !important;}
  .bannerText p { font-size: 100px; letter-spacing: -10px; line-height: 110px; }
  .bannerText h3 { font-size: 36px; letter-spacing: 10px; }
  .footerbox { padding: 70px 0px; position: relative; z-index: 999; }
  .foot { font-size: 16px; }
  .foot a{ font-size: 16px; }
  .footerColumn a { font-size: 16px; } }

/*分享样式*/
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{padding-left: 46px !important;}

.bd_weixin_popup_bg{position:absolute;left:-400px;top:-400px;width:260px;height:320px;border:0;padding:0;margin:0;opacity:0;filter:alpha(opacity=0);z-index:11000}
.bd_weixin_popup{position:absolute;left:-400px;top:-400px;padding:10px;width:240px;height:300px;background:#fff;border:solid 1px #d8d8d8;z-index:11001;font-size:12px}
.bd_weixin_popup .bd_weixin_popup_head{font-size:12px;font-weight:bold;text-align:left;line-height:16px;height:16px;position:relative;color:#000}
.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close{width:16px;height:16px;position:absolute;right:0;top:0;color:#999;text-decoration:none;font-size:16px}
.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close:hover{text-decoration:none}
.bd_weixin_popup .bd_weixin_popup_main{padding:15px 10px;min-height:150px;_height:150px}
.bd_weixin_popup .bd_weixin_popup_foot{font-size:12px;text-align:left;line-height:22px;color:#666}

.bdshare-button-style0-16 .bds_qzone{background-position:0 -52px}
.bdshare-button-style0-16 .bds_tsina{float: none;background: none;}
.bdshare-button-style0-16 .bds_renren{background-position:0 -208px}
.bdshare-button-style0-16 .bds_tqq{background-position:0 -260px}
.bdshare-button-style0-16 .bds_kaixin001{background-position:0 -312px}
.bdshare-button-style0-16 .bds_tqf{background-position:0 -364px}
.bdshare-button-style0-16 .bds_hi{background-position:0 -416px}
.bdshare-button-style0-16 .bds_douban{background-position:0 -468px}
.bdshare-button-style0-16 .bds_tsohu{background-position:0 -520px}
.bdshare-button-style0-16 .bds_tieba{background-position:0 -728px}
.bdshare-button-style0-16 .bds_hx{background-position:0 -988px}
.bdshare-button-style0-16 .bds_fx{background-position:0 -1040px}
.bdshare-button-style0-16 .bds_ty{background-position:0 -1196px}
.bdshare-button-style0-16 .bds_fbook{background-position:0 -1352px}
.bdshare-button-style0-16 .bds_twi{background-position:0 -1404px}
.bdshare-button-style0-16 .bds_linkedin{background-position:0 -1664px}
.bdshare-button-style0-16 .bds_meilishuo{background-position:0 -1716px}
.bdshare-button-style0-16 .bds_mogujie{background-position:0 -1768px}
.bdshare-button-style0-16 .bds_diandian{background-position:0 -1820px}
.bdshare-button-style0-16 .bds_huaban{background-position:0 -1872px}
.bdshare-button-style0-16 .bds_duitang{background-position:0 -2028px}
.bdshare-button-style0-16 .bds_youdao{background-position:0 -2080px}
.bdshare-button-style0-16 .bds_wealink{background-position:0 -2184px}
.bdshare-button-style0-16 .bds_copy{background-position:0 -2288px}
.bdshare-button-style0-16 .bds_mail{background-position:0 -2340px}
.bdshare-button-style0-16 .bds_print{background-position:0 -2392px}
.bdshare-button-style0-16 .bds_mshare{background-position:0 -2444px}
.bdshare-button-style0-16 .bds_sqq{float: none;background: none;}
.bdshare-button-style0-16 .bds_sdo{background-position:0 -2704px}
.bdshare-button-style0-16 .bds_qingbiji{background-position:0 -2756px}
.bdshare-button-style0-16 .bds_people{background-position:0 -2808px}
.bdshare-button-style0-16 .bds_xinhua{background-position:0 -2912px}
.bdshare-button-style0-16 .bds_yaolan{background-position:0 -2964px}
.bdshare-button-style0-16 .bds_thx{background-position:0 -2496px}
.bdshare-button-style0-16 .bds_bdhome{background-position:0 -156px}
.bdshare-button-style0-16 .bds_bdxc{background-position:0 -2548px}
.bdshare-button-style0-16 .bds_bdysc{background-position:0 -3068px}
.bdshare-button-style0-16 .bds_isohu{background-position:0 -3016px}
.bdshare-button-style0-16 .bds_more{background-position:0 0}
.bdshare-button-style0-16 .bds_ibaidu{background-position:0 -3120px}
.bdshare-button-style0-16 .bds_weixin{float: none;background: none;}
.bdshare-button-style0-16 .bds_iguba{background-position:0 -1300px}
.bdshare-button-style0-16{zoom:1}
.bdshare-button-style0-16:after{content:".";visibility:hidden;display:block;height:0;clear:both}
.bdshare-button-style0-16 a,.bdshare-button-style0-16 .bds_more{float:left;font-size:12px;padding-left:17px;line-height:16px;height:16px;background-image:url(../images/icons_0_16.png?v=d754dcc0.png);background-repeat:no-repeat;cursor:pointer;margin:6px 6px 6px 0}
.bdshare-button-style0-16 a:hover{color:#333;opacity:.8;filter:alpha(opacity=80)}
.bdshare-button-style0-16 .bds_more{color:#333;float:left}
.bdshare-button-style0-16 .bds_count{color:#333;background:url(../images/sc.png?v=a970ff04.png) no-repeat 0 -30px;width:42px;height:16px;padding:0;margin:6px 0 0;text-align:center}
.bdshare-button-style0-16 .bds_count:hover{background-position:-42px -30px}
.bdshare-button-style0-16 .bds_button_image{float:left;cursor:pointer;margin:6px 6px 0 0;height:auto;padding:0}
.bdshare-button-style0-16 .bdshare_button_count{background:url(../images/sc.png?v=a970ff04.png) no-repeat 0 0;width:44px;height:24px;line-height:24px}
.bdshare-button-style0-16 .bdshare_button_count:hover{background-position:-44px 0}
.bds_tfh,.bds_baidu,.bds_qq,.bds_msn,.bds_sohu,.bds_qy,.bds_leho,.bds_ifeng,.bds_ff,.bds_tuita,.bds_ms,.bds_deli,.bds_s51,.bds_t163,.bds_share189,.bds_xg,.bds_s139{display:none}


 
.BeautySd1 .BeautySd1_swiper { font-size: 0; }

.BeautySd1 .BeautySd1_swiper .swiper-slide a { display: block; }

.BeautySd1 .BeautySd1_swiper .swiper-slide a img { width: 100%; }

.BeautySd1 .BeautySd1_swiper .swiper-slide video { width: 100%; }

.BeautySd2 .indexCelebrityProductTitle { margin-top: 0; }

.BeautySd2 .tit { width: 100%; padding: 30px 0; text-align: center; background-image: url(../images/Lbj1.jpg); background-size: cover; }

.BeautySd2 .tit h5 { font-size: 50px; color: #333; line-height: 1.1; }

.BeautySd2 .con { padding: 80px 0; background-size: cover; }

.BeautySd2 .con .row { position: relative; }

.BeautySd2 .con .row .BeautySd2_swiper { padding-top: 10px; }

.BeautySd2 .con .row .BeautySd2_swiper .swiper-slide { text-align: center; }

.BeautySd2 .con .row .BeautySd2_swiper .swiper-slide .imgbox { padding-top: 177.14286%; position: relative; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s; }

.BeautySd2 .con .row .BeautySd2_swiper .swiper-slide .imgbox img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; }

.BeautySd2 .con .row .BeautySd2_swiper .swiper-slide a { padding: 0 25px; line-height: 40px; text-align: center; font-size: 16px; color: #333; display: inline-block; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 1px solid #333; -webkit-border-radius: 5px; border-radius: 5px; margin-top: 20px; -webkit-transition: all 0.3s; transition: all 0.3s; }

.BeautySd2 .con .row .BeautySd2_swiper .swiper-slide a i { padding-left: 10px; }

.BeautySd2 .con .row .BeautySd2_swiper .swiper-slide a:hover { background-color: #606d4d; color: #fff; border-color: #606d4d; }

.BeautySd2 .con .row .BeautySd2_swiper .swiper-slide:hover .imgbox { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }

.BeautySd2 .con .row .BeautySd2_prev, .BeautySd2 .con .row .BeautySd2_next { background-image: none; width: auto; height: auto; }

.BeautySd2 .con .row .BeautySd2_prev i, .BeautySd2 .con .row .BeautySd2_next i { color: #d3ad82; line-height: 1; font-size: 45px; }

.BeautySd2 .con .row .BeautySd2_prev { left: -50px; }

.BeautySd2 .con .row .BeautySd2_next { right: -50px; }

.BeautySd3 .indexCelebrityProductTitle { margin-top: 0; }

.BeautySd3 .tit { width: 100%; padding: 30px 0; text-align: center; background-color: #d3ad82; }

.BeautySd3 .tit h5 { font-size: 50px; color: #fff; line-height: 1.1; }

.BeautySd3 .con { padding: 30px 0 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.BeautySd3 .con .title h5 { font-size: 34px; line-height: 1; }

.BeautySd3 .con .title .t { font-size: 20px; display: inline-block; line-height: 1.1; color: #fff; margin-top: 10px; background-image: -webkit-gradient(linear, left top, right top, from(#c8a7ec), to(#4351d7)); background-image: linear-gradient(to right, #c8a7ec, #4351d7); }

.BeautySd3 .con .left { width: 40%; text-align: center; }

.BeautySd3 .con .left .BeautySd3_swiper { margin-top: 30px; }

.BeautySd3 .con .left .BeautySd3_swiper .swiper-slide a { display: block; }

.BeautySd3 .con .left .BeautySd3_swiper .swiper-slide a .img { padding-top: 81.41221%; position: relative; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s; }

.BeautySd3 .con .left .BeautySd3_swiper .swiper-slide a .img img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; }

.BeautySd3 .con .right { width: 58%; }

.BeautySd3 .con .right .videoBox { padding-top: 56.25%; position: relative; margin-top: 30px; overflow: hidden; }

.BeautySd3 .con .right .videoBox video { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; }

.BeautySd4 .indexCelebrityProductTitle { margin-top: 0; }

.BeautySd4 .tit { width: 100%; padding: 30px 0; text-align: center; background-image: url(../images/Lbj1.jpg); background-size: cover; }

.BeautySd4 .tit h5 { font-size: 50px; color: #333; line-height: 1.1; }

.BeautySd4 .con { padding: 50px 80px; }

.BeautySd4 .con .BeautySd4_swiper .swiper-slide { text-align: center; cursor: pointer; }

.BeautySd4 .con .BeautySd4_swiper .swiper-slide .img { padding-top: 56.25%; position: relative; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s; }

.BeautySd4 .con .BeautySd4_swiper .swiper-slide .img img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; }

.BeautySd4 .con .BeautySd4_swiper .swiper-slide .img i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; z-index: 10; font-size: 70px; line-height: 1; }

.BeautySd4 .con .BeautySd4_swiper .swiper-slide .text { padding-top: 20px; }

.BeautySd4 .con .BeautySd4_swiper .swiper-slide .text h5 { font-size: 26px; color: #333; font-weight: bold; line-height: 1; -webkit-transition: all 0.3s; transition: all 0.3s; }

.BeautySd4 .con .BeautySd4_swiper .swiper-slide .text .t { font-size: 18px; line-height: 28px; font-weight: bold; -webkit-transition: all 0.3s; transition: all 0.3s; }

.BeautySd4 .con .BeautySd4_swiper .swiper-slide:hover .img img { -webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1); }

.BeautySd4 .con .BeautySd4_swiper .swiper-slide:hover .text h5, .BeautySd4 .con .BeautySd4_swiper .swiper-slide:hover .text .t { color: #606d4d; }

.BeautySd4 .con .BeautySd4_swiper .BeautySd4_prev, .BeautySd4 .con .BeautySd4_swiper .BeautySd4_next { width: 30px; height: 55px; background-color: #000; text-align: center; top: 36%; }

.BeautySd4 .con .BeautySd4_swiper .BeautySd4_prev i, .BeautySd4 .con .BeautySd4_swiper .BeautySd4_next i { line-height: 55px; color: #fff; font-size: 26px; }

.BeautySd4 .con .BeautySd4_swiper .BeautySd4_prev { left: 0; }

.BeautySd4 .con .BeautySd4_swiper .BeautySd4_next { right: 0; }

.BeautySd4 .bot { text-align: center; padding-bottom: 50px; }

.BeautySd4 .bot img { margin: 0 auto; max-width: 50%; }

.BeautySd4PopUp { position: fixed; width: 100%; height: 100vh; top: 0; left: 0; display: none; }

.BeautySd4PopUp .i { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1; cursor: pointer; }

.BeautySd4PopUp .con { width: 60%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; }

.BeautySd4PopUp .con .off { position: absolute; top: -40px; right: 0; width: 30px; height: 30px; cursor: pointer; pointer-events: none; }

.BeautySd4PopUp .con .off i { font-size: 45px; color: #fff; line-height: 1; }

.BeautySd4PopUp .con video { width: 100%; }

@media (max-width: 1200px) { .BeautySd2 .tit h5 { font-size: 40px; }
  .BeautySd2 .con { padding: 40px 0; }
  .BeautySd2 .con .row .BeautySd2_prev { left: 0; }
  .BeautySd2 .con .row .BeautySd2_next { right: 0; }
  .BeautySd3 .tit h5 { font-size: 55px; }
  .BeautySd3 .con .title h5 { font-size: 30px; }
  .BeautySd4 .tit h5 { font-size: 55px; }
  .BeautySd4 .con { padding: 30px 0; }
  .BeautySd4 .con .BeautySd4_swiper .swiper-slide .text h5 { font-size: 22px; }
  .BeautySd4 .con .BeautySd4_swiper .swiper-slide .text .t { font-size: 16px; line-height: 22px; } }

@media (max-width: 992px) { .BeautySd4PopUp .con { width: 80%; }
  .BeautySd3 .con { padding: 30px 0; }
  .BeautySd2 .tit h5 { font-size: 38px; }
  .BeautySd2 .con { padding: 30px 0; }
  .BeautySd3 .tit h5 { font-size: 38px; }
  .BeautySd3 .con .title h5 { font-size: 22px; }
  .BeautySd4 .tit h5 { font-size: 38px; }
  .BeautySd4 .con .BeautySd4_swiper .swiper-slide .text h5 { font-size: 18px; }
  .BeautySd4 .con .BeautySd4_swiper .swiper-slide .text .t { font-size: 14px; line-height: 20px; } }

@media (max-width: 768px) { .BeautySd4PopUp .con { width: 90%; }
  .BeautySd2 .tit, .BeautySd3 .tit, .BeautySd4 .tit { padding: 20px; }
  .BeautySd2 .tit h5 { font-size: 28px; }
  .BeautySd3 .tit h5 { font-size: 28px; }
  .BeautySd3 .con .title h5 { font-size: 20px; }
  .BeautySd4 .tit h5 { font-size: 28px; }
  .BeautySd4 .con .BeautySd4_swiper .swiper-slide .text h5 { font-size: 16px; }
  .BeautySd3 .con { display: block; }
  .BeautySd3 .con .left { width: 100%; }
  .BeautySd3 .con .right { width: 100%; margin-top: 20px; } }

@media (max-width: 465px) { .BeautySd2 .tit, .BeautySd3 .tit, .BeautySd4 .tit { padding: 15px; }
  .BeautySd2 .tit h5 { font-size: 22px; }
  .BeautySd3 .tit h5 { font-size: 22px; }
  .BeautySd3 .con .title h5 { font-size: 16px; }
  .BeautySd4 .tit h5 { font-size: 22px; } }

