/* Minification failed. Returning unminified contents.
(4540,99): run-time error CSS1035: Expected colon, found '30px'
 */
@charset "utf-8";
/*! 
    ***************************************************************************************
    20150917 mod by Haley 此css定义为[浏览器一致性]使用 
    ***************************************************************************************
*/

/*! http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126 License:none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Noto Sans SC Sliced", "Microsoft JhengHei", "微软正黑体", "微軟正黑體", Verdana, Geneva, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
*:link,
*:visited,
*:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
::-webkit-input-placeholder {
    font-family: "Noto Sans SC Sliced", "Microsoft JhengHei", "微软正黑体", "微軟正黑體", Verdana, Geneva, sans-serif;
    font-size:16px
}
:-moz-placeholder {
    font-family: "Noto Sans SC Sliced", "Microsoft JhengHei", "微软正黑体", "微軟正黑體", Verdana, Geneva, sans-serif;
    font-size:16px
}
::-moz-placeholder {
    font-family: "Noto Sans SC Sliced", "Microsoft JhengHei", "微软正黑体", "微軟正黑體", Verdana, Geneva, sans-serif;
    font-size:16px
}
:-ms-input-placeholder {
    font-family: "Noto Sans SC Sliced", "Microsoft JhengHei", "微软正黑体", "微軟正黑體", Verdana, Geneva, sans-serif;
    font-size:16px
}

/*! 
    ***************************************************************************************
    20151229 mod by Haley 此css定義為[特效css]使用 
    ***************************************************************************************
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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 {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -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.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -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.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    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, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -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) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -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) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -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) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 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) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 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);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -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);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -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;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -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: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -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;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 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;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 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;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -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;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -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;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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;
  }

  100% {
    -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;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes PopularDesigner_fadeIn {
  0% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes PopularDesigner_fadeIn {
  0% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

.PopularDesigner_fadeIn {
  -webkit-animation: PopularDesigner_fadeIn 2s; /* Safari 4+ */
  -moz-animation:    PopularDesigner_fadeIn 2s; /* Fx 5+ */
  -o-animation:      PopularDesigner_fadeIn 2s; /* Opera 12+ */
  animation:         PopularDesigner_fadeIn 2s; /* IE 10+, Fx 29+ */
}
.fuwafuwa {
  -webkit-animation-name:fuwafuwa;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function:ease;
  -moz-animation-name:fuwafuwa;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function:ease;
}

@-webkit-keyframes fuwafuwa {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, -15px);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
  0% {-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, -15px);}
  100% {-moz-transform:translate(0, 0);}
}
/*! 
    ***************************************************************************************
    20150917 mod by Haley 此css定义为[设计家全站组件]使用 
    20171108 mod by Haley 更名为_Element，内含：
                            ● clearfix
                            ● 动态 transition
                            ● select
                            ● 按钮
                            ● seo
                            ● 视频右上角时间区块
                            ● 视频集数区块
                            ● 页码
                            ● 分类标签
                            ● 分类快速选单
                            ● 右下置顶功能
                            ● Black Mask & Loading
                            ● ie 版本太低讯息框
                            ● 大箭头(首页-最夯案例)
                            ● 轮播箭头
                            ● slide dot
    ***************************************************************************************
*/
/***! clearfix begin ***/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/***! clearfix end ***/

/***! 动态 transition begin ***/
.transition_5s{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.transition1s{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.transition1_5s{
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 11.5s ease;
}
.transition2s{
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
/***! 动态 transition end ***/

/***! select begin ***/
select {
    padding: 3px;
    margin: 0;
    background: #fff;
    color: #888;
    border: 1px solid #ccc;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    font-family: "Microsoft JhengHei","微软正黑体",Verdana,Geneva,sans-serif;
}
/***! select end ***/

/***! seo begin ***/
.seo {
    text-indent: 100%;
    overflow: hidden;
    height: 0;
    white-space: nowrap;
}
/***! seo end ***/


/***! 按钮 begin ***/
.btn_primary_green {
    display: inline-block;
    width: 200px;
    height: 40px;
    background: #009688;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}

.btn_primary_grey {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    border: 1px solid #d1d1d1;
    margin-top: 20px;
    margin-left: 30px;
}

    .btn_primary_green:hover, .btn_primary_grey:hover {
        background-color: #00796B;
        color: #fff;
    }
/***! 按钮 end ***/

/***! 视频区块 begin ***/
/*视频右上角时间区块*/
.video_time {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    background-color: rgba(0,0,0,.7);
    width: 60px;
    height: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    z-index: 1;
}
/*视频集数区块*/
.episode {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #666;
    width: 100%;
    line-height: 2em;
}
/***! 视频区块 end ***/

/***! 站上轮播组件的加载屏蔽 begin ***/
.bx-wrapper .bx-loading {
    z-index: 20;
}
/***! 站上轮播组件的加载屏蔽 end ***/

/***! 页码 begin ***/
.page_view_inner {
    margin: 40px auto 30px;
    height: 30px;
    text-align: center;
    display: block;
}

    .page_view_inner a {
        margin: auto;
        padding: 0px 15px;
        height: 30px;
        text-align: center;
        color: rgb(51, 51, 51);
        line-height: 30px;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        box-sizing: border-box;
    }

        .page_view_inner a.page_view_icon {
            margin: auto;
            height: 30px;
            text-align: center;
            color: rgb(51, 51, 51);
            line-height: 30px;
            font-size: 12px;
            text-decoration: none;
            display: inline-block;
            padding: 0px 15px;
        }

    .page_view_inner .currentNum {
        margin: auto;
        padding: 0px 15px;
        border: 0px currentColor;
        height: 30px;
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 30px;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        background-color: rgb(75, 188, 170);
        box-sizing: border-box;
    }

    .page_view_inner a[disabled=disabled] {
        color: rgb(231, 231, 231);
    }

    .page_view_inner a:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(75, 188, 170);
    }

    .page_view_inner a.page_view_icon:hover {
        color: rgb(153, 153, 153);
        background-color: transparent;
    }

.centerPage {
    text-align: center;
}

.page_view_inner .page_allResult {
    margin: auto;
    padding: 0px 8px;
    height: 30px;
    text-align: center;
    color: rgb(117, 117, 117);
    line-height: 30px;
    font-size: 12px;
    float: right;
    display: inline-block;
}

/*@media screen and (max-width: 639px) {
.page_view_inner .page_allResult { display:none;}
.page_view_inner .currentNum:before{content: "第"; margin: 0 3px; }
.page_view_inner .currentNum:after{content: "页"; margin: 0 3px;}*/
/* 页码 */
span.currentNum{
    border:#307F12 1px solid; 
	padding: 0px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;  
	color: #fff; 
	background-color: #307F12;
}

/***! 页码 end ***/

/***! 分类标签 begin ***/
.tag_pro, .tag_vr, .tag_video, .tag_new, .tag_case, .tag_article, .tag_60sec_tv, .tag_deco_tv, .tag_hot, .tag_tv, .tag_unboxing, .tag_vr, .tag_good_choice, .tag_design_news, .tag_play, .tag_item, .tag_hot_search, .tag_week {
    display: inline-block;
    padding: 5px 8px;
    font-size: 13px;
    color: #fff;
    height: 15px;
    line-height: 15px;
}

    .tag_pro i, .tag_vr i, .tag_video i, .tag_new i, .tag_case i, .tag_article i, .tag_60sec_tv i, .tag_deco_tv i, .tag_hot i, .tag_tv i, .tag_unboxing i, .tag_vr i, .tag_good_choice i, .tag_design_news i, .tag_play i, .tag_item i, .tag_hot_search i, .tag_week i {
        margin-right: 5px;
    }

.tag_pro {
    background-color: #f49e22;
}

.tag_vr {
    background-color: #5dade2;
}

.tag_video {
    background-color: #a32a92;
}

.tag_new {
    background-color: #e43b7c;
}

.tag_case {
    background-color: #0097A7;
}

.tag_article {
    background-color: #009688;
}

.tag_60sec_tv {
    background-color: #6c42b7;
}

.tag_deco_tv {
    background-color: #2a80b9;
}

.tag_hot {
    background-color: #C2185B;
}

.tag_tv {
    background-color: #a32a92;
}

.tag_unboxing {
    background-color: #b39561;
}

.tag_good_choice {
    background-color: #87b243;
}

.tag_design_news {
    background-color: #5a6bd1;
}

.tag_play {
    background-color: #db1045;
}

.tag_item {
    background-color: #a76921;
}

.tag_hot_search {
    background-color: #e0373b;
}

.tag_week {
    background-color: #EF7030;
}
/***! 分类标签 end ***/

/***! 分类快速选单 begin ***/
.collapse_box {
    display: block;
    margin: 20px auto;
    font-size: .875em;
}

.collapse {
    cursor: pointer;
    padding: 10px;
    margin: 0px;
    overflow: hidden;
    transition: all 0.4s;
    color: #333;
}

    .collapse div {
        display: block;
        float: inherit;
        /*width:94%;*/
    }

    .collapse .collapse_hover {
        color: #fff;
        background-color: #f49e22;
    }

    .collapse * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .collapse.active {
        z-index: 5;
        color: #444;
        max-height: 3000px;
        transition: all 0.2s,max-height .5s;
    }

    .collapse strong {
        display: inline-block;
        line-height: 20px;
        position: relative;
        color: #000;
        font-weight: 500;
        margin-right: 20px;
        float: left;
        margin-left: 7px;
        width: 70px;
        height: 30px;
    }

        .collapse strong::after {
            content: "+";
            text-align: center;
            position: absolute;
            width: 18px;
            height: 18px;
            border: 1px solid #333;
            color: #333;
            border-radius: 50%;
            line-height: 15px;
            font-size: 18px;
            right: 0;
            top: 0;
            display: none;
        }

    .collapse.active strong::after {
        content: "-";
    }

    .collapse a {
        display: inline-block;
        padding: 2px 15px;
        color: #666;
        border-right: 1px solid #cecece;
        line-height: 16px;
        float: left;
    }

        .collapse a:hover {
            background-color: #f49e22;
            color: #fff;
        }

        .collapse a:last-child {
            border-right: 0;
        }

.collapse_All a {
    font-weight: bolder;
    border-right: 0;
    padding: 5px;
}

.collapse div a:first-child {
    display: none;
}

@media screen and (min-width:768px) and (max-width:959px) {
    .collapse_box {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .collapse_box {
        width: 100%;
    }

    .collapse {
        max-height: 17px;
    }

        .collapse strong {
            display: block;
            width: 100%;
            position: relative;
            margin-left: 0;
        }

            .collapse strong:after {
                display: block;
            }

        .collapse a {
            margin: 7px 0;
        }

        .collapse div {
            margin-top: 5px;
        }

    .collapse_All {
        display: none;
    }

    .collapse div a:first-child {
        display: block;
    }
}
/***! 分类快速选单 end ***/

/***! 右下置顶功能 begin ***/
.quickMenu {
    display: none;
    position: fixed;
    /*right: 20px;
    bottom: 200px;*/
    right: 1vw;
    bottom: 3vh;
    z-index: 10;
}

    .quickMenu > li {
        width: 30px;
        height: 30px;
        padding: 10px;
        /* outline: 1px solid red; */
        text-align: center;
        line-height: 30px;
        background-color: #999;
        color: #fff;
        border-bottom: 1px dotted #fff;
        cursor: pointer;
        display: block;
        position: relative;
        font-size: 16px;
    }

        .quickMenu > li.liBookMark {
            color: #ce2b6b;
        }

            .quickMenu > li.liBookMark i {
                display: block;
            }

            .quickMenu > li.liBookMark::after {
                margin-top: -8px;
                display: block;
                content: "收藏";
                color: #fff;
                font-size: 12px;
            }

        .quickMenu > li .sns_content {
            display: block;
            position: absolute;
            right: 20px;
            margin-top: -40px;
            margin-right: -160px;
            z-index: -1;
            /*opacity: 0;*/
            background-color: #ebebea;
            padding-left: 5px;
            height: 45px;
            padding-top: 5px;
            width:135px;
        }
            .quickMenu > li .sns_content.open {
                margin-right: 30px;
                opacity: 1;
                /*display:block;*/
            }
            .quickMenu > li .sns_content.close {
                margin-right: -160px;
                opacity: 0;
                /*display:none;*/
            }

            .quickMenu > li .sns_content .media_group li {
                margin: 5px;
                background-color: transparent;
            }
        .quickMenu > li i.iButton {
            font-size: 16px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            left: 0;
            top: 0;
            position: absolute;
        }

    .quickMenu .w_pocket, .quickMenu .w_plurk, .quickMenu .media_open {
        display: none;
    }


@media screen and (min-width:640px) and (max-width:768px) {
    .quickMenu {
        right: 1vw;
        bottom: 1vh;
    }

        /*.quickMenu > li {
            border-bottom: 0;
        }*/

        .quickMenu > li .sns_content {
            width: 90px;
            right: 20px;
        }

            /*.quickMenu > li:nth-child(2) {
                display: none;
            }*/

            .quickMenu > li .sns_content .media_group li {
                margin: 5px;
            }

            .quickMenu > li .sns_content .media_group .w_wechat {
                display: none;
            }
}

@media screen and (min-width:414px) and (max-width:639px) {
    .quickMenu {
        right: 1vw;
        bottom: 1vh;
    }
    .IsMobile .quickMenu {
        bottom: calc( 1vh + 95px);
    }
        /*.quickMenu > li {
            border-bottom: 0;
        }*/

        .quickMenu > li .sns_content {
            width: 90px;
            right: 20px;
        }

            /*.quickMenu > li:nth-child(2) {
                display: none;
            }*/

            .quickMenu > li .sns_content .media_group li {
                margin: 5px;
            }

            .quickMenu > li .sns_content .media_group .w_wechat {
                display: none;
            }
}

@media screen and (max-width: 413px) {
    .quickMenu {
        right: 1vw;
        bottom: 1vh;
    }
    .IsMobile .quickMenu {
        bottom: calc( 1vh + 95px);
    }
    /*.quickMenu > li {
            border-bottom: 0;
        }*/
    .quickMenu > li .sns_content {
        width: 90px;
        right: 20px;
        margin-top: -40px;
        height: auto;
        padding-top: 0;
    }
            /*.quickMenu > li:nth-child(2) {
                display: none;
            }*/

            .quickMenu > li .sns_content .media_group li {
                margin: 9px 5px;
            }
}

/* 聯絡設計師對話框 li.designer_phone / .D_message */
.IsDsgOffline ul.quickMenu .designer_phone { display:none; }
.IsDsgOffline .contact_bottom_menu { display:none; }

li.designer_phone, .designer_phone div {
    background-color: #E43B7C;
    position: relative;
}

.designer_phone div {
    width: 370px;
    height: 150px;
    position: absolute;
    top: 0;
    left: -371px;
}

    .designer_phone div p {
        text-align: left;
        padding-left: 20px;
        font-size: 18px;
        letter-spacing: 1px;
        padding-top: 20px;
    }

.quickMenu a.ContactDesignerClose {
    color: #FFF;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 16px;
}

.designer_phone div li {
    margin-left: 10px;
}

    .designer_phone div li a {
        float: left;
        height: 40px;
        width: 30%;
        line-height: 40px;
        margin-top: 40px;
        margin-left: 5px;
    }

.designer_button {
    border: 1px solid #333;
    text-align: center;
    font-size: 16px;
    color: #333 !important;
}

    .designer_button:hover {
        background-color: #333;
        color: #FFF !important;
    }

article.D_message h6, article.D_phone h6 {
    font-size: 22px;
    text-align: center;
    background-color: #DF3E7C;
    height: 66px;
    color: #FFF;
    line-height: 66px;
}

article.D_message p, article.D_phone p {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 20px 0;
}

article.D_message small, article.D_phone small {
    font-size: 16px;
    line-height: 40px;
}

article#D_message input::-webkit-input-placeholder, article#D_message textarea::-webkit-input-placeholder {
    color: #555;
    font-size: 14px;
    line-height: 1;
    margin: 5px;
    box-sizing: border-box;
}
article#D_message textarea::-webkit-input-placeholder {
    line-height: 2em;
}

article#D_message input::-moz-placeholder, article#D_message textarea::-moz-placeholder {
    color: #555;
    font-size: 15px;
}
/*firefox 19+ */
article#D_message input:-ms-input-placeholder, article#D_message textarea:-ms-input-placeholder {
    color: #555;
    font-size: 15px;
}
/* ie */
article#D_message input:-moz-placeholder, article#D_message textarea:-moz-placeholder {
    color: #555;
    font-size: 15px;
}



article.D_message input[type="text"], article.D_message input[type="email"], article.D_message textarea, article.D_message select {
    background-color: #EEE;
    border: 0px;
    display: block;
    width: 90%;
    margin: 20px auto;
    outline: none;
    padding: 10px;
}

article.D_message input[type="text"], article.D_message input[type="email"], article.D_message select {
    height: 50px;
    box-sizing: border-box;
}

article.D_message textarea {
    height: 80px;
    line-height:1.5em;
    box-sizing: border-box;
}

article.D_message select {
    color:#000;
}

.D_message .designer_checkbox a {
    color: #009688;
}

    .D_message .designer_checkbox a:hover {
        color: #00796B;
    }

.D_message p.designer_checkbox {
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 25px;
}

.D_message .designer_button {
    width: 92%;
    display: block;
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}

.quickMenu > li .sns_content .media_group .w_wechat {
    display: none;
}

.D_phone div {
    margin: 0 auto;
    width: 90%;
    overflow-y: scroll;
    background-color: #EEE;
    height: 330px;
}

    .D_phone div ul {
        margin: 10px;
    }

    .D_phone div li {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
    }

        .D_phone div li p {
            font-size: 14px;
            color: #333;
            text-align: left;
            margin: 10px 5px 0;
            line-height: 25px;
        }

            .D_phone div li p span {
                color: #DF3E7A;
                margin-bottom: 10px;
            }

            .D_phone div li p a {
                margin-left: 45px;
                text-decoration: none;
            }

                .D_phone div li p a.MarginLeft0 {
                    margin-left: 0;
                }

            .D_phone div li p .icon {
                background-color: #DF3E7A;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                display: inline-block;
                vertical-align: text-top;
                margin-left: 10px;
                color: #fff;
                margin-bottom: 10px;
                position: relative;
            }

        .D_phone div li span.icon i {
            position: absolute;
            top: 2px;
            left: 5px;
        }


@media (min-width: 767px) {
    .contact_bottom_menu {
        display: none;
    }
}

@media (max-width: 767px) {
    li.designer_phone, .designer_phone div {
        display: none;
    }
    /*.designer_phone div {
            width: 250px;
            height: 150px;
            top: 0;
            left: -251px;
        }

            .designer_phone div li a {
                float: left;
                margin-top: 20px;
                margin-left: 0;
                margin-right: 5px;
            }

            .designer_phone div p {
                text-align: left;
                padding-left: 10px;
                font-size: 15px;
                letter-spacing: 0;
                padding-top: 30px;
                padding-right: 10px;
            }*/
    .contact_bottom_menu {
        display: block;
        background-color: #e43b7c;
        color: #fff;
        text-align: center;
        padding: 5px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

            .contact_bottom_menu p {
                font-size: 1.25em;
                font-weight: 500;
            }

            .contact_bottom_menu a {
                display: inline-block;
                padding: 5px 25px;
                box-sizing: border-box;
                color: #fff;
                margin: 10px;
                border: 1px solid #fff;
            }

                .contact_bottom_menu a:hover {
                    background-color: #333;
                    border-color: #333;
                }

            .contact_bottom_menu .designer_button {
                color: #fff !important;
            }

            .contact_bottom_menu.IsSpecial a {
                padding: 5px;
            }
    }

    @media (min-width:320px) and (max-width:320px) {
        .contact_bottom_menu p {
            font-size: 1em;
        }

        .contact_bottom_menu a {
            margin: 5px;
            padding: 5px 20px;
        }
    }

	/* 联络设计师对话框 end */
	/***! 右下置顶功能 end ***/

/***! Black Mask & Loading .loading-bro ***/
.loading-bro {
  display: none;
  margin: 50px auto;
  width: 150px;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 30vh;
  right: 0;
}
.loading-bro > span {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 1em;
  font-weight: 300;
  color: #fff;
  width: 150px;
  display: block;
}

#load {
  width: 150px;
  animation: loading 2s linear infinite;
  -webkit-animation: loading 2s linear infinite;
}
#load #loading-inner {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 10;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  animation: loading-circle 2s linear infinite;
  -webkit-animation: loading-circle 2s linear infinite;
  stroke: #51BBA7;
  fill: transparent;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

#MainblackOverlay {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background-color: black;
    opacity: 0.6;
	/***!background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi8zMS8xNdOFLqwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAGElEQVQYlWNkYGBoYCACMBGjaFQh9RQCANyeAJRQ3dKnAAAAAElFTkSuQmCC);*/
}
/***! Black Mask & Loading .loading-bro end ***/

/***! ie 版本太低讯息框 begin ***/
.ie_message{font-size: 20px;background-color: #fff;display: block;border: 1px solid #000;width: 33%;position: absolute;z-index: 9999;top: 10%;left: 33%;padding:20px;}
.ie_message a{display:block;padding:3px;background-color: #ccc; color:#fff;margin:5px 10px 0 0; width:235px;text-align:center;height:30px;float:left;}
.ie_message .x{position: absolute;display: block;right: -10px;top: -5px;background-color: #fff;width: 100px;text-align: center;color:#000;}
/***! ie 版本太低讯息框 end ***/

/***! 大箭头(首页-最夯案例) begin ***/
.arrow {  position: absolute;  padding: 3rem; box-shadow: 1px -1px 0 1px #333 inset;  -webkit-box-shadow: 2px -2px #333 inset;  border: solid transparent;  border-width: 0 0 2rem 2rem;  transition: 0.2s;  z-index: 5;  top:250px;  }
.arrow:hover {  box-shadow: 2px -2px 0 2px #333 inset;  -webkit-box-shadow: 4px -4px #333 inset;}
.arrow-up {  transform: rotate(135deg);}
.arrow-right {  transform: rotate(225deg);}
.arrow-down {  transform: rotate(-45deg);}
.arrow-left {  transform: rotate(45deg);}
.arrow-left{left:50%; margin-left:0px;}
.arrow-right{right:50%; margin-right:-620px; }
/***! 大箭头(首页-最夯案例) end ***/
    
/***! 轮播箭头 begin ***/
.btn_pagination { display: inline-block;  }
.btn_pagination a{display: inline-block; padding: 5px; box-sizing: border-box; width:30px; height 30px; font-size: 1.3em; border:1px solid #fff; color: #fff; margin:  0 5px;text-align: center;}
.btn_pagination a:hover{ background-color: #fff; color:#000;}
/***! 轮播箭头 end ***/

/***! slide dot begin ***/
.dotdotdot{text-align: center;} 
.dotdotdot a{ display:inline-block; width:10px; height:10px; border-radius:100%; background-color:#999; margin: 0 5px;}
.dotdotdot a:hover{background-color:#000;}
/***! slide dot end ***/

/***! 其他 begin ***/
.Cursor_Pointer {
 cursor:pointer;
}
/***! 其他 end ***/

/*验证码 begin*/
article.D_message .css_div_random {
    text-align: center;
}

article.D_message .css_div_random .css_random{
    width: 120px;
    display: inline-block;
    margin: 0 auto;
}
/*验证码 end*/

/*! 
    ***************************************************************************************
    20171108 Add by Haley 此css定义为[设计家全站组件区块样式]使用，内含：
                              ● 作品轮播(3区块) .history_project
                              ● 专访报导/达人知识馆(文章轮播) .interview
                              ● 首页大图/居家首页大图 .kanban
                              ● 首页原生右1~3 .Native_Ads_R
                              ● 找文章/最新设计 .multiCol_container
                              ● 最新视频/看装修学设计 .hito_media
                              ● 联络信息(设计师与品牌厂商皆有使用) .contactme	
    ***************************************************************************************
*/
/***! 作品轮播(3区块) .history_project ***/
.history_project {
    max-width: 100%;
    min-width: 320px;
    height: auto;
    background-color: #eaeaea;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}
    /*-- 拿掉margin 加上背景色 --*/
    .history_project ul {
        display: block; /*max-width:960px; min-width:320px;*/
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }

        .history_project ul li {
            display: inline-block;
            float: left;
            width: 310px;
            background-color: #fff; /*margin-right: 15px;*/
            text-align: center;
        }
            /*-- 拿掉box-shadow text-align: center; --*/
            .history_project ul li img {
                width: auto;
                height: 210px;
                margin: 0 auto;
            }

            .history_project ul li strong {
                display: inline-block;
                width: auto;
                height: 16px;
                line-height: 1.6em;
                padding: 0 8px;
                font-size: 0.875em;
                color: #000;
                font-weight: bolder;
                line-height: 1.5em;
            }
            /*-- 9/7 --*/
            .history_project ul li .date {
                padding: 5px 0;
                text-align: center;
                font-size: 13px;
                display: block;
                width: 100%;
                color: #999;
                line-height: 1.5em;
            }
    /*-- 9/7 text-align: center;  font-size: 13px;--*/
    .history_project .bx-controls-direction .bx-prev {
        display: inline-block;
        width: 46px;
        height: 46px;
        background: url(/cn/images/index_arrow_pre.png);
        z-index: 1;
        position: absolute;
        z-index: 1;
        left: 50%;
        margin-left: -550px;
        top: 50%;
    }

    .history_project .bx-prev:hover {
        opacity: .7;
        filter: opacity(70);
        margin-left: -560px;
    }

    .history_project .bx-controls-direction .bx-next {
        display: inline-block;
        width: 46px;
        height: 46px;
        background: url(/cn/images/index_arrow_next.png);
        z-index: 1;
        position: absolute;
        z-index: 1;
        right: 50%;
        margin-right: -550px;
        top: 50%;
    }

    .history_project .bx-next:hover {
        opacity: .7;
        filter: opacity(70);
        margin-right: -560px;
    }

.project_info_box {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.btn_project_info_show {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #d1d1d1;
    margin: 6px;
}
    /*-- display: block; border:1px solid #d1d1d1; height: 40px; line-height: 40px; --*/
    .btn_project_info_show:hover {
        background-color: #00796B;
        color: #fff;
        border: 1px solid #00796B;
    }
/*.history_project ul .li_Selected:hover > .btn_project_info_show{display:inline-block;}*/
.history_project .btn_green {
    width: 310px;
    margin: 0 auto;
    margin-top: 40px;
}

.history_project .bx-wrapper {
    display: block;
}

    .history_project .bx-wrapper .bx-viewport {
        background-color: #eaeaea;
    }

.li_side .tag_new {
    position: absolute;
    top: 0;
    left: 0;
}

.history_project h3 {
    display: block;
    font-size: 1.375em;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
    padding: 30px 0;
    color: #333;
}

.bx-wrapper .bx-viewport {
    left: 0;
    background-color: transparent;
}

.caseSummary {
    font-size: 16px;
    line-height: 2em;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .history_project ul {
        width: 100%;
    }

        .history_project ul li {
            display: inline-block;
            float: left; /*width:46%;*/
            background-color: #fff; /*margin:0 15px;*/
        }

    .history_project .bx-controls-direction .bx-prev {
        position: absolute;
        z-index: 1;
        left: 0;
        margin-left: -51px;
        top: 50%;
    }

    .history_project .bx-controls-direction .bx-next {
        position: absolute;
        z-index: 1;
        right: 0;
        margin-right: -41px;
        top: 50%;
    }

    .history_project .bx-prev:hover {
        opacity: 1;
    }

    .history_project .bx-next:hover {
        opacity: 1;
    }

    .btn_project_info_show:hover {
        background-color: #00796B;
        color: #fff;
        border: 1px solid #00796B;
    }
}

@media screen and (min-width:415px) and (max-width:959px) {
    .history_project ul {
        width: 100%;
    }

        .history_project ul li {
            display: inline-block;
            float: left; /*width:46%;*/
            background-color: #fff; /*margin:0 15px;*/
        }

    .history_project .bx-controls-direction .bx-prev {
        position: absolute;
        z-index: 1;
        left: 0;
        margin-left: -8%;
        top: 50%;
    }

    .history_project .bx-controls-direction .bx-next {
        position: absolute;
        z-index: 1;
        right: 0;
        margin-right: -8%;
        top: 50%;
    }

    .history_project .bx-prev:hover {
        opacity: 1;
    }

    .history_project .bx-next:hover {
        opacity: 1;
    }

    .btn_project_info_show:hover {
        background-color: #00796B;
        color: #fff;
        border: 1px solid #00796B;
    }
}

@media screen and (min-width:640px) and (max-width:767px) {
    .history_project {
        background-color: #fff;
    }
        /*-- 9/7 --*/
        .history_project ul li {
            width: 100%; /*margin-right: 0;*/
        }

        .history_project .btn_green {
            width: 400px;
            margin: 0 auto;
            margin-top: 20px;
        }

    .btn_project_info_show {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #666;
        border: 1px solid #d1d1d1;
        margin: 10px;
    }

    .history_project .bx-controls-direction .bx-prev {
        margin-left: -20%;
    }

    .history_project .bx-controls-direction .bx-next {
        margin-right: -20%;
    }
}

@media screen and (min-width:415px) and (max-width:639px) {
    .history_project {
        background-color: #fff;
        padding-bottom: 20px;
        margin-top: 10px;
    }

        .history_project ul li {
            width: 100%;
            margin-right: 0;
        }

        .history_project .btn_green {
            margin: 0 auto;
            margin-top: 20px;
        }

        .history_project .bx-controls-direction .bx-prev {
            margin-left: -20%;
        }

        .history_project .bx-controls-direction .bx-next {
            margin-right: -20%;
        }
}

@media screen and (max-width: 414px) {
    .history_project {
        background-color: #fff;
        padding-bottom: 20px;
        margin-top: 10px;
    }

        .history_project ul li {
            width: 100%; /*margin-right: 0;*/
        }

        .history_project .bx-controls-direction .bx-prev {
            left: 0;
            margin-left: 0;
            top: 40%;
        }

        .history_project .bx-controls-direction .bx-next {
            right: 0;
            margin-right: 0;
            top: 40%;
        }

        .history_project .bx-prev:hover {
            opacity: 1;
        }

        .history_project .bx-next:hover {
            opacity: 1;
        }

        .history_project .btn_green {
            width: 250px;
            margin: 0 auto;
            margin-top: 20px;
        }

        .history_project h3 {
            font-size: 1.125em;
            padding: 30px 0;
        }
}
/***! 作品轮播(3区块) .history_project 结束 ***/

/***! 专访报导/达人知识馆(文章轮播) .interview ***/
.interview ul li img:hover {
    opacity: .7;
    filter: opacity(70);
}

.interview .mask-box {
    width: 960px;
    height: 460px;
    position: absolute;
    overflow: hidden;
    margin-left: -480px;
    left: 50%;
}

.interview .li_side {
    opacity: .6;
    filter: opacity(60);
}

.interview .li_Left, .interview .li_Right {
    opacity: .8;
    filter: opacity(80);
}

.interview .li_Center {
    opacity: 1;
    filter: opacity(100);
}

.interview {
    width: 100%;
    height: 520px;
    position: relative;
    margin: 0 0 40px 0;
}

    .interview h3 {
        display: block;
        font-size: 1.375em;
        font-weight: bold;
        text-align: center;
        line-height: 1.8em;
        padding: 30px 0;
        color: #333;
    }

    .interview ul {
        display: block;
        width: 500%;
        left: 50%;
        margin-left: -360px;
        height: 300px;
    }

        .interview ul li {
            display: inline-block;
            float: left;
            max-width: 750px;
            min-width: 240px;
            padding: 20px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-shadow: 0px 0px 8px rgba(33, 33, 33, 0.3); /*margin-left: 15px;*/
        }

            .interview ul li img {
                display: inline-block;
                float: left;
                margin-right: 20px;
                max-height: 240px;
            }

            .interview ul li h4 a {
                display: block;
                font-size: 1em;
                color: #333;
                font-weight: bolder;
                line-height: 1.5em;
            }

            .interview ul li p a {
                display: block;
                color: #666;
                font-size: 0.875em;
                line-height: 1.6em;
                text-align: justify;
            }

                .interview ul li p a:hover {
                    color: #000;
                }

    .interview .btn_square_pre {
        position: absolute;
        z-index: 1;
        left: 50%;
        margin-left: -550px;
        top: 50%;
    }

    .interview .btn_square_next {
        position: absolute;
        z-index: 1;
        right: 50%;
        margin-right: -550px;
        top: 50%;
    }

    .interview .btn_square_pre:hover {
        opacity: .7;
        filter: opacity(70);
        margin-left: -560px;
    }

    .interview .btn_square_next:hover {
        opacity: .7;
        filter: opacity(70);
        margin-right: -560px;
    }
    /*.interview .btn_square_pre , .interview .btn_square_next{ margin-top:-30px;}*/
    .interview .bx-wrapper .bx-controls-direction .bx-prev {
        display: block;
        width: 46px;
        height: 46px;
        background: url(../images/index_arrow_pre.png);
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 0;
        margin-top: -30px;
        margin-left: 35px;
    }

    .interview .bx-wrapper .bx-controls-direction .bx-next {
        display: block;
        width: 46px;
        height: 46px;
        background: url(../images/index_arrow_next.png);
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 0;
        margin-top: -30px;
        margin-right: 35px;
    }

    .interview .btn_green {
        bottom: 0;
        width: 310px;
        margin: 30px auto;
    }

@media screen and (min-width:415px) and (max-width:959px) {
    .interview .bx-wrapper .bx-controls-direction .bx-prev, .interview .bx-wrapper .bx-controls-direction .bx-next {
        display: none;
    }

    .interview .mask-box {
        width: 100%; /*min-height:380px; max-height:480px;*/
        position: absolute;
        overflow: hidden;
        margin-left: 0;
        left: 0;
    }
}

@media screen and (min-width:640px) and (max-width:767px) {
    .interview {
        height: 540px;
        margin-top: 40px;
    }

        .interview ul {
            left: 50%;
            margin-left: -160px;
            height: 430px;
        }

            .interview ul li {
                display: inline-block;
                float: left;
                width: 300px;
                padding: 10px;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-shadow: 0px 0px 8px rgba(33, 33, 33, 0.3);
                margin-left: 15px;
            }

                .interview ul li img {
                    display: inline-block;
                    width: 280px;
                    float: none;
                    margin-right: 0;
                }

                .interview ul li h4 a {
                    display: block;
                    font-size: 1em;
                    color: #333;
                    font-weight: bolder;
                    line-height: 1.5em;
                }

                .interview ul li p a {
                    display: block;
                    color: #666;
                    font-size: 0.875em;
                    line-height: 1.6em;
                    text-align: justify;
                }

                    .interview ul li p a:hover {
                        color: #000;
                    }
        /*.interview .mask-box{ height: 540px;}*/
        .interview .btn_green {
            width: 400px;
            margin: 0 auto;
            margin-top: 10px;
        }
}

@media screen and (min-width:415px) and (max-width:639px) {
    .interview {
        height: 540px;
        margin-top: 40px;
    }

        .interview ul {
            left: 50%;
            margin-left: -160px;
            height: 430px;
        }

            .interview ul li {
                display: inline-block;
                float: left;
                width: 300px;
                padding: 10px;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-shadow: 0px 0px 8px rgba(33, 33, 33, 0.3);
                margin-left: 15px;
            }

                .interview ul li img {
                    display: inline-block;
                    width: 280px;
                    float: none;
                    margin-right: 0;
                }

                .interview ul li h4 a {
                    display: block;
                    font-size: 1em;
                    color: #333;
                    font-weight: bolder;
                    line-height: 1.5em;
                }

                .interview ul li p a {
                    display: block;
                    color: #666;
                    font-size: 0.875em;
                    line-height: 1.6em;
                    text-align: justify;
                }

                    .interview ul li p a:hover {
                        color: #000;
                    }
        /*.interview .mask-box{ height: 540px;}*/
        .interview .btn_square_pre, .interview .btn_square_next {
            margin-top: -30px;
        }
}

@media screen and (max-width: 414px) {
    .interview {
        height: 540px;
        margin-top: 20px;
    }

        .interview h3 {
            font-size: 1.125em;
            padding: 30px 0;
        }

        .interview ul {
            left: 50%;
            margin-left: -115px;
            height: 430px;
        }

            .interview ul li {
                display: inline-block;
                float: left;
                width: 240px;
                height: 360px;
                padding: 10px;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-shadow: 0px 0px 8px rgba(33, 33, 33, 0.3);
            }

                .interview ul li img {
                    width: 220px;
                    float: none;
                }

                .interview ul li h4 a {
                    display: block;
                    font-size: 1em;
                    color: #333;
                    font-weight: bolder;
                    line-height: 1.5em;
                }

                .interview ul li p {
                    height: 90px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .interview ul li p a {
                        display: block;
                        color: #666;
                        font-size: 0.875em;
                        line-height: 1.6em;
                        text-align: justify;
                    }

        .interview .mask-box {
            height: 640px;
            width: 100%;
            position: absolute;
            overflow: hidden;
            margin-left: 0;
            left: 0;
        }

        .interview .btn_green {
            width: 250px;
            margin: 0 auto;
            margin-top: 20px;
        }

        .interview .bx-wrapper .bx-controls-direction .bx-prev, .interview .bx-wrapper .bx-controls-direction .bx-next {
            display: none;
        }
}
/***! 专访报导/达人知识馆(文章轮播) .interview 结束 ***/

/***! 首页大图/居家首页大图 .kanban ***/
.wrapper .kanban {
    position: relative;
}

.kanban .kanban_h2 {
    color: #FFF;
    font-size: 18px;
    background: #009688;
    position: absolute;
    width: 100%;
    max-width: 940px;
    bottom: 0;
    opacity: 0.9;
    padding: 11px 10px;
    letter-spacing: 1px;
    line-height: 25px;
}

.kanban a {
    background-size: cover;
    display: block;
    width: 960px;
    height: 400px;
    background-position: 50%;
}

@media (max-width: 960px) {
    .kanban .kanban_h2 {
        width: 98%;
        padding: 10px 1%;
    }

    .kanban a {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 660px) {
    .kanban a {
        height: 275px;
    }

    .kanban .kanban_h2 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .kanban a {
        height: 200px;
    }

    .kanban .kanban_h2 {
        font-size: 14px;
        /*bottom: -50px;*/
    }
}
/***! 首页大图/居家首页大图 .kanban 结束 ***/

/***! 首页原生右1~3 .Native_Ads_R ***/
.Native_Ads_R {
    display: block;
    width: 255px;
}

    .Native_Ads_R a:hover img {
        opacity: .7;
        filter: alpha(opacity=70);
    }

    .Native_Ads_R img {
        display: block;
        width: 255px;
        height: 170px;
    }

    .Native_Ads_R ul li {
        display: block;
        width: 255px;
        margin-top: 10px;
    }

        .Native_Ads_R ul li h3 a, .ative_ads_footer ul li h3 a {
            display: block;
            font-size: 15px;
            color: #009688;
            text-decoration: none;
            font-weight: bold;
            line-height: 1.5em;
            margin-top: 5px;
        }

        .Native_Ads_R ul li p a, .ative_ads_footer ul li p a {
            font-size: 13px;
            color: #666;
            text-decoration: none;
            line-height: 18px;
        }

        .Native_Ads_R ul li h3 a:hover, .ative_ads_footer ul li h3 a:hover {
            color: #00796B;
        }

        .Native_Ads_R ul li p a:hover, .ative_ads_footer ul li p a:hover {
            color: #000;
        }
/***! 首页原生右1~3 .Native_Ads_R 结束 ***/

/***! 找文章/最新设计 .multiCol_container begin ***/
.multiCol_container {
    font-size: 16px;
    max-width: 60em;
    min-width: 20px;
    margin: 0 auto;
}

    .multiCol_container .rimg {
        float: left;
        display: inline-block;
        width: 220px;
        background-color: #333;
    }

    .multiCol_container .rimg img {
        max-width: 220px;
        max-height: 147px;
        display: block;
        margin: 0 auto;
        height: 147px;
    }

    .multiCol_container .rimg:hover img {
        opacity: .7;
        filter: opacity(70);
    }

    .multiCol_container .rdata {
        display: grid;
        padding-left: 16px;
    }

    .multiCol_container .rtitle a {
        height: auto;
        color: #4bbcaa;
        font-weight: bolder;
        line-height: 1.5em;
    }

        .multiCol_container .rtitle a:hover {
            color: #2f8c7d;
        }

    .multiCol_container .rdate {
        font-size: 0.6875em;
        color: #999;
        width: 45em;
        line-height: 24px;
    }

    .multiCol_container .rintro a {
        font-size: 0.8125em;
        color: #666;
        line-height: 1.5em;
    }

    .multiCol_container .rintro:hover a {
        color: #000;
    }

        .multiCol_container .rintro:hover a span {
            color: #2f8c7d;
        }

    .multiCol_container .rlist {
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e7e7e7;
         width: 100%;
    }

@media screen and (max-width: 960px) {
    .multiCol_container .rlist {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.multiCol_container .rlist:last-child {
    border: none;
}

.multiCol_container .rintro a span {
    color: #4bbcaa;
}

/*下拉选单*/
.multiCol_container select {
    width: 200px;
    height: 35px;
    margin-right: 8px;
    font-size: 14px;
    color: #333;
    outline: none;
    margin-bottom: 30px;
    font-family: "Microsoft JhengHei","微软正黑体",Verdana,Geneva,sans-serif;
    float: right;
}

    .multiCol_container select:hover {
        border-color: #4bbcaa;
    }

    .multiCol_container select:nth-child(3) {
        clear: both;
    }

@media screen and (min-width:640px) and (max-width: 767px) {
}

@media screen and (min-width:415px) and (max-width:639px) {
    .multiCol_container .rlist {
        width: auto;
    }

    .multiCol_container .rimg {
        float: none;
        width: auto;
        background-color: transparent;
    }

    .multiCol_container .rimg img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: 99%;
        height: auto;
        float: left;
        margin-right: 0;
        margin-bottom: 8px;
        border: #666666 1px solid;
    }

    .multiCol_container .rdata {
        padding-left: 0px;
    }

    .multiCol_container .rtitle a {
        display: block;
        padding: 0 10px;
    }

    .multiCol_container .rintro {
        display: none;
    }

    .multiCol_container .rdate {
        padding: 0 10px;
    }
}

@media screen and (max-width: 414px) {
    .multiCol_container .rlist {
        width: auto;
    }

    .multiCol_container .rimg {
        float: none;
        width: auto;
        background-color: transparent;
    }

    .multiCol_container .rdata {
        padding-left: 0px;
    }

    .multiCol_container .rtitle a {
        font-size: 16px;
        display: block;
        padding: 0 10px;
    }

    .multiCol_container .rimg img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: 99%;
        height: auto;
        float: left;
        margin-right: 0;
        margin-bottom: 8px;
        border: #666666 1px solid;
    }

    .multiCol_container .rdate {
        display: none;
    }

    .multiCol_container .rintro {
        display: none;
    }
}
/***! 找文章/最新设计 .multiCol_container end ***/

/***! 最新视频/看装修学设计 .hito_media begin ***/
.hito_media {
    width: 100%;
    min-width: 20em;
    overflow: hidden;
    margin-top: 25px;
}

    .hito_media .hito_media_one {
        display: inline-block;
        width: 300px;
        height: auto;
        float: left;
        position: relative;
        margin-right: 30px;
        margin-bottom: 40px;
    }

.hito_media_one:nth-child(3n+1) {
    margin-right: 0;
}

.hito_media_one_img {
    display: inline-block;
    width: 300px;
    height: auto;
}

.hito_media img {
    width: 100%;
    height: auto;
}

/* 20151204 update by dylan */
.hito_media h3 {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bolder;
    color: #333;
}

/* 20151204 update by dylan */
.hito_media_info h3 a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #333;
    /*padding: 5px 0px;*/ /* 20151205 update by dylan*/
    box-sizing: border-box;
}

.hito_media h3 a:hover {
    color: #00796B;
}


.hito_media_one_img:before {
    content: "";
    position: absolute;
    display: block;
    width: 69px;
    height: 69px;
    z-index: 1;
    background-image: url(../images/video/play_white.png);
    top: 25%;
    left: 40%;
}


.hito_media_one_img:hover:before {
    background-image: url(../images/video/play_black.png);
}

.hito_media .tag_60sec_tv {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
/* 20151124 add by dylan */
.hito_media .video_time {
    position: absolute;
    right: 0;
    top: 0;
}

.hito_media .hito_media_info p a {
    display: block;
    text-decoration: none;
    font-size: 0.875em;
    color: #333;
    line-height: 1.5em;
}

    .hito_media .hito_media_info p a:hover {
        color: #000;
    }


@media screen and (min-width:640px) and (max-width: 767px) {
    .hito_media {
        width: 100%;
        text-align: center;
    }


        .hito_media .hito_media_one {
            display: inline-block;
            width: 100%;
            margin: 0 auto;
            text-align: left;
            height: auto;
            float: none;
            margin-bottom: 20px;
        }


    .hito_media_one_img {
        display: inline-block;
        width: 100%;
        height: auto;
    }


    .hito_media .hito_media_one .hito_media_one_img:before {
        width: 97px;
        height: 97px;
        background-image: url(../images/video/big_play_white.png);
        top: 30%;
        left: 42%;
    }

    .hito_media .hito_media_one .hito_media_one_img:hover:before {
        background-image: url(../images/video/big_play_black.png);
    }

    .hito_media .hito_media_one h3, .hito_media .hito_media_one .episode {
        padding: 0 10px;
    }
}

@media screen and (min-width:415px) and (max-width:639px) {
    .hito_media {
        width: 100%;
        text-align: center;
    }


        .hito_media .hito_media_one {
            display: inline-block;
            width: 100%;
            margin: 0 auto;
            text-align: left;
            height: auto;
            float: none;
            margin-bottom: 20px;
        }


    .hito_media_one_img {
        display: inline-block;
        width: 100%;
        height: auto;
    }


    .hito_media .hito_media_one .hito_media_one_img:before {
        width: 97px;
        height: 97px;
        background-image: url(../images/video/big_play_white.png);
        top: 30%;
        left: 42%;
    }

    .hito_media .hito_media_one .hito_media_one_img:hover:before {
        background-image: url(../images/video/big_play_black.png);
    }

    .hito_media .hito_media_one h3, .hito_media .hito_media_one .episode {
        padding: 0 10px;
    }
}

@media screen and (max-width: 414px) {

    .hito_media_one_img:before {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        transition: all .4s;
    }

    .hito_media {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
        background-color: #fff;
    }

    .hito_media {
        width: 100%;
        text-align: center;
    }


        .hito_media .hito_media_one {
            display: inline-block;
            width: 100%;
            margin: 0 auto;
            text-align: left;
            height: auto;
            float: none;
            margin-bottom: 20px;
        }


    .hito_media_one_img {
        display: inline-block;
        width: 100%;
        height: auto;
    }


    .hito_media .hito_media_one .hito_media_one_img:before {
        width: 97px;
        height: 97px;
        background-image: url(../images/video/big_play_white.png);
        top: 20%;
        left: 35%;
    }

    .hito_media .hito_media_one .hito_media_one_img:hover:before {
        background-image: url(../images/video/big_play_black.png);
    }

    .hito_media .hito_media_one h3, .hito_media .hito_media_one .episode {
        padding: 0 10px;
    }
}
/***! 最新视频/看装修学设计 .hito_media end ***/

/***! 联络信息 .contactme ***/
.contactus div ul{ padding: 0 2%; }
.contactus div ul li{ display: inline-block; width: 32%; vertical-align: text-top; }
.contactus div.contactme ul li {display: block; width: 100%; }
.contactme{display: inline-block; width:280px; font-size: 0.875em; padding-left:40px; }
.contactus .contactme{ padding-left: 10px;}
.contactme > ul{ height:auto;}
.contactme ul li div{ display:inline-block; width:240px;}
.contactme ul li a{ text-decoration:none;color:#333; white-space: normal; word-wrap: break-word; word-break: break-all; display:block;}
.contactme ul li a:hover{ color:#48b6a5;}
.contactme ul li i { width:20px; text-align: center; margin-right: 3px; display:inline-block; float:left; margin-top: 7px;}
.text_link:hover{color:#00796B;}
.contactus .contactme > ul li a.route{display: inline-block; width:60px;  padding: 0 15px; color:#666; border: 1px solid #999; margin-right: 5px; font-size: 13px; text-align: center; float: right; margin-top: 10px; }
.contactus .contactme > ul li a.route:hover{ color: #fff; background-color:#009688; border:1px solid #009688; }



@media screen and (min-width:640px) and (max-width:767px) {
    .contactme{display: inline-block; width:100%; font-size: 0.875em; padding-left:0; }
    .contactme > ul{ height:auto;}
    .contactme ul li div{ display:inline-block; width:auto;} 
    .contactus .contactme > ul li a.route{display:none;}
}

@media screen and (min-width:415px) and (max-width:639px) {
    .contactme{display: inline-block; width:100%; font-size: 0.875em; padding:15px;box-sizing: border-box; -webkit-box-sizing:border-box;  -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
    .contactme > ul{ height:auto;}
    .contactme ul li div{ display:inline-block; width:auto;}  
    .contactus .contactme > ul li a.route{display:none;}
}

@media screen and (max-width: 414px) {
    .contactus div ul li{ width: 100%; margin-top: 30px;}
    .contactus div.contactme ul li { margin-top: 0; }
    .contactme{display: inline-block; width:100%; font-size: 0.875em; padding:15px;box-sizing: border-box; -webkit-box-sizing:border-box;  -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
    .contactme > ul{ height:auto;}
    .contactme ul li div{ display:inline-block; width:90%; }
    .text_link:hover{color:#00796B;} 
    .phone.text_link a { color:#009688; }
    .contactus .contactme > ul li a.route{display:none;}
}
/***! 联络信息 .contactme end ***/

@charset "utf-8";
/* CSS Document update 2012 0412 1250*/


body{margin:0;padding:0; background-color:#fff; /* 延伸背景 background:url(../images/bg_001.png) repeat-x top left;*/}
a{ text-decoration:none; color: #575859; }
a:link { text-decoration: none; } 
a:visited { text-decoration: none; } 
a:active { text-decoration: none; }
/*a:hover{ text-decoration:underline;}*/
img{border:0;}

/* ********************************************************************中间内容部分***************************************************
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　　　　　　　　　　　　　　　　　　　　　　　　　　　　　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　　　　　　　此部分会随着页面增加而更新　　　            ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　　　　　　　　　　　　　　　　　　　　　　　　　　　　　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.sp_td .rtd{margin:15px;background:#e9eaea;margin-bottom:0px;}
.TP_sp_td{background:#e9eaea;}
.sp_td ,.sp_td a{color:#434343;}
.sp_td{height:87px; vertical-align:top;}
.MP_centertable{ border-collapse:collapse;}
/*.SL_center,.LB_center,.PH_center,.AR_center,.TP_center,.EV_center,.QS_center{background: url("../images/MP_grayline.jpg") no-repeat scroll center top #FFFFFF;}*/
/*.SL_center,.PH_center,.AR_center,.TP_center,.EV_center,.QS_center{background: url("../images/MP_grayline.jpg") no-repeat scroll center top #FFFFFF;}*/
.SL_center .rtd,.LB_center .rtd,.PH_center .rtd,.AR_center .rtd,.TP_center .rtd{margin:15px 20px; display:table; display:block\9;}
.EV_center .rtd,.QS_center .rtd{margin:10px 20px; display:table; display:block\9;}
.SL_left, .LB_left ,.PH_left,.AR_left,.TP_left{width:700px;float:left;}
.SL_right , .LB_right ,.PH_right,.AR_right,.TP_right{width:220px;float:left;margin-left:20px;}
h2.SL, h2.LB, h2.PH, h2.AR, h1.SL { margin:0;padding:0;font-size:15px; color:#434343; font-weight:normal; line-height:32px; 
			background:url(../images/home_icon.png) no-repeat 15px 8px; padding-left:43px;}

.mod .mod_title {   background: url(../images/home_icon.png) no-repeat scroll left center transparent; color: #434343; font-size: 15px; line-height: 26px;padding-left: 26px;}	
.mod .mod_title h2{ font-size: 15px; font-weight:normal;margin:0;padding:0;}	
.HP_pathway {display:none;}
.HP_sp_td{height:auto;}
.HP_searchbar{margin:18px 15px;}
.HP_center .rtd{ margin-left:15px;margin-right:14px;}
.HP_left{width:686px; display:inline-block; *display:inline; zoom:1; vertical-align:top; float:none !important;}
.HP_right{width:255px; display:inline-block; *display:inline; zoom:1;vertical-align:top;}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/


/*------------------------------------右边模块-----------------------------------*/

/*热门文章特搜*/
.mod_hot-article .mc_1 { background: url(../images/comic_1.jpg) no-repeat scroll left top transparent;height: 19px;width: 220px;}
.mod_hot-article .mc_2 { background: url(../images/comic_2.jpg) no-repeat scroll left bottom #E9EAEA;padding-bottom: 5px;width: 220px;}
.mod_hot-article .mc_2 .dr{padding:0 10px; font-size:13px;}
.mod_hot-article .mc_2 .dr span{ display:inline-block;margin-right:10px; line-height:24px;}
.mod_hot-article .mc_2 .dr a{ display:inline-block;margin-right:10px; line-height:24px;}

/*装修图库之最*/
.mod_images-db{margin-bottom:35px;}
.mod_images-db_last{margin-bottom:20px !important;margin-bottom:35px\9!important;}
.mod_images-db .mod_con{padding:20px 20px;padding-right:0px;border-color: #2F8012 #C1C1C1 #C1C1C1;border-style: solid;border-width: 5px 1px 1px;}
.mod_images-db .rimg{display:inline-block;*display:inline;zoom:1;padding-right:7px;}
.mod_images-db .rimg img{border:#7d7d7d 1px solid !important;width:122px !important;height:123px !important; display:block;}
.mod_images-db .rmore{float:right;padding-right:19px; position:relative;top:-23px;}
.mod_images-db .rmore a{color:#2f8012; font-family:Verdana, Geneva, sans-serif;}
.mod_images-db .t1 a{color:#434343;}
.mod_images-db .t2 a{color:#6bbd00; font-weight:bold;}

/*装修图库热门主打*/
.mod_images-star{margin-bottom:21px;border-bottom:#000 0px solid; background:url(../images/shadow_bg.jpg) no-repeat bottom center;padding-bottom:14px;}
.mod_images-star .mod_head{background:#eaeaea;padding:15px 0px;border-left:#c1c1c1 1px solid;border-right:#c1c1c1 1px solid;border-top:#c1c1c1 1px solid;}
.mod_images-star h2.LB{margin:0;padding:0;font-size:15px; color:#FFF; font-weight:normal; line-height:33px; 
			background:url(../images/title-greenbg.png) repeat-x; border:#2f8012 1px solid; display:inline-block;}
.mod_images-star a{color:#FFF;}			
.mod_images-star h2.LB div{ background:url(../images/white_home-icon.png) no-repeat 20px 8px ;padding-left:43px;padding-right:20px;}			
.mod_images-star .mod_con{padding:20px 20px;padding-bottom:10px;padding-right:0px;border-left:#c1c1c1 1px solid;border-right:#c1c1c1 1px solid;}
.mod_images-star .rimg{display:inline-block;*display:inline;zoom:1;padding-right:7px;border-bottom:10px #fff solid;}
.mod_images-star .rimg img{border:#7d7d7d 1px solid !important;width:122px;height:123px;}
.mod_images-star .rimg-big{float:left; margin-right:12px;}
.mod_images-star .rimg-big img{border:#7d7d7d 1px solid !important;width:387px !important;height:257px !important;}
.mod_images-star .rmore{ float:right;padding-right:19px; vertical-align:middle;margin-top:8px; background:url(../images/white_bg-icon.png) no-repeat;width:46px;height:15px;padding-left:4px; line-height:13px;}
.mod_images-star .rmore a{color:#2f8012; font-family:Verdana, Geneva, sans-serif;}
	
/*装修图库的模块细节区别*/
.LB_right .mod_hot-article {margin-bottom:35px;}

/*装修图库搜寻--------------------------------------12/26新增*/
.mod_LibraryList .case-data{display:inline-block;width:124px;margin-right:2px; margin-left:2px;}
.mod_LibraryList .case-data .rimg img{border:#7d7d7d 1px solid !important;}
	.mod_LibraryList .mod_con{border-top:#2f8012 5px solid; }
	.mod_LibraryList .mod_con .ajax__tab_body{background:url(../images/SL_tab_bg.png) no-repeat left top;}
	.mod_LibraryList .mod_con .mytab .ajax__tab_tab{width:65px !important;}
	.mod_LibraryList .rintro a{color:#434343;font-size:13px;}
	.mod_LibraryList .rtitle{margin-bottom:9px;line-height:32px;font-size:13px;height:32px; overflow:hidden;}
	.mod_LibraryList .mod_con{ font-size:13px;}
	.mod_LibraryList .mytab .ajax__tab_body {padding: 20px 20px;padding-bottom:0px;}
	.mod_LibraryList .rtitle a{height:32px; line-height:32px;overflow:hidden; display:block;color:#434343;}
	
/*人气分享收藏列*/
.PH_toolbar{/*height:40px;*/padding-bottom:10px;font-size:13px; height:1em;}
table.PH_toolbar{padding-bottom:0px;margin-bottom:10px;}
.PH_toolbar td{height:40px;}
.PH_toolbar .rhit {color:#707070; font-family:Verdana, Geneva, sans-serif;}
.PH_toolbar .rhit .r1{background:#eaeaea;display:inline-block; *display:inline; zoom:1; font-size:13px; line-height:15px; height:15px;;}
.PH_toolbar .rhit .r2{padding-left:10px; background:url(../images/PH_hit01.jpg) no-repeat left; }
.PH_toolbar .rhit .r3{padding-right:10px; background:url(../images/PH_hit02.jpg) no-repeat right;}	
.PH_toolbar .rshare {height:30px;display:inline-block; *display:inline; zoom:1;vertical-align:bottom;margin-right:10px;margin-left:10px;}
.PH_toolbar .google-plus-like,.FB-like{ vertical-align:top; display:inline-block; *display:none;margin-top:5px;}
.PH_toolbar .share_btn{vertical-align:top; display:inline-block;margin-left:10px; text-align:right;}
.PH_toolbar .rbookmark_00{background:url(../images/PH_bookmark01.jpg) no-repeat left top;width:109px;height:25px; text-align:center;padding-top:15px;color:#FFF; padding-top:17px\9; height:23px\9;}
.PH_toolbar .rbookmark_01{background:url(../images/PH_bookmark02.jpg) no-repeat left top;width:100px;height:25px; text-align:right;padding-right:9px;padding-top:15px;color:#a0a0a0;}
.PH_toolbar .rbookmark{ display:inline-block; *display:inline; zoom:1; font-family:Verdana, Geneva, sans-serif; margin-left:6px; }
.PH_toolbar .rbookmark a:hover{text-decoration:none;}
.PH_toolbar .rshare .r2{padding-left:10px; background:url(../images/ph_share01.jpg) left top no-repeat;}
.PH_toolbar .rshare .r3{padding-right:10px; background:url(../images/ph_share03.jpg) right top no-repeat; height:30px; line-height:30px;} 
.PH_toolbar .rshare .r1{background:url(../images/ph_share02.jpg) left top repeat-x;}

/*wiki*/
.AS_mod_experts_search .AS_mod_con a{ height:25px !important;}

/*文章开头部分*/
.contentpaneopen {color:#707070;font-size:13px;font-family:"Microsoft JhengHei", "微软正黑体" , Verdana, Geneva, sans-serif;}
.contentpaneopen .rdate,.contentpaneopen .rhit {float:left; line-height:20px;}
.contentpaneopen .rwriter, .contentpaneopen .rphoto {float:left; line-height:20px;}
.contentpaneopen .rdate,.contentpaneopen .rwriter{ padding-right:15px;}
.contentpaneopen .component_heading{font-size:20px;color:#595757; font-weight:bold;margin-bottom:20px; line-height:20px;}
.contentpaneopen .component_heading img{margin-left: 5px;
    vertical-align: middle;}
/*Designer Data & Home Data*/
.mod_Designer-Data,.mod_homedata, .mod_Case-Data {padding:15px 20px; background:#e9eaea; margin-bottom:0px;color:#595757; font-size:13px;font-family:"Microsoft JhengHei", "微软正黑体" , Verdana, Geneva, sans-serif;}	
.mod mod_Designer-Data{padding-right:15px;}
.mod_Designer-Data .mod_title,.mod_homedata  .mod_title, .mod_Case-Data .mod_title{color:#595757; font-size:15px; font-weight:bold;padding:0; background:none; line-height:15px; margin-bottom:10px;}
.mod_Designer-Data .col,.mod_homedata .col, .mod_Case-Data .col{ display:inline-block; *display:inline; zoom:1; width:319px; margin-right:8px; vertical-align:top;}
.mod_Designer-Data .col span,.mod_homedata .col span, .mod_Case-Data .col span{display:block; line-height:20px;}
.mod_Designer-Data a,.mod_homedata a, .mod_Case-Data a {color:#595757;}

/*文章内容*/

.content-main {font-size:15px; color:#333; line-height:30px; font-family:"Microsoft JhengHei", "微软正黑体" , Verdana, Geneva, sans-serif ;}
.content-main .images{ margin-bottom:18px; text-align:center;}
.content-main .images div img {margin:9px; display:block;}
.content-main .images div {border:#707070 1px solid; display:inline-block; text-align:center;}
.content-main .images div span{display:block; font-size:13px; margin:0px 9px;margin-bottom:6px; line-height:20px; text-align:left;}

/*相关连结*/
.mod_related-links {padding:15px;background:#e9eaea;margin-bottom:15px; color:#707070; font-size:13px;font-family:Verdana, Geneva, sans-serif;}
.mod_related-links .mod_con{background:#FFF; padding:15px;}
.mod_related-links .rhead{font-size:15px;line-height:25px;margin-bottom:5px;}
.mod_related-links .rhead span{padding-left:5px; letter-spacing:normal;}
.mod_related-links .r-keyword .rhead{display:inline-block;*display:inline; zoom:0;  vertical-align:top; letter-spacing:0.1em;}
.mod_related-links .r-keyword .rfbtn{display:inline-block; *display:inline; zoom:0;margin-bottom:5px;vertical-align:top;}
.mod_related-links .r-keyword .rfbtn .r2{padding-left:10px; background:url(../images/ph_fbtn1.jpg) left top no-repeat;}
.mod_related-links .r-keyword .rfbtn .r3{padding-right:10px; background:url(../images/ph_fbtn3.jpg) right top no-repeat; height:25px; line-height:25px;} 
.mod_related-links .r-keyword .rfbtn .r1{background:url(../images/ph_fbtn2.jpg) left top repeat-x;}
.mod_related-links .r-article .rimg,.mod_related-links .r-article .rdata{display: inline-block;*display:inline;zoom:1;vertical-align:top;}
.mod_related-links .r-article .headline .rdata{margin-left:7px;color:#707070;width:490px; line-height:20px;}
.mod_related-links .r-article .headline .rtitle{margin-bottom:3px;}
.mod_related-links .r-article .headline,.mod_related-links .r-article .rlist{clear:both;margin-bottom:0px;}
.mod_related-links .r-article .rtitle a{font-size:15px; font-weight:bold; color:#434343;}
.mod_related-links .r-article .rtitle img {margin-left:5px; vertical-align:top;}
.mod_related-links .r-article .rlist .rimg img{border:#c1c1c1 1px solid;width:135px;height:90px;}
.mod_related-links .r-article .headline .rimg img{width:135px;height:90px;border:#787878 1px solid;}
.mod_related-links .r-article .rinfo{line-height:24px;margin-bottom:1px;}
.mod_related-links .r-article .rinfo .rhit{padding-left:15px;}
.mod_related-links .r-article .rintro a{color:#6bbd00;}
.mod_related-links .r-article .rlist span,.mod_related-links .r-book .rlist span{padding-left:12px;background:url(../images/ph_point.jpg) no-repeat 0px 9px;line-height:22px;color:#434343; display:block;margin-bottom:3px;}
.mod_related-links .r-article .rlist a,.mod_related-links .r-book .rlist a{color:#434343;}
.mod_related-links .r-article,.mod_related-links .r-book,.mod_related-links .r-keyword{margin-bottom:0px;}

/*wiki*/
.AS_mod_experts_search .AS_mod_con a{ height:25px !important;}
.SN_keywords a,.SN_pathway a,.SN_keywords,.SN_pathway{color:#434343 !important;}

/*灯箱-图片搜藏*/
.FV_box{padding:9px;font-size:12px;}
.FV_box .mc_1{background:url(../images/pointbg.jpg) repeat;padding:15px;}
.FV_box .mc_2{background:#FFF;padding:15px;}
.FV_box .box_head .rtitle{    background: url("../images/home_icon.png") no-repeat scroll left center transparent;
    color: #434343;
    font-size: 15px;
    line-height: 22px;
    padding-left: 26px;
	display:inline-block; *display:inline; zoom:1; vertical-align:top;width:120px;}
.FV_box .box_head .rinfo{display:inline-block;	*display:inline; zoom:1; text-align:right;line-height: 25px;vertical-align:top; font-size:12px;color:#434343;}
.FV_box .box_head .rinfo img{margin:0 2px; position:relative; top:1px;}
.FV_box .box_head .rinfo span{color:#707070;}
.FV_box .box_head {padding-bottom:20px; background:url(../images/lineline.jpg) no-repeat center bottom;margin-bottom:15px;}

.FV_box .box_con{height:306px;overflow-x:hidden; overflow-y:auto;margin-bottom:20px;}
.FV_box .rlist { display:inline-block; *display:inline; zoom:1;margin-right:24px;margin-bottom:10px; vertical-align:top;}
.FV_box .rlist .rimg{background:url(../images/img-folders.png) no-repeat left top; width:107px; height:108px;padding:0 9px;padding-top:11px;padding-bottom:6px;}
/*.FV_box .rlist .rimg img{border:#707070 1px solid; width:105px; height:106px;}*/
.FV_box .rlist .rimg img{border:#C1C1C1 1px solid; width:105px; height:106px;}
.FV_box .bc_1{width:611px;height:306px;}
.FV_box .rselect{line-height:23px; color:#707070; font-weight:bold;background:url(../images/fdotted.png) repeat-x bottom;font-size:13px;}
.FV_box .rselect input{ position:relative; top:2px;margin-right:8px;}
.FV_box .box_foot {background:#e9e8e8; padding:10px;}
.FV_box .box_foot .radd{ display:inline-block;}
.FV_box .box_foot .radd .rbtn{border:#c6c6c6 1px solid; background:url(../images/fbtn-normal.png) repeat-x; line-height:18px; line-height:28px\9;font-size:13px;color:#707070; cursor:pointer;height:28px;padding-left:10px;padding-right:10px;}
.FV_box .box_foot .rok{float:right;}
.FV_box .box_foot .rok .rsubmit{border:#2f8012 1px solid; background:url(../images/title-greenbg.png) repeat-x center; line-height:18px;line-height:28px\9; font-size:13px;color:#FFFFFF;cursor:pointer;height:28px;padding-left:10px;padding-right:10px;}
.article-box .box_con{height:306px !important;overflow-x:hidden; overflow-y:auto;margin-bottom:20px;}
.article-box .rlist{width:181px;margin-right:19px !important;}
.article-box .rlist img {margin-right:5px; position:relative; top:2px;}
.article-box .rselect, .article-box .rlist ,.images-box .rselect{height:23px; overflow:hidden;}
.images-box .rlist{width:125px; overflow:hidden;}

/* 页码 */
.digg.disabled {
	padding: 0px 4px 2px 4px; 
	border: #eee 1px solid; 
	margin: 2px; 
	color: #ddd; 
}


/*首页-左边中间广告*/
/*.HP_left-ad img {border:#707070 1px solid;margin:0;width:684px;height:108px;clear:both;}*/
.HP_left-ad img {border:#C1C1C1 1px solid;margin:0;width:684px;height:108px;clear:both;}
/*首页-左边留言*/
.mod_HP-msg{font-size:12px;margin-top:10px;}
.mod_HP-msg .mod_con{background:#eaeaea;}
.mod_HP-msg .rintro{width:614px;padding-top:6px;}
.mod_HP-msg .rlist{border-bottom:#FFF 2px solid;padding-top:10px;padding-left:10px;padding-right:5px;padding-bottom:10px;}
/*.mod_HP-msg .rimg img{border:#707070 1px solid !important;width:46px;height:46px;}*/
.mod_HP-msg .rimg img{border:#C1C1C1 1px solid !important;width:46px;height:46px;}
.mod_HP-msg .rimg,
.mod_HP-msg .rdata{display:inline-block; *display:inline; zoom:1; vertical-align:top;}
.mod_HP-msg .rdata{width:614px;margin-left:5px;}
.mod_HP-msg .rhit,.mod_HP-msg .rreply,
.mod_HP-msg .rtitle{ display:inline-block; *display:inline; zoom:1; color:#707070; line-height:12px; vertical-align:top; padding-bottom:2px;}
.mod_HP-msg .rhit{width:80px; text-align:right;padding-top:3px; }
.mod_HP-msg .rreply{width:60px; text-align:left;padding-top:3px; }
.mod_HP-msg .rtitle{width:455px;overflow:hidden;height:15px;line-height:1.5; text-align:left;margin-left:9px;}
.mod_HP-msg .rtitle a span{ color:#307F12;padding-right:8px;}
.mod_HP-msg .rtitle a{color:#2f8012;}
.mod_HP-msg .rtitle span a{color:#434343;}
.mod_HP-msg .rintro a {color:#434343;}
.mod_HP-msg .r3{padding-top:8px;background:url(../images/comic21.png) no-repeat left top; display:block; line-height:18px;padding-left:19px;padding-right:9px;word-wrap:break-word;}
.mod_HP-msg .r2{padding-bottom:8px;background:url(../images/comic22.png) no-repeat left bottom;display:block;}
/*.mod_HP-msg .r3 a {display:block; height:36px; overflow:hidden;}*/
.mod_HP-msg .r3 a {display:block;}


/*首页-右边视频*/
.mod_hp-video .mod_title,
.mod_hp-video .glist{display:inline-block; *display:inline; zoom:1; vertical-align:middle;}
.mod_hp-video .glist{ text-align:center;width:140px;height:18px; float:right; font-size:13px; position:relative; top:4px; line-height:18px;}
.glist a { margin-left:5px;}
.mod_hp-video .glist a.tv_list{ display:block; width:56px; height:18px; background-image:url(../images/btn_tv_list.jpg); background-repeat:no-repeat; text-indent:-9999px; float:left; }
.mod_hp-video .glist a.tv_more{ display:block; width:70px; height:18px; background-image:url(../images/btn_tv_more.jpg); background-repeat:no-repeat; text-indent:-9999px; float:right;}
.mod_hp-video .rvideo a{color:#A9A9A9; font-size:15px; padding-top: 7px; font-weight:bold;}
.mod_hp-video .rvideo p{ margin:0 auto; }
.mod_hp-video{margin-bottom:15px;}

.HP_event-public{font-size:13px;color:#707070; margin:10px 0; margin-bottom:10px;}
/*.HP_event-public .ajax__tab_body .event-content .rimg img{border:#707070 1px solid !important;}*/
.HP_event-public .ajax__tab_body .event-content .rimg img{border:#C1C1C1 1px solid !important;}
.HP_event-public .ajax__tab_body .event-content .rmore{background:#707070; text-align:center; height:15px; line-height:13px;}
.HP_event-public .ajax__tab_body .event-content .rmore a {color:#FFFFFF;}
.HP_event-public .ajax__tab_body .event-content .rimg {padding:4px;padding-top:4px;padding-bottom:5px;}
.HP_event-public .ajax__tab_body .public-content{padding-left:6px;padding-top:12px; padding-bottom:11px; padding-right:8px;border-bottom: 1px solid #C1C1C1;height:187px;}
.public-content .rtitle{font-size:15px; font-weight:bold;line-height:1.5;}
.public-content .rtitle,
.public-content .rintro{width:100px;}
.public-content .rintro{line-height:20px;padding-top:20px;}
.public-content .rintro a{color:#6bbd00; font-family:Verdana, Geneva, sans-serif;}
.public-content table{width:242px;}
/*.public-content .rimg img{ border:#707070 2px solid !important; border-right:3px #707070 solid !important;border-bottom:3px #707070 solid !important;margin-right:5px;height:180px;width:130px;}*/
.public-content .rimg img{ border:#C1C1C1 2px solid !important; border-right:3px #C1C1C1 solid !important;border-bottom:3px #C1C1C1 solid !important;margin-right:5px;height:180px;width:130px;}

/*首页-置底广告*/
.HP_bottom-ad div { display:inline-block; *display:inline; zoom:1; width:32%;  }
.HP_bottom-ad div img {border:#ced0d6 1px solid !important; width:296px; height:96px;padding:1px;}
.HP_bottom-ad { clear:both; /*padding-top:10px; chiao*/padding-top:20px; padding-bottom:20px; padding-left:5px; }

/*活动列表*/
/*.com_event .component_head {border-bottom:#2F8012 5px solid;}*/
.com_event .component_head .fliter{ color: #434343;font-size: 15px;margin-bottom: 10px;text-align: right; line-height:20px;}
.com_event .component_head .fliter select{margin-left:3px; color: #434343;font-size: 15px;}
.com_event .listline{background:#e7e7e7;border-top:#818181 5px solid; margin-bottom:20px;}
.com_event .listline2{background:#FFFFFF;border-top:#307F12 5px solid; margin-bottom:20px;}
.com_event .listline .rmain, .com_event .listline2 .rmain{border:#cccccc 1px solid;border-top:none;padding:20px 15px;}
.com_event .headline .rmain{border:#cccccc 1px solid;border-top:none;}
.com_event .headline{background:#FFFFFF;border-top:#307F12 5px solid; margin-bottom:20px;}
.com_event .headline .rimg,
.com_event .headline .rdata,
.com_event .listline .rimg,
.com_event .listline .rdata,
.com_event .listline2 .rimg,
.com_event .listline2 .rdata{display:inline-block; *display:inline; zoom:0; vertical-align:top; font-size:13px;}
.com_event .headline .rdata{width:637px; margin-left:12px;}
.com_event .listline .rdata, 
.com_event .listline2 .rdata{width:688px; margin-left:12px;}
.com_event .headline .datablock .rtitle a,
.com_event .listline .rdata .rtitle a,
.com_event .listline2 .rdata .rtitle a{ color:#434343;}
.com_event .headline .datablock .rtitle,
.com_event .listline .rdata .rtitle,
.com_event .listline2 .rdata .rtitle{font-size:15px; font-weight:bold; color:#434343;margin-bottom:12px;}
.com_event .headline .datablock .rtitle{margin-bottom:5px;}
.com_event .headline .datablock .rnew,
.com_event .headline .datablock .data1{display:inline-block; *display:inline; zoom:0; vertical-align:middle; font-size:13px;}
.com_event .headline .datablock .data1{width:827px;margin-left:5px;}
.com_event .listline .rdata .rinfo, 
.com_event .listline2 .rdata .rinfo {color:#707070;font-size:13px; font-family:Verdana, Geneva, sans-serif; line-height:21px;}
.com_event .listline .rdata .rinfo .FB-like,
.com_event .listline2 .rdata .rinfo .FB-like{margin-top:0px;}
.com_event .headline .datablock .rinfo {color:#707070;font-size:13px; font-family:Verdana, Geneva, sans-serif; line-height:21px;}
.com_event .headline .datablock .rinfo .FB-like{margin-top:0px;}
.com_event .headline .rdata .rintro{line-height:20px; font-size:13px; color:#707070;}
.com_event .listline .rdata .rintro,
.com_event .listline2 .rdata .rintro{line-height:20px; font-size:13px; color:#707070;margin-top:15px;}
.com_event .headline .rintro a,
.com_event .listline .rintro a,
.com_event .listline2 .rintro a{color:#6bbd00; font-family:Verdana, Geneva, sans-serif;}
.com_event .rinfo .status-ing{color:#ff0000;padding:0 15px; font-weight:bold;}
.com_event .rinfo .status-ed{color:#000000;padding:0 15px; font-weight:bold;}
.com_event span.gift{ display:inline-block; *display:inline; zoom:0; vertical-align:middle; background:url(../images/gift.jpg) no-repeat left top; color:#FFF; padding-left:28px; height:21px; line-height:20px;line-height:23px\9;width:48px;margin-right:10px;}
.com_event span.lottery{ display:inline-block; *display:inline; zoom:0; vertical-align:middle; background:url(../images/gift.jpg) no-repeat left top; color:#FFF; padding-left:28px; height:21px; line-height:20px;width:34px;line-height:23px\9;margin-right:10px;}
.com_event .headline .datablock {padding:10px 15px;padding-top:4px;padding-bottom:4px; background:url(../images/big-desh-line.jpg) repeat-x bottom left;}
.com_event .headline .img-word{padding:10px 15px;}
/*.com_event .headline .rimg img{width:253px; border:#707070 1px solid !important;}*/
.com_event .headline .rimg img{width:253px; border:#C1C1C1 1px solid !important;}
.com_event .listline .rimg img,
/*.com_event .listline2 .rimg img{width:203px; border:#707070 1px solid !important;}*/
.com_event .listline2 .rimg img{width:203px; border:#C1C1C1 1px solid !important;}

/*问卷列表页*/
.QS_center .rtd{width:940px;}
.asurvey{margin-bottom:20px;border-top:5px #2f8012 solid;background:url(../images/qs-pic05.jpg) no-repeat bottom center;padding-bottom:10px;}
.asurvey-end{margin-bottom:20px;border-top:5px #2f8012 solid; background:url(../images/qs-pic06.jpg) no-repeat bottom center;padding-bottom:10px;}
.asurvey .datatable{width:100%;  }
.asurvey .surveytd{border:#c1c1c1 1px solid;border-right:#c1c1c1 0px solid;border-bottom:#DDDDDD 0px solid}
.asurvey .readingstd .rtitle{font-size:15px; font-weight:bold; margin-bottom:15px; color:#434343;}
.asurvey .readingstd{border:#dddddd 1px solid; border-bottom:#DDDDDD 0px solid;width:360px; background:url(../images/qs-pic04.jpg) repeat-y left top;}
.asurvey .readingstd .dr{}
.asurvey .readingstd .dr_1{/*background:url(../images/qs-pic03.jpg) repeat-x bottom;*/}
.asurvey .readingstd .dr_2{ padding: 30px 25px 15px;}
.asurvey .readingstd ul{margin:0;padding-left:21px; list-style-image:url(../images/tp-list-fn.jpg); line-height:24px;  color:#434343; font-size:12px;}
.asurvey .readingstd ul li a{color:#434343;}
.asurvey .readingstd li{line-height:26px; font-size:15px;}
.asurvey .readingstd li img{ position:relative; top:2px;margin-left:4px;}
.asurvey .surveytd .rlist{margin:5px;margin-left:10px; margin-right:9px;margin-bottom:0px;}
.asurvey .surveytd .rlist ul,
.asurvey .surveytd .rlist li{margin:0;padding:0;list-style: none outside none; line-height:18px;}
.asurvey .surveytd .rbbtn input.survey{background:url(../images/big_btn2.jpg) no-repeat; height:36px; width:100%; text-align:center; border:none; cursor:pointer; color:#434343;margin-top:5px;} 
.asurvey .surveytd .rbbtn a.survey{background:url(../images/big_btn2.jpg) no-repeat; height:36px; width:100%; text-align:center; border:none; cursor:pointer; color:#434343; display:block; line-height:36px; text-decoration:none;}
.asurvey .surveytd .dr{padding:0px 15px;}
.asurvey .surveytd ul{margin:15px 0px;padding:0;margin-bottom:3px; list-style:none; font-size:15px; color:#434343;}
/*.asurvey .surveytd ul li{line-height:26px;}*/
.asurvey .surveytd ul li{line-height:26px; margin-top:20px; }
.asurvey .surveytd ul div{ display:inline-block; *display:inline; zoom:1;line-height:17px; vertical-align:top;margin-bottom:7px;}
.asurvey .surveytd ul div.item{  height:17px;width:53%;}
.asurvey .surveytd ul div.percent{ height:17px; width:10px; position:relative;z-index:5; width:30%;}
.asurvey .surveytd ul div.percent b{ position:absolute; background-image:url(../images/percent-green.jpg);height:17px; z-index:1; top:0; left:0;border-left:#818181 1px solid;}
.asurvey .surveytd ul div.percent span{margin:0;padding:0; line-height:17px; font-size:12px; font-family:Verdana;  position: relative; z-index: 5; color:#294800;padding-left:5px;}
.asurvey .surveytd .rtitle,
.asurvey .surveytd .rtitle a{color:#434343; font-size:15px; font-weight:bold;margin-top:10px;margin-bottom:5px;}
.asurvey .surveytd .rinfo{color:#818181; font-size:12px; font-family:Verdana, Geneva, sans-serif;}
.asurvey .surveytd .rinfo .status-ed{font-size:13px; color:#000000;padding:0 15px; font-weight:bold;}
.asurvey .surveytd .rinfo .status-ing{font-size:13px; color:#ff0000;padding:0 15px; font-weight:bold;}
.asurvey .surveytd .rbtn input{background:url(../images/qs-btn01.jpg) no-repeat left; height:25px; width:59px; text-align:center; border:none; cursor:pointer; color:#434343; font-size:15px;}
.asurvey .surveytd .rbtn {text-align:center;}
.survey-end{background:#e7e7e7;}
.survey-ing{background:#FFF;}
.pagelink-qs{margin-top:20px;margin-top:30px; margin-bottom:12px; font-size:13px; font-family:Verdana, Geneva, sans-serif;}
.com_survey .component_main{margin-top:20px;}


/*2012-6/14-内页文-设计师信息 bug修正*/
.mod_Designer-Data .HDrlist .HDr12 .spanDName,.mod_Designer-Data .HDrlist .HDr12 .spanDEmail,.mod_Designer-Data .HDrlist .HDr12 .spanDTel1,.mod_Designer-Data .HDrlist .HDr12 .spanDWebSite,.mod_Designer-Data .HDrlist .HDr12 .spanDAddress,.mod_Designer-Data .HDrlist .HDr12 .spanDBlog
{float:none !important; display:inline-block; width:49.5% !important; margin-right:0.5% !important; vertical-align:top;  word-wrap:break-word; overflow:hidden;*display: inline;zoom: 1; letter-spacing: normal; word-spacing: normal; }
.mod_Designer-Data .HDrlist {letter-spacing: -0.31em; /* webkit: collapse white-space between units */ 
    *letter-spacing: normal; /* reset IE < 8 */ 
    word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */}

.topBanner_close{
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../deco_img/compare_delete.jpg);
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    right:0;
}
@charset "utf-8";
/* CSS Document--社群用 */
.fb_like_2013 
{ 
    width:auto; float:left; margin:10px 5px 5px 0;
}


.fb_like_2013 
{
    /*width:84px;*/
    /*width:72px; 
    height:20px; */
    overflow:hidden;
}

.media_group li {
    /*display: inline-block;*/
    float: left;
    background-repeat: no-repeat;
    background-image: url(/cn/images/social.svg);
    background-image: url(/cn/images/social.png)\0;
    background-repeat: no-repeat;
    background-color: #fff;
    margin: 5px 10px;
    height: 33px;
}

 /*.media_group li a {
    display: inline-block;
    width: 33px;
    height: 33px;
    font-size: 11px;
    text-decoration: none;
} update for Safari 分享数字会掉下来*/

 .media_group li a {
display: inline-block;
width: 33px;
height: 33px;
font-size: 11px;
text-decoration: none;
vertical-align: middle;
cursor:pointer;
}

.media_group a:hover {
    opacity: .4;
    filter: 40%;
    /*background-color: #fff;*/
}

.media_fb {
    background-position: 0 0;
}

.media_google {
    background-position: 0 -35px;
}

.media_pocket {
    background-position: 0 -70px;
}

.media_pin {
    background-position: 0 -105px;
}

.media_twitter {
    background-position: 0 -140px;
}

.media_plurk {
    background-position: 0 -175px;
}

.media_wechat {
    background-position: 0 -210px;
}

.media_sina {
    background-position: 0 -245px;
}

.media_bookmark {
    background-position: 0 -280px;    
}

.media_line {
    background-position: 0 -315px;
}

.media_qq {
    background-position: 0 -384px;
}

/*.media_open {
    background-position: 0 -350px;
    width: 33px;
    font-size: 11px;
    text-decoration: none;
    display:none; 
    position:relative;
}update for 居家产品底层页share_more会出不来*/

.media_open {
    background-position: 0 -350px;
    width: 33px;
    font-size: 11px;
    text-decoration: none;
    display: none;
    top: 0;
    cursor:pointer;
}  


/*.media_group div {
    display: block;
    display:inline-block;
    width: auto;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    float: right;
    background-color: #fff;
    padding: 0 8px 0 3px;    
    margin-top: 10px;
}update for Safari 分享数字会掉下来*/

.media_group div {
    display: inline-block;
    zoom: 1;
    width: auto;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    background-color: #fff;
    padding: 0 8px 0 3px;
    vertical-align: middle;
    border:0;
}

 .media_group .media_bookmark div {
    padding: 3px 8px 3px 5px; 
    border: 1px solid #ce2b6b;
    border-radius: 3px;
}


.fb_number {
    color: #3873ad;
    border-right: 1px solid #b7b7b7;
}

.media_group .media_bookmark div.bookmark_word {
    color: #ce2b6b;
    position:relative;
    font-size: 1.3em;
    border:0;
    border-radius:unset;
    padding: 3px 5px 3px 0px;
}

.media_bookmark .bookmark_number {
    color: #ce2b6b;
    position:relative;
}

.media_bookmark .bookmark_number:before {
    content: ' ';
    border: 4px solid;
    width: 0;
    height: 0;
    border-color: transparent #ce2b6b transparent transparent;
    display: block;
    position: absolute;
    top: 6px;
    left: -9px;
}
.media_bookmark .bookmark_number:after {
    content: ' ';
    border: 4px solid;
    width: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    display: block;
    position: absolute;
    top: 6px;
    left: -8px;
}
div.bookmark_word {
cursor:pointer;
}

/*收藏按钮 大图标 Start*/
.pinit {
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	padding-top: 10px;
}
.event_content_inner .album_item .pinit {
	padding-bottom: 15px;
}
.event_content_inner .album_item .pinit a.more {
	display: block;
	width: 200px;
	height: 45px;
	border: 1px solid #ce2b6b;
	margin: 0 auto;
	color: #ce2b6b;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
}
.event_content_inner .album_item .pinit a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	content: "555";
	background-color: #ce2b6b;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	box-sizing: border-box;
	margin-right: 5px;
}
.albumpage_content_item .album_item .pinit a.more:hover {
	background-color: #ce2b6b;
	color: #fff;
}
.albumpage_content_item .album_item .pinit a:hover i {
	background-color: #fff;
	color: #ce2b6b;
}
@media (max-width: 1200px) {
.event_content_inner .album_item .pinit a.more {
	width: 80%;
}
}
@media (max-width: 768px) {
.event_content_inner .album_item .pinit a.more {
	width: 90%;
}
}
/*收藏按钮 大图标 End */


/*更多分享的子选单css*/
.share_more {
    position: absolute;
    background-color: white;
    box-shadow:  5px 5px 3px rgba(0, 0, 0, 0.2);
    padding: 8px;
    border: 1px solid #ccc;
    z-index:9999;
    margin-top:40px;
    width:110px;
}

.share_more:before, .share_more:after {
    box-sizing: border-box;
    border-bottom: 8px solid #ccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    /* left: 20px; */
    position: absolute;
    bottom: -8px;
    width: 0;
    z-index: 1;
    top: -9px;
}

/*居家产品列表收藏*/
.NewArr .media_group, .NewArr .media_bookmark{
    width:auto;
    float: right;
}

/*居家产品底层页社群为采简化+更多样式*/
.ProductData1 .media_open {display:inline-block;}
.ProductData1 .w_pocket, .ProductData1 .w_pin, .ProductData1 .w_twitter, .ProductData1 .w_plurk, .ProductData1 .w_sina {display:none;}
.ProductData1 .m_google {display:none;}
.ProductData1 .media_group li {margin: 5px 10px;}
.ProductData1 .media_group {margin:0;}
.ProductData1 .share_more {
    width: 160px;
    margin-left: -90px;
    margin-top:40px;
}
.ProductData1 .share_more:before, .ProductData1 .share_more:after {
        left: 95px;
}


/*收藏灯箱*/
.modalBackground {
    background-color: #666666;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.memberPopup {
    max-width: 370px;
}
.white-popup {
    padding: 0px
}
/*收藏灯箱 end*/
/*! 
    ***************************************************************************************
    20150917 mod by Haley 此css定义为[版头版尾+讯息]使用 
    
    ***************************************************************************************
*/
body {
    line-height: 1.5;
}
/***! header begin ***/
.menu_bar+.container {
    padding-top:90px;
}
.container #wrapper {
    width: 960px;
    margin: 0 auto;
    line-height: 1.5;
}
/*----------外部连结----------*/
.web_header {
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #21262a;
    color: #fff;
    line-height: 40px;
    border-bottom: 1px solid #384248;
    position: fixed;
    top: 0;
    z-index: 100;
}

.channel ul li {
    display: inline-block;
    border-right: 1px solid #384248;
    float: left;
}

    .channel ul li a {
        padding: 0 30px;
        height: 40px;
        text-align: center;
    }

    .channel ul li:hover, .searchlink button:hover, .joinlink button:hover {
        background-color: #009688;
    }

    .channel ul li:nth-child(4):hover,.OpenMenu_TVBox .channel ul li:nth-child(4) {
        background-color: #a34ba1;
    }

    .channel ul li a, .menu_bar ul li a {
        display: inline-block;
        color: #fff;
    }

.head_news {
    display: inline-block;
    padding: 0 20px;
    font-style: italic;
    padding: 0 20px;
    color: #fff;

    width: calc( 100vw - 440px );
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

    .head_news a {
        color: #fff;
    }

        .head_news a:hover {
            color: #009688;
        }
    .head_news span.head_newsTitle {
        color: #f99b36;
    }

/*----------会员功能----------*/
.searchlink, .joinlink {
    display: inline-block;
    width: 40px;
    float: right;
    font-size: 20px;
}

    .searchlink button, .joinlink button {
        width: 100%;
        height: 39px;
        line-height: 39px;
        background-color: #21262a;
        color: #fff;
        border: 0;
        font-size: 20px;
    }

/*----------设计家功能选单----------*/
.menu_bar {
    background-color: #009688;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 40px;
    z-index: 100;
}
.menu_bar_nobgcolor {
    background-color: transparent;
}

    .menu_bar .logo a {
        display: block;
        width: 120px;
        height: 36px;
        float: left;
        background-repeat: no-repeat;
        background-image: url(../images/logo/2017/120X36.png);
        box-sizing: border-box;
        margin-top: 8px;
        float: left;
        text-indent: -9999px
    }

    .menu_bar ul {
        display: inline-block;
        overflow: hidden;
        float: right;
    }

        .menu_bar ul li {
            display: inline-block;
            text-align: center;
            float: left;
        }

            .menu_bar ul li a {
                padding: 0 30px;
                color: #fff;
                font-weight: 400;
            }

    .menu_bar:hover {
        background-color: #009688;
    }

    .menu_bar ul li:hover,.menu_bar ul li a.NowMenu {
        background-color: #00776c;
    }

    .menu_bar ul li.hoverdrop:hover > .drop_menu {
        display: block;
    }

    .menu_bar ul li a.color01 {
        color: #f9c45c;
    }

    .menu_bar ul li a.color02 {
        color: #d3304d;
    }

    .menu_bar ul li a.color03 {
        color: #5fd8e8;
    }

/*----------设计家功能选单MOBILE会员----------*/
.mobile_join {
    display: none;
}

/*----------设计家功能选单Hamburger Icon----------*/
.nav-toggle {
    display: none;
    position: absolute;
    right: 40px;
    top: 48%;
}

.nav-toggle {
    cursor: pointer;
    padding: 0;
}

    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
    }

        .nav-toggle span:before {
            top: -10px;
        }

        .nav-toggle span:after {
            bottom: -10px;
        }

        .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
            transition: all 500ms ease-in-out;
        }

    .nav-toggle.active span {
        background-color: transparent;
    }

        .nav-toggle.active span:before, .nav-toggle.active span:after {
            top: 0;
        }

        .nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        .nav-toggle.active span:after {
            transform: rotate(-45deg);
        }

/*----------找文章频道下拉选单----------*/
.drop_menu {
    display: none;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    border-top: 5px solid #00776c;
    box-shadow: 2px 5px 8px rgba(7%, 7%, 7%, 0.5);
    margin-left: -170px;
}

    .drop_menu ul {
        display: inline-block;
        float:left;
    }

        .drop_menu ul li {
            display: block;
            float: none;
            text-align: left;
            line-height: 2em;
            padding: 1px 20px;
            font-weight: 400;
        }

            .drop_menu ul li a {
                display: block;
                color: #333;
                padding: 0px;
            }

    .drop_menu h3 {
        font-weight: 600;
    }

    .drop_menu ul li:hover {
        background-color: #fff;
    }

    .drop_menu ul li a:hover {
        color: #00776c;
    }


/*----------Tv节目讯息----------*/
.tv_box ol, .tv_box ul {
        list-style: disc;
}
.tv_box {
    display: none;
    /*width: 900px;*/
    width: 950px;
    border-top: 5px solid #a34ba1;
    position:fixed;
    top: 40px;
    left: 0;
    /*margin-left: -750px;*/
    z-index: 101;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(7%, 7%, 7%, 0.5);
}
.OpenMenu_TVBox .tv_box {
    display:block;
}
.program_content {
    height: 217px;
    background-color: #efefef;
}

.program_list {
    display: inline-block;
    padding: 15px 20px;
    /*width: 480px;*/
    width: 530px;
    float: left;
}

    .program_list ul li {
        /*display: inline-block;*/
        display: list-item;
        width: 225px;
        /*margin-right: 15px;
        margin-top: 5px;*/
        margin: 5px 15px 0 25px;
        float: left;
    }

        /*.program_list ul li:nth-child(odd) {
            float: left;
        }*/
        
        .program_list ul li a {
            display: block;
            color: #333;
            font-weight: 400;
        }

            .program_list ul li a:hover {
                color: #a34ba1;
            }

            .program_list ul li a i {
                display: block;
            }
            .program_list ul li a h3 {
            height: 48px
        }

.tv_box h2 {
    font-size: 1.2em;
    font-weight: 500;
    color: #a34ba1;
}

.broadcast_info {
    display: block;
    width: 100%;
    background-color: #fff;
    display: inline-flex;
    flex-direction: row;
}

    .broadcast_info div {
        padding: 10px;
        box-sizing: border-box;
    }

        .broadcast_info div:nth-child(odd) {
            width: 40%;
        }

        .broadcast_info div:nth-child(even) {
            width: 24%;
            border-left: 1px solid #efefef;
            border-right: 1px solid #efefef;
        }

        .broadcast_info div i {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 2em;
            float: left;
        }

/*----------会员lightbox----------*/
.join {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    box-sizing: border-box;
    padding: 10%;
    box-sizing: border-box;
    font-weight: 400;
    display:none;
    z-index:200;
}
.OpenMenu_LoginPanel .join {
    display:block;
}
.join_content_box {
    display: block;
    max-width: 650px;
    height: auto;
    padding: 8%;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.join_content_box h2 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}

.btn_customer, .btn_member, .btn_register_now {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 1.2em;
}

.btn_customer {
    background-color: #e89e4f;
}

.btn_member {
    background-color: #009688;
}

.btn_customer:hover {
    background-color: #d88226;
}

.btn_member:hover {
    background-color: #00776c;
}

.join_content_box p {
    display: inline-block;
    float: left;
}

.join_content_box i {
    display: inline-block;
    float: right;
    height: 50px;
    line-height: 50px;
}

.btn_register_now a {
    display: block;
    text-align: center;
    color: #333;
}

    .btn_register_now a:hover {
        color: #009688;
    }

/*----------会员lightbox close----------*/
.windows_close {
    display: block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 10px;
}

    .windows_close:before, .windows_close:after {
        content: "";
        width: 26px;
        height: 4px;
        background-color: #999;
        position: absolute;
        top: 10px;
        border-radius: 15px;
    }

    .windows_close:before {
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg);
        right: 2px;
    }

    .windows_close:after {
        -webkit-transform: rotate(-46deg);
        transform: rotate(-46deg);
        left: 2px;
    }

    .windows_close:hover:before, .windows_close:hover:after {
        background-color: #000;
    }

/*----------搜寻BAR----------*/
.search_bar {
    width: 100%;
    background: #282828;
    position: fixed;
    top: 0px;
    height: 160px;
    z-index: 200;
    box-sizing: border-box;
    display:none;
}
.OpenMenu_SearchBar .search_bar {
    display:block;
}
.type_item_area {
    display: block;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #333;
}

.search_bar input {
    width: 70%;
    height: 80px;
    line-height: 80px;
    float: left;
    color: #fff;
    border: 0;
    background: transparent;
    border-radius: 3px 0 0 3px;
    font-size: 2em;
    box-sizing: border-box;
    float: left;
    padding-left: 20px;
}

    .search_bar input::placeholder {
        font-size: 1em;
        font-weight: bold;
        color: #4d4d4d;
    }

    .search_bar input:focus {
        outline: 0;
        background: transparent;
    }

    .search_bar input[type=text]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    .search_bar input[type=text]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    .search_bar input[type="search"]::-webkit-search-decoration,
    .search_bar input[type="search"]::-webkit-search-cancel-button,
    .search_bar input[type="search"]::-webkit-search-results-button,
    .search_bar input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

/*----------搜寻下拉类别----------*/
.function {
    display: inline-block;
    /*width: 30%;
    float: right;*/
    position: absolute;
    right: 0;
}

.select {
    display: flex;
    flex-direction: column;
    width: 145px;
    height: 80px;
    background-color: #282828;
    color: #fff;
    float: left;
}

.option {
    padding: 0 30px 0 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    background-color: #282828;
    border-top: #222 solid 1px;
    position: absolute;
    top: 0;
    width: auto;
    pointer-events: none;
    order: 2;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.select:focus .option {
    position: relative;
    pointer-events: all;
}

.option:hover {
    color: #fff;
    background-color: #009688;
}

.select input {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

    .select input:checked + label {
        order: 1;
        z-index: 2;
        border-top: none;
        position: relative;
    }

        .select input:checked + label:after {
            content: '';
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid white;
            position: absolute;
            right: 10px;
            top: calc(50% - 2.5px);
            pointer-events: none;
            z-index: 3;
        }

        .select input:checked + label:before {
            position: absolute;
            right: 0;
            height: 40px;
            width: 40px;
            content: '';
        }

.close_button {
    display: block;
    width: 80px;
    height: 80px;
    float: right;
    border-left: 1px solid #333;
}

.outer {
    position: relative;
    margin: auto;
    width: 50px;
    cursor: pointer;
    z-index: 10;
    margin-top: 15px;
}

/*----------搜寻close----------*/
.inner {
    width: inherit;
    text-align: center;
}

    .inner label {
        font-size: .8em;
        line-height: 4em;
        text-transform: uppercase;
        color: #fff;
        transition: all .3s ease-in;
        opacity: 0;
        cursor: pointer;
    }

    .inner:before, .inner:after {
        position: absolute;
        content: '';
        height: 3px;
        width: inherit;
        background: #9d9d9d;
        left: 0;
        transition: all .3s ease-in;
    }

    .inner:before {
        top: 48%;
        transform: rotate(45deg);
    }

    .inner:after {
        bottom: 48%;
        transform: rotate(-45deg);
    }

.outer:hover label {
    opacity: 1;
    font-weight: 500;
}

.outer:hover .inner:before, .outer:hover .inner:after {
    transform: rotate(0);
}

.outer:hover .inner:before {
    top: 0;
}

.outer:hover .inner:after {
    bottom: 0;
}

.hot_keyword {
    display: block;
    padding: 20px;
}

    .hot_keyword i {
        color: #009688;
    }

    .hot_keyword a {
        display: inline-block;
        padding: 8px 12px;
        box-sizing: border-box;
        border: 1px solid #4f4c4d;
        color: #fff;
        margin: 0 5px;
    }

        .hot_keyword a:hover {
            background-color: #009688;
            border-color: #009688;
        }
/***! header end ***/

/***! footer begin ***/
footer {
    width: 100%;
    background-color: #21262a;
    font-size: 16px;
}

    footer .footer_title {
        color: #b9cad7;
        line-height: 1.8em;
        font-weight: bolder;
        font-size: 0.9375em;
        display: block;
    }

.footer_bar {
    padding: 10px 0;
    overflow: hidden;
    max-width: 60em;
    margin: 0 auto;
}

    .footer_bar div {
        line-height: 1.4em;
    }

    .box01, .footer_bar .sitemap {
        display: inline-block;
        width: 30%;
        float: left;
        margin-right: 20px;
        padding-right: 10px;
        border-right: 1px solid #31383e;
        height: 150px;
    }

.media_social {
    display: inline-block;
    width: 30%;
    float: left;
}



.footer_bar ul {
    display: inline-block;
    overflow: hidden;
}

    .footer_bar ul li {
        display: inline-block;
        float: left;
    }

.footer_bar a {
    font-size: 13px;
    color: #596670;
    margin: 0 10px 10px 0;
}

    .footer_bar a:hover, .mobile_switch a:hover {
        color: #fff;
    }



.media_social ul li {
    display: inline-block;
    float: left;
    width: 22px;
    height: 22px;
    padding: 5px;
}

    .media_social ul li a {
        display: inline-block;
        font-size: 22px;
    }

        .media_social ul li a.social_bg {
            display: block;
            width: 22px;
            height: 22px;
            background-repeat: no-repeat;
        }

.icon_youku {
    background-position: center;
}

.media_social span {
    display: inline-block;
    color: #5a6771;
    font-size: 11px;
    line-height: 22px;
}

.media_social i {
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 7px;
}

.fa-facebook {
    padding-left: 2px;
}


footer .copyright {
    display: inline-block;
    color: #5c656c;
    background-color: #1b1f22;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-top: 30px;
    padding: 10px 0;
}

footer a {
    display: inline-block;
    margin-left: 17px;
}

footer .copyright .footer_icp{
    color: #5c656c;
}

footer .footer_new_ga .beian-icon {
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/beian.png) center center no-repeat;
}

footer .footer_new_ga span {
    margin: 0 0 0 5px;
    color: #939393;
}

.mobile_switch a {
    display: inline-block;
    text-align: center;
    color: #b9cad7;
    margin: 8px 5px;
}

    .mobile_switch a:first-child { /*border-right: 1px solid #b9cad7;*/
        padding-right: 10px;
    }
/***! footer end ***/

/***! 事件/活动/公告讯息 begin ***/
.event-marquee {
    background-color: #4c4c4c;
    font-size: 13px;
    box-shadow: inset 0 -2px 3px rgba(73, 73, 73, 3);
    padding: 3px;
    width: 100%;
    bottom: 0;
    opacity: 0.8;
    position: fixed;
    z-index: 101;
    display:none;
}

    .event-marquee span {
        display: block;
        height: 30px;
        width: 960px;
        margin: 0 auto;
    }

    .event-marquee p {
        padding: 0;
        margin: 0 1%;
        line-height: 30px;
        color: #ffffff;
        float: left;
        width: 97%;
    }

    .event-marquee span a.btn_sent {
        color: #48b6a5;
        text-decoration: none;
        line-height: 18px;
        text-align: center;
        margin-left: 20px;
        width: 70px;
        display: inline-block;
    }

        .event-marquee span a.btn_sent:before {
            content: '→';
        }

        .event-marquee span a.btn_sent:hover {
            color: #2f8c7d;
        }

    .event-marquee a.btn_close {
        display: block;
        width: 15px;
        height: 15px;
        text-indent: -9999px;
        background-image: url(../images/NewHeader1/close_07.gif);
        float: left;
        margin-top: 7px;
        margin-right: 7px;
    }
/***! 事件/活动/公告讯息 end ***/

/*!
 * https://use.fontawesome.com/releases/v5.9.0/css/all.css
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:swap;src:url(/Css/font-awesome/fonts/fa-brands-400.eot);src:url(/Css/font-awesome/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/Css/font-awesome/fonts/fa-brands-400.woff2) format("woff2"),url(/Css/font-awesome/fonts/fa-brands-400.woff) format("woff"),url(/Css/font-awesome/fonts/fa-brands-400.ttf) format("truetype"),url(/Css/font-awesome/fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:swap;src:url(/Css/font-awesome/fonts/fa-regular-400.eot);src:url(/Css/font-awesome/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/Css/font-awesome/fonts/fa-regular-400.woff2) format("woff2"),url(/Css/font-awesome/fonts/fa-regular-400.woff) format("woff"),url(/Css/font-awesome/fonts/fa-regular-400.ttf) format("truetype"),url(/Css/font-awesome/fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/Css/font-awesome/fonts/fa-solid-900.eot);src:url(/Css/font-awesome/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/Css/font-awesome/fonts/fa-solid-900.woff2) format("woff2"),url(/Css/font-awesome/fonts/fa-solid-900.woff) format("woff"),url(/Css/font-awesome/fonts/fa-solid-900.ttf) format("truetype"),url(/Css/font-awesome/fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/*magnific-popup dialog animation*/
/* Styles for dialog window */
.small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    /*outline: 5px solid #98e2cf;*/
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}



/***searchome custom code***/
.white-popup {
    position: relative;
    background: #FFF;
    /*padding: 20px;*/
    width: auto;
    margin: 20px auto;
}

/*
.mfp-close {
    color: #625952;
    cursor: pointer;
    z-index: 999999;
    background-image: url('/images/member/member-popup-close.jpg');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    width: 25px;
    height: 25px;
    display: block;
}

.mfp-iframe-holder .mfp-close {
    color: #625952;
    cursor: pointer;
    z-index: 999999;
    background-image: url('/images/member/member-popup-close.jpg');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    top: 0;
}

.mfp-ajax-holder {
    position: relative;
}

    .mfp-ajax-holder .mfp-content {
        margin: 15% auto auto -48%;
        left: 50%;
        position: absolute;
        width: 94%;
    }

    .mfp-ajax-holder .white-popup {
        padding: 1%;
    }
*/

.green-dialog {
    outline: 5px solid #98e2cf;
}

    .green-dialog .mfp-close {
        background-image: none;
        background-color: #14b48d;
        right: 0;
        color: #fff;
    }

.mfp-container .mfp-close {
    display: block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 10px;
    padding:0;
    background: none;
}

    .mfp-container .mfp-close:before, .mfp-container .mfp-close:after {
        content: "";
        width: 26px;
        height: 4px;
        background-color: #999;
        position: absolute;
        top: 10px;
        border-radius: 15px;
    }

    .mfp-container .mfp-close:before {
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg);
        right: 2px;
    }

    .mfp-container .mfp-close:after {
        -webkit-transform: rotate(-46deg);
        transform: rotate(-46deg);
        left: 2px;
    }

    .mfp-container .mfp-close:hover:before, .mfp-container .mfp-close:hover:after {
        background-color: #000;
    }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;*/
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/cn/Styles/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/cn/Styles/images/controls.png) no-repeat 0 -32px;
}

	.bx-wrapper .bx-next {
		right: 10px;
		background: url(/cn/Styles/images/controls.png) no-repeat -43px -32px;
	}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

	.bx-wrapper .bx-controls-auto .bx-start {
		display: block;
		text-indent: -9999px;
		width: 10px;
		height: 11px;
		outline: 0;
		background: url(/cn/Styles/images/controls.png) -86px -11px no-repeat;
		margin: 0 3px;
	}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

	.bx-wrapper .bx-controls-auto .bx-stop {
		display: block;
		text-indent: -9999px;
		width: 9px;
		height: 11px;
		outline: 0;
		background: url(/cn/Styles/images/controls.png) -86px -44px no-repeat;
		margin: 0 3px;
	}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
