﻿@charset "UTF-8";
img {
  width: 100%;
  height: 100%; }
.select2-dropdown {
  border: 1px solid #cc0000;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated03 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated05 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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 bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  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(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  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; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1,
.title-type-1 h2,
.title-type-1 h3,
.title-type-1 h4, h2, h3, h4, h5, h6, p, .info .text, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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; }

a {
  text-decoration: none; }

button {
  border: 0;
  background: none;
  padding: 0; }

a, button, label, select, input, .form-container .form-group .select2-container .select2-selection--single {
  outline: none; }

* {
  box-sizing: border-box; }

.clearfix:before, .preferential-info-list .promotion-info-item:before, .form .form-group:before, .form-container .form-group:before, .form-container .form-group .radio-boxs:before, .nav .container:before, .nav .container ul:before, .citypop .citypop-content .citypop-content-top .citypop-search .citypop-ct ul li a:before {
  display: table;
  content: " "; }

.clearfix:after, .preferential-info-list .promotion-info-item:after, .form .form-group:after, .form-container .form-group:after, .form-container .form-group .radio-boxs:after, .nav .container:after, .nav .container ul:after, .citypop .citypop-content .citypop-content-top .citypop-search .citypop-ct ul li a:after {
  display: table;
  content: " ";
  clear: both; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

.ico {
  display: inline-block; }

.layui-m-layer-msg .layui-m-layercont {
  padding: 10px 20px !important;
  font-size: 24px;
  font-family: "Microsoft YaHei", "Helvetica"; }

body .layui-m-layer .layui-m-layer-msg {
  top: 0 !important; }

.footer {
  background: #f2f2f2;
  height: 312px; }
  .footer .ico {
    display: inline-block;
    line-height: 1; }
    .footer .ico.ico-sina {
      width: 30px;
      height: 22px;
      background: url("/Assets/Computer/images/ico/ico-footer-sina.png?v=03f495") center center no-repeat;
      background-size: cover; }
      .footer .ico.ico-sina:hover {
        background: url("/Assets/Computer/images/ico/ico-footer-sina-hover.png?v=03f495") center center no-repeat;
        background-size: cover; }
    .footer .ico.ico-wechat {
      width: 27px;
      height: 22px;
      background: url("/Assets/Computer/images/ico/ico-footer-wechat.png?v=03f495") center center no-repeat;
      background-size: cover; }
      .footer .ico.ico-wechat:hover {
        background: url("/Assets/Computer/images/ico/ico-footer-wechat-hover.png?v=03f495") center center no-repeat;
        background-size: cover; }
  .footer .links {
    padding: 65px 0 52px; }
    .footer .links .container .logo {
		width:248px;
		height:14px;
		background: url(/Assets/Computer/images/logo-b.png?v=1b8061) center center no-repeat;
		background-size: cover;
      margin-top: 50px; 
	  }
    .footer .links .container div {
      display: inline-block;
      float: right;
      padding-left: 125px;
      border-left: 1px solid #bcbaba; }
      .footer .links .container div dl {
        display: inline-block;
        float: left;
        margin-left: 134px;
        text-align: center; }
        .footer .links .container div dl dt {
          font-size: 18px;
          margin-bottom: 20px; }
        .footer .links .container div dl dd {
          line-height: 25px; }
        .footer .links .container div dl.first-dl {
          margin-left: 0; }
  .footer .copyright {
    padding: 20px 0;
    color: #fefefe;
    background: #5e5e5e; }
    .footer .copyright .copyright-left {
      float: left; }
      .footer .copyright .copyright-left .sites {
        margin-bottom: 20px;
        list-style: disc; }
        .footer .copyright .copyright-left .sites li {
          float: left;
          margin-left: 20px; }
          .footer .copyright .copyright-left .sites li a {
            display: inline-block;
            margin-right: 20px;
            padding-left: 10px; }
    .footer .copyright .copyright-right {
      float: right; }
      .footer .copyright .copyright-right p, .footer .copyright .copyright-right .info .text, .info .footer .copyright .copyright-right .text {
        margin-top: 15px; }
        .footer .copyright .copyright-right p .ico-wechat, .footer .copyright .copyright-right .info .text .ico-wechat, .info .footer .copyright .copyright-right .text .ico-wechat {
          margin-left: 20px; }
        .footer .copyright .copyright-right p a, .footer .copyright .copyright-right .info .text a, .info .footer .copyright .copyright-right .text a {
          position: relative; }
          .footer .copyright .copyright-right p a .qrcode, .footer .copyright .copyright-right .info .text a .qrcode, .info .footer .copyright .copyright-right .text a .qrcode {
            position: absolute;
            bottom: 30px;
            width: 127px;
            height: 0;
            left: 50%;
            margin-left: -59px;
            background: url("/Assets/Computer/images/footer-qrcode.png?v=03f495") center center no-repeat;
            background-size: cover;
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
          .footer .copyright .copyright-right p a.iconWechat:hover .qrcode, .footer .copyright .copyright-right .info .text a.iconWechat:hover .qrcode, .info .footer .copyright .copyright-right .text a.iconWechat:hover .qrcode {
            height: 154px; }

body {
  font-family: "Microsoft YaHei","Regular";
  font-size: 14px;
  line-height: 1;
  color: #464646;
  min-width: 1200px;
  overflow-x: hidden; }

.hide {
  display: none; }

.show {
  display: block; }

a {
  color: inherit; }

b {
  font-weight: bold; }

img {
  width: 100%; }

.ico {
  display: inline-block;
  line-height: 1;
  vertical-align: sub; }
  .ico.ico-yellow-star {
    width: 21px;
    height: 19px;
    background: url("/Assets/Computer/images/ico/ico-yellow-star.png?v=03f495") center center no-repeat;
    background-size: cover; 
	margin-right:10px}
  .ico.ico-addr {
    width: 16px;
    height: 20px;
    background: url("/Assets/Computer/images/ico/ico-addr.png?v=03f495") center center no-repeat;
    background-size: cover;
    margin-right:10px;	
	}
  .ico.ico-color {
    margin: 0 1px;
    width: 12px;
    height: 12px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    background: #f1f0f0; }

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 172px;
  height: 35px;
  background: url("/Assets/Computer/images/logo.png?v=03f495") center center no-repeat;
  background-size: cover; }

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 5px; }

a.btn, button.btn {
  display: inline-block;
  width: 80px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #bbb;
  color: #535353;
  border-radius: 2px;
  text-align: center;
  cursor: pointer; }
  a.btn.btn-red, button.btn.btn-red {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000; }
  a.btn.btn-black, button.btn.btn-black {
    border-color: #464646;
    color: #464646; }
  a.btn.btn-md, button.btn.btn-md {
    width: 150px;
    height: 27px;
    line-height: 25px; }
  a.btn.btn-lg, button.btn.btn-lg {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px; }

.body-bg {
  position: absolute;
  left: 50%;
  margin-left: -620px;
  width: 1240px;
  height: 507px;
  z-index: -1;
  background: url("/Assets/Computer/images/city-404-bg.png?v=03f495") center center no-repeat;
  background-size: cover; }

.tags .btn {
  display: inline-block;
  margin-right: 14px;
  padding: 0 10px;
  height: 18px;
  line-height: 16px;
  color: #cc0000;
  font-size: 12px;
  border: 1px solid #cc0000;
  border-radius: 3px; }
  .tags .btn.first-btn {
    padding: 0 13px; }

.star-red-tag {
  display: inline-block;
  padding-left: 10px;
  width: 65px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  font-size: 13px;
  background: #cc0000; }
  .star-red-tag span {
    position: relative; }
    .star-red-tag span:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -20px;
      margin-top: -7px;
      width: 14px;
      height: 14px;
      background: url("/Assets/Computer/images/ico/ico-white-star.png?v=03f495") center center no-repeat;
      background-size: cover; }

.star-red-tag:nth-child(n+2) {
  margin-left: 8px; }

.item-img {
  overflow: hidden; }

.inline {
  display: inline-block; }

.title-type-1 {
  margin-bottom: 20px; }
  .title-type-1 h1, .title-type-1 h2, .title-type-1 h3, .title-type-1 h4 {
    height: 81px;
    line-height: 80px;
    font-size: 30px;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #e5e5e5; }
    .title-type-1 h1:before, .title-type-1 h2:before, .title-type-1 h3:before, .title-type-1 h4:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -15px;
      width: 2px;
      height: 30px;
      background: #cc0000; }
  .title-type-1 h2 {
    font-size: 20px;
    color: #cc0000;
    height: 60px; }
    .title-type-1 h2:before {
      margin-top: 2px;
      height: 18px; }
  .title-type-1 h3 {
    font-size: 13px;
    font-weight: bold; }
    .title-type-1 h3:before {
      margin-top: -9px;
      height: 16px; }
  .title-type-1 h4 {
    font-size: 14px;
    font-weight: bold; }
    .title-type-1 h4:before {
      margin-top: -9px;
      height: 14px; }

.promotion-info {
  padding-left: 20px;
  padding-top: 20px; }
  .promotion-info .promotion-info-row span {
    font-size: 18px; }
  .promotion-info .promotion-info-row .promotion-info-list {
    margin-left: 60px; }
    .promotion-info .promotion-info-row .promotion-info-list .promotion-info-item {
      display: inline-block;
      margin: 0 20px 10px 20px; }
      .promotion-info .promotion-info-row .promotion-info-list .promotion-info-item a {
        display: block;
        line-height: 20px;
        font-size: 16px; }
      .promotion-info .promotion-info-row .promotion-info-list .promotion-info-item.on a {
        color: #cc0000; }

.preferential-info-list .promotion-info-item {
  padding: 42px 0;
  border-top: 1px solid #e5e5e5; }
  .preferential-info-list .promotion-info-item:first-child {
    border-top: 0; }
  .preferential-info-list .promotion-info-item .item-img {
    margin-right: 31px;
    width: 282px;
    height: 163px;
    overflow: hidden; }
  .preferential-info-list .promotion-info-item .item-article {
    margin-left: 313px;
    height: 163px; }
    .preferential-info-list .promotion-info-item .item-article .title .title-link {
      color: #464646;
      font-size: 18px;
      font-weight: bold; }
    .preferential-info-list .promotion-info-item .item-article .title .promotion-link {
      margin-left: 14px;
      vertical-align: bottom;
      color: #676666;
      font-size: 12px; }
    .preferential-info-list .promotion-info-item .item-article p, .preferential-info-list .promotion-info-item .item-article .info .text, .info .preferential-info-list .promotion-info-item .item-article .text {
      margin-top: 20px;
      line-height: 25px;
      height: 50px;
      overflow: hidden;
      font-size: 14px; }
      .preferential-info-list .promotion-info-item .item-article p .details, .preferential-info-list .promotion-info-item .item-article .info .text .details, .info .preferential-info-list .promotion-info-item .item-article .text .details {
        color: #cc0000; }
    .preferential-info-list .promotion-info-item .item-article .tags {
      margin-top: 18px; }
    .preferential-info-list .promotion-info-item .item-article .item-bottom {
      margin-top: 18px; }
      .preferential-info-list .promotion-info-item .item-article .item-bottom .item-bottom-content {
        position: relative;
        top: 5px; }
        .preferential-info-list .promotion-info-item .item-article .item-bottom .item-bottom-content div {
          display: inline-block; }
        .preferential-info-list .promotion-info-item .item-article .item-bottom .item-bottom-content .dealer-name {
          padding-right: 30px; }
        .preferential-info-list .promotion-info-item .item-article .item-bottom .item-bottom-content .update-time {
          position: relative;
          padding-right: 10px; }
          .preferential-info-list .promotion-info-item .item-article .item-bottom .item-bottom-content .update-time:before {
            content: '';
            position: absolute;
            left: -22px;
            width: 14px;
            height: 14px;
            background: url("/Assets/Computer/images/ico/ico-time.png?v=03f495") center center no-repeat;
            background-size: cover; }
        .preferential-info-list .promotion-info-item .item-article .item-bottom .item-bottom-content .remaining-time {
          padding-left: 10px;
          border-left: 1px solid #464646; }
          .preferential-info-list .promotion-info-item .item-article .item-bottom .item-bottom-content .remaining-time span {
            color: #cc0000; }

.more {
  display: block;
  height: 35px;
  line-height: 35px;
  background: #f2f2f2;
  text-align: center; }
  .more span {
    position: relative; }
    .more span:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -10px;
      margin-top: -5px;
      margin-left: -9px;
      width: 10px;
      height: 10px;
      background: url("/Assets/Computer/images/ico/ico-add.png?v=03f495") center center no-repeat;
      background-size: cover; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 18px;
    height: 9px;
    margin-top: -3px;
    margin-left: -9px;
    background: url("/Assets/Computer/images/ico/ico-select2-selection-arrow.png?v=03f495") center center no-repeat;
    background-size: cover; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background: url("/Assets/Computer/images/ico/ico-select2-selection-arrow-open.png?v=03f495") center center no-repeat;
  background-size: cover; }

.form {
  padding: 34px 0 40px; }
  .form .form-group {
    margin-bottom: 13px; }
    .form .form-group input, .form .form-container .form-group .select2-container .select2-selection--single, .form-container .form .form-group .select2-container .select2-selection--single, .form .form-group select {
      display: block;
      width: 100%; }

#page-box {
  text-align: center;
  line-height: 25px;
  color: #a0a0a0;
  margin-top: 44px;
  margin-bottom: 73px; }
  #page-box a {
    margin-left: 9px;
    display: inline-block;
    vertical-align: middle; }
  #page-box a.list {
    font-size: 14px;
    padding: 4px 6px;
    border: 1px solid #a0a0a0;
    min-width: 28px; }
  #page-box a.on {
    background: #c50500;
    border: none;
    color: #fff; }
  #page-box span {
    margin-left: 9px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle; }
  #page-box .prev {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("/Assets/Computer/images/page-prev.png?v=03f495") center center no-repeat;
    background-size: cover; }
  #page-box .next {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("/Assets/Computer/images/page-next.png?v=03f495") center center no-repeat;
    background-size: cover; }

.breadcrumb {
  margin-top: -20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  color: #464646; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: '>';
      margin: 0 6px 0 4px; }

.danger {
  color: #cc0000; }

.success {
  color: #22ac38; }

.form-container {
  margin-top: 30px;
  width: 630px; }
  .form-container p, .form-container .info .text, .info .form-container .text {
    padding-bottom: 30px;
    font-size: 20px;
    color: #898989; }
  .form-container .col-1 {
    float: left;
    width: 8.33333%; }
  .form-container .col-2 {
    float: left;
    width: 16.66667%; }
  .form-container .col-3 {
    float: left;
    width: 25%; }
  .form-container .col-4 {
    float: left;
    width: 33.33333%; }
  .form-container .col-5 {
    float: left;
    width: 41.66667%; }
  .form-container .col-6 {
    float: left;
    width: 50%; }
  .form-container .col-7 {
    float: left;
    width: 58.33333%; }
  .form-container .col-8 {
    float: left;
    width: 66.66667%; }
  .form-container .col-9 {
    float: left;
    width: 75%; }
  .form-container .col-10 {
    float: left;
    width: 83.33333%; }
  .form-container .col-11 {
    float: left;
    width: 91.66667%; }
  .form-container .col-12 {
    float: left;
    width: 100%; }
  .form-container .form-group {
    margin-bottom: 30px; }
    .form-container .form-group .input-label {
      display: inline-block;
      padding-right: 10px;
      font-size: 20px;
      line-height: 38px;
      color: #434343;
      text-align: justify;
      -moz-text-align-last: justify;
           text-align-last: justify; }
    .form-container .form-group input, .form-container .form-group .select2-container .select2-selection--single, .form-container .form-group select {
      width: 100%;
      height: 38px;
      line-height: 38px;
      border: 1px solid #cc0000;
      border-radius: 5px;
      padding: 0 13px; }
    .form-container .form-group .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 0;
      line-height: 38px;
      color: #898989;
      font-size: 16px; }
    .form-container .form-group .select2-container .select2-selection--single .select2-selection__arrow b {
      margin-top: 0;
      margin-left: -12px;
      width: 19px;
      height: 11px;
      background: url("../images/form-ico/select2-selection-arrow-red.png?v=03f495") center center no-repeat;
      background-size: cover; }
    .form-container .form-group .select2-container--default.select2-container--open .select2-selection--single {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .form-container .form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        background: url("../images/form-ico/select2-selection-arrow-open-red.png?v=03f495") center center no-repeat;
        background-size: cover; }
    .form-container .form-group .form-group-right {
      position: relative;
      padding-left: 70px; }
      .form-container .form-group .form-group-right .input-label {
        position: absolute;
        left: 19px; }
    .form-container .form-group .radio-boxs .radio-box {
      float: left; }
      .form-container .form-group .radio-boxs .radio-box:first-child {
        margin-right: 25px; }
      .form-container .form-group .radio-boxs .radio-box label {
        position: relative;
        vertical-align: top;
        cursor: pointer; }
        .form-container .form-group .radio-boxs .radio-box label input, .form-container .form-group .radio-boxs .radio-box label .select2-container .select2-selection--single, .form-container .form-group .select2-container .radio-boxs .radio-box label .select2-selection--single {
          position: absolute;
          width: 0;
          height: 0;
          opacity: 0; }
        .form-container .form-group .radio-boxs .radio-box label span {
          position: relative;
          display: inline-block;
          padding-left: 11px;
          line-height: 38px;
          font-size: 16px; }
          .form-container .form-group .radio-boxs .radio-box label span:before {
            display: inline-block;
            content: '';
            position: relative;
            left: -9px;
            width: 9px;
            height: 9px;
            background: url("../images/form-ico/radio.png?v=03f495") center center no-repeat;
            background-size: cover; }
        .form-container .form-group .radio-boxs .radio-box label input:checked ~ span:before, .form-container .form-group .radio-boxs .radio-box label .select2-container .select2-selection--single:checked ~ span:before, .form-container .form-group .select2-container .radio-boxs .radio-box label .select2-selection--single:checked ~ span:before {
          background: url("../images/form-ico/radio-checked.png?v=03f495") center center no-repeat;
          background-size: cover; }
    .form-container .form-group .select-font {
      margin-left: 15px;
      font-size: 20px;
      color: #a1a1a1;
      line-height: 38px; }
  .form-container .form-descript {
    position: relative;
    margin-left: 105px;
    padding-right: 20px;
    margin-bottom: 30px; }
    .form-container .form-descript .check-content .check-text {
      position: relative;
      text-decoration: underline;
      cursor: pointer;
      color: #F00; }
    .form-container .form-descript .check-content label {
      position: relative;
      vertical-align: top;
      cursor: pointer;
      line-height: 20px; }
      .form-container .form-descript .check-content label input, .form-container .form-descript .check-content label .form-group .select2-container .select2-selection--single, .form-container .form-group .select2-container .form-descript .check-content label .select2-selection--single {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0; }
      .form-container .form-descript .check-content label span {
        position: relative;
        display: inline-block;
        padding-left: 7px;
        font-size: 12px;
        color: #898989; }
        .form-container .form-descript .check-content label span:before {
          display: inline-block;
          content: '';
          position: relative;
          left: -7px;
          width: 13px;
          height: 13px;
          background: url("../images/form-ico/checkbox.png?v=03f495") center center no-repeat;
          background-size: cover; }
      .form-container .form-descript .check-content label span.check-text {
        position: relative;
        text-decoration: underline;
        cursor: pointer;
        color: #F00;
        font-size: 14px;
        margin: 0;
        padding: 0; }
        .form-container .form-descript .check-content label span.check-text:before {
          display: none; }
      .form-container .form-descript .check-content label input:checked ~ span:before, .form-container .form-descript .check-content label .form-group .select2-container .select2-selection--single:checked ~ span:before, .form-container .form-group .select2-container .form-descript .check-content label .select2-selection--single:checked ~ span:before {
        background: url("../images/form-ico/checkbox-checked.png?v=03f495") center center no-repeat;
        background-size: cover; }
  .form-container .form-action {
    position: relative;
    margin-left: 105px; }
    .form-container .form-action .btn {
      width: 120px;
      height: 40px;
      font-size: 20px;
      border-radius: 5px;
      cursor: pointer; }
  .form-container .addr {
    margin-left: 105px;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #898989; }
    .form-container .addr .ico {
      margin-left: 5px; }

.form-title {
  width: 875px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #434343;
  border-bottom: 1px solid #e5e5e5; }

.form-select-distributor {
  position: relative;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cc0000;
  border-radius: 5px;
  cursor: pointer; }
  .form-select-distributor .select-simulate-font {
    position: relative;
    padding: 0 110px 0 20px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    font-size: 16px;
    color: #898989; }
    .form-select-distributor .select-simulate-font .fl-l {
      width: 100%;
      height: 38px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      word-break: break-all;
      overflow: hidden; }
    .form-select-distributor .select-simulate-font .fl-r {
      position: absolute;
      right: 40px; }
    .form-select-distributor .select-simulate-font:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -5px;
      width: 19px;
      height: 11px;
      background: url("../images/form-ico/select2-selection-arrow-red.png?v=03f495") center center no-repeat;
      background-size: cover; }
  .form-select-distributor .select-container {
    position: absolute;
    top: 37px;
    left: -1px;
    display: none;
    width: 524px;
    height: 220px;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #fff;
    color: #898989;
    border: 1px solid #cc0000;
    border-top: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 9999; }
    .form-select-distributor .select-container .select-results {
      padding-top: 10px; }
      .form-select-distributor .select-container .select-results .results-item {
        position: relative;
        padding-left: 20px;
        height: 38px;
        line-height: 38px;
        cursor: pointer; }
        .form-select-distributor .select-container .select-results .results-item + .results-item {
          border-top: 1px solid #d2d2d2; }
        .form-select-distributor .select-container .select-results .results-item input, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single {
          position: absolute;
          opacity: 0; }
        .form-select-distributor .select-container .select-results .results-item input[type="checkbox"]:checked ~ .results-item-main:before, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="checkbox"]:checked ~ .results-item-main:before, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="checkbox"]:checked ~ .results-item-main:before {
          background: url("../images/form-ico/checkbox-checked.png?v=03f495") center center no-repeat;
          background-size: cover; }
        .form-select-distributor .select-container .select-results .results-item input[type="checkbox"] + .results-item-main, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="checkbox"] + .results-item-main, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="checkbox"] + .results-item-main {
          position: relative;
          font-size: 16px; }
          .form-select-distributor .select-container .select-results .results-item input[type="checkbox"] + .results-item-main:before, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="checkbox"] + .results-item-main:before, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="checkbox"] + .results-item-main:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -7px;
            width: 13px;
            height: 13px;
            background: url("../images/form-ico/checkbox.png?v=03f495") center center no-repeat;
            background-size: cover; }
          .form-select-distributor .select-container .select-results .results-item input[type="checkbox"] + .results-item-main > div, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="checkbox"] + .results-item-main > div, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="checkbox"] + .results-item-main > div {
            display: inline-block;
            margin-left: 23px; }
            .form-select-distributor .select-container .select-results .results-item input[type="checkbox"] + .results-item-main > div .ico, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="checkbox"] + .results-item-main > div .ico, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="checkbox"] + .results-item-main > div .ico {
              margin-left: 5px; }
        .form-select-distributor .select-container .select-results .results-item input[type="radio"]:checked ~ .results-item-main:before, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="radio"]:checked ~ .results-item-main:before, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="radio"]:checked ~ .results-item-main:before {
          background: url("../images/form-ico/radio-checked.png?v=03f495") center center no-repeat;
          background-size: cover; }
        .form-select-distributor .select-container .select-results .results-item input[type="radio"] + .results-item-main, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="radio"] + .results-item-main, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="radio"] + .results-item-main {
          line-height: 38px;
          position: relative;
          font-size: 16px; }
          .form-select-distributor .select-container .select-results .results-item input[type="radio"] + .results-item-main:before, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="radio"] + .results-item-main:before, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="radio"] + .results-item-main:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -5px;
            width: 9px;
            height: 9px;
            background: url("../images/form-ico/radio.png?v=03f495") center center no-repeat;
            background-size: cover; }
          .form-select-distributor .select-container .select-results .results-item input[type="radio"] + .results-item-main > div, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="radio"] + .results-item-main > div, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="radio"] + .results-item-main > div {
            display: inline-block;
            margin-left: 23px; }
            .form-select-distributor .select-container .select-results .results-item input[type="radio"] + .results-item-main > div .ico, .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="radio"] + .results-item-main > div .ico, .form-container .form-group .select2-container .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="radio"] + .results-item-main > div .ico {
              margin-left: 5px; }
    .form-select-distributor .select-container .select-more-results {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 32px;
      line-height: 32px;
      background: #eeeeee;
      text-align: center;
      font-size: 18px;
      color: #898989;
      border-radius: 5px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      cursor: pointer; }
      .form-select-distributor .select-container .select-more-results span {
        position: relative;
        left: -25px; }
        .form-select-distributor .select-container .select-more-results span:after {
          content: '';
          position: absolute;
          top: 50%;
          right: -30px;
          margin-top: -5px;
          width: 19px;
          height: 11px;
          background: url("../images/form-ico/select2-selection-arrow-red.png?v=03f495") center center no-repeat;
          background-size: cover; }

.form-select-distributor.select-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .form-select-distributor.select-open .select-simulate-font:after {
    background: url("../images/form-ico/select2-selection-arrow-open-red.png?v=03f495") center center no-repeat;
    background-size: cover; }
  .form-select-distributor.select-open .select-container {
    display: block; }

.search-main {
  margin-bottom: 100px; }
  .search-main .search-header {
    position: relative;
    padding-bottom: 25px;
    font-size: 16px;
    color: #464646;
    border-bottom: 1px solid #e5e5e5; }
    .search-main .search-header .search-form {
      width: 100%;
      height: 50px;
      background: #cc0000;
      color: #fff; }
      .search-main .search-header .search-form .search-ipt {
        float: left;
        margin: 3px;
        padding-left: 13px;
        width: 750px;
        height: 44px;
        line-height: 44px;
        background-color: #fff;
        border: 0;
        font-size: 21px; }
      .search-main .search-header .search-form .btn {
        float: right;
        width: 127px;
        height: 50px;
        line-height: 50px;
        font-size: 21px; }
    .search-main .search-header .search-hot {
      padding-top: 18px; }
      .search-main .search-header .search-hot .search-hot-title {
        float: left;
        margin-right: 30px;
        font-size: 18px;
        color: #cc0000; }
      .search-main .search-header .search-hot .search-hot-ul {
        float: left; }
        .search-main .search-header .search-hot .search-hot-ul li {
          float: left;
          margin-right: 40px; }
      .search-main .search-header .search-hot .search-related {
        float: right; }
        .search-main .search-header .search-hot .search-related span {
          padding: 0 5px;
          color: #cc0000; }
  .search-main .search-body {
    margin-top: 40px; }
    .search-main .search-body .search-model-details {
      border-bottom: 1px solid #e5e5e5; }
      .search-main .search-body .search-model-details .column {
        width: 100%;
        padding-bottom: 40px; }
        .search-main .search-body .search-model-details .column .car-cont {
          position: relative;
          margin-top: 40px; }
          .search-main .search-body .search-model-details .column .car-cont .item-img {
            margin-right: 15px;
            width: 280px;
            height: 168px;
            overflow: hidden;
            text-align: center;
            margin-top: -20px; }
            .search-main .search-body .search-model-details .column .car-cont .item-img img {
              width: auto !important;
              height: 100%; }
          .search-main .search-body .search-model-details .column .car-cont .list-cont-main {
            display: inline-block;
            width: 450px; }
            .search-main .search-body .search-model-details .column .car-cont .list-cont-main .main-lever {
              padding-top: 5px; }
              .search-main .search-body .search-model-details .column .car-cont .list-cont-main .main-lever li {
                margin-bottom: 10px;
                font-size: 14px; }
              .search-main .search-body .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-price li {
                color: #868585; }
                .search-main .search-body .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-price li.special-price {
                  font-size: 18px;
                  color: #464646; }
                  .search-main .search-body .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-price li.special-price span {
                    font-size: 25px;
                    font-weight: bold;
                    color: #cc0000; }
              .search-main .search-body .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-param {
                width: 450px; }
                .search-main .search-body .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-param li {
                  float: left;
                  font-size: 16px;
                  width: 210px;
                  padding-right: 10px;
                  line-height: 25px; }
          .search-main .search-body .search-model-details .column .car-cont .main-btns {
            float: right;
            margin-top: 10px;
            width: 137px; }
            .search-main .search-body .search-model-details .column .car-cont .main-btns .btn {
              margin-top: 10px;
              width: 137px;
              height: 36px;
              line-height: 36px; }
        .search-main .search-body .search-model-details .column .car-cont-bottom {
          margin-top: 20px;
          font-size: 18px;
          text-align: right;
          color: #313131; }
        .search-main .search-body .search-model-details .column .brandtab-cont {
          margin-top: 20px; }
          .search-main .search-body .search-model-details .column .brandtab-cont .interva .interva-item-table {
            margin-top: 5px;
            width: 100%;
            text-align: center;
            font-size: 14px; }
            .search-main .search-body .search-model-details .column .brandtab-cont .interva .interva-item-table thead {
              color: #464646;
              background: #f2f2f2; }
              .search-main .search-body .search-model-details .column .brandtab-cont .interva .interva-item-table thead th {
                height: 41px;
                line-height: 41px;
                font-weight: bold; }
            .search-main .search-body .search-model-details .column .brandtab-cont .interva .interva-item-table tbody {
              color: #6c6c6c; }
              .search-main .search-body .search-model-details .column .brandtab-cont .interva .interva-item-table tbody tr {
                border-bottom: 1px solid #f2f2f2; }
                .search-main .search-body .search-model-details .column .brandtab-cont .interva .interva-item-table tbody tr td {
                  height: 50px;
                  line-height: 50px; }
                  .search-main .search-body .search-model-details .column .brandtab-cont .interva .interva-item-table tbody tr td .btn {
                    width: 70px;
                    height: 21px;
                    line-height: 19px;
                    border-radius: 3px; }
    .search-main .search-body.no-find {
      margin-top: 120px; }
      .search-main .search-body.no-find .red-warning {
        top: -15px;
        left: -100px;
        position: absolute;
        width: 64px;
        height: 64px;
        background: url("../images/search/red-warning.png?v=03f495") center center no-repeat;
        background-size: cover; }
      .search-main .search-body.no-find .warning-font {
        margin-left: 210px;
        position: relative;
        font-size: 30px;
        font-weight: bold;
        color: #313131; }
        .search-main .search-body.no-find .warning-font span {
          color: #cc0000; }
      .search-main .search-body.no-find .hints {
        margin-top: 30px;
        font-size: 18px;
        font-weight: 400; }
        .search-main .search-body.no-find .hints p, .search-main .search-body.no-find .hints .info .text, .info .search-main .search-body.no-find .hints .text {
          margin-top: 11px; }

.policyBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.3); }
  .policyBox .icon-close2 {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: transparent;
    position: absolute;
    right: 9.8%;
    top: 14%;
    color: white;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    z-index: 100000; }
  .policyBox .safeInfo {
    position: absolute;
    width: 80%;
    height: 70%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    padding: 2%;
    overflow-y: auto;
    z-index: 999; }
    .policyBox .safeInfo h2 {
      font-size: 22px;
      line-height: 30px;
      font-weight: lighter;
      margin: 0 0 16px; }
    .policyBox .safeInfo p, .policyBox .safeInfo .info .text, .info .policyBox .safeInfo .text {
      font-size: 12px;
      line-height: 24px;
      color: #999; }
  .policyBox span.black {
    color: #363636;
    font-size: 14px; }
  .policyBox span.red {
    color: #e20821; }

.policyBox .icon-close2 {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: transparent;
  position: absolute;
  right: 9.8%;
  top: 14%;
  color: white;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  z-index: 100000;
  width: 31px;
  height: 31px;
  background: url("../images/ico/closeFloatBtn.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.search-combobox {
  width: 257px;
  height: 35px;
  border-radius: 5px;
  border: 2px solid #e57f7f;
  margin-top: 38px;
  position: relative;
  display: block;
  cursor: pointer; }
  .search-combobox .seach-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("../images/seach.png?v=03f495") center center no-repeat;
    background-size: cover;
    top: 8px;
    left: 10px;
    cursor: pointer;
    z-index: 4; }
  .search-combobox label {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 30px;
    color: #cc0000;
    font-size: 14px; }
  .search-combobox input, .search-combobox .form-container .form-group .select2-container .select2-selection--single, .form-container .form-group .select2-container .search-combobox .select2-selection--single {
    width: 100%;
    height: 32px;
    position: absolute;
    padding-left: 34px;
    padding-right: 10px;
    z-index: 3;
    top: 0;
    left: 0;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 14px; }

.title-type-line {
  width: 100%;
  height: 36px;
  font-size: 20px;
  line-height: 30px;
  padding-left: 5px;
  position: relative; }
  .title-type-line:before {
    width: 88px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #cc0000; }

.line30 {
  line-height: 35px !important; }

.opacity, .ipt-li .check-content .check-txt .check-box input, .ipt-li .check-content .check-txt .check-box .form-container .form-group .select2-container .select2-selection--single, .form-container .form-group .select2-container .ipt-li .check-content .check-txt .check-box .select2-selection--single {
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }

.bt-listbox {
  width: 100%;
  margin-top: 35px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f0f0f0; }
  .bt-listbox .bt-list {
    float: left;
    width: 56px; }
    .bt-listbox .bt-list .bt-img {
      width: 56px;
      height: 56px;
      display: block; }
    .bt-listbox .bt-list .text {
      font-size: 14px;
      height: 15px;
      width: 100%;
      line-height: 15px;
      text-align: center;
      margin-top: 11px; }
  .bt-listbox .bt-price .bt-img {
    background: url("../images/bt-price.png?v=03f495") center center no-repeat;
    background-size: cover;
    cursor: pointer; }
  .bt-listbox .bt-driving {
    margin-left: 43px; }
    .bt-listbox .bt-driving .bt-img {
      background: url("../images/bt-driving.png?v=03f495") center center no-repeat;
      background-size: cover;
      cursor: pointer; }
  .bt-listbox .bt-change {
    margin-left: 43px; }
    .bt-listbox .bt-change .bt-img {
      background: url("../images/bt-change.png?v=03f495") center center no-repeat;
      background-size: cover;
      cursor: pointer; }

.icon-zan {
  width: 15px;
  height: 13px;
  background: url("../images/icon-zan.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: unset; }

.icon-ipone {
  width: 15px;
  height: 11px;
  background: url("../images/icon-ipone.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: unset; }

.icon-all {
  width: 11px;
  height: 11px;
  background: url("../images/icon-all.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: unset;
  margin-left: 2px; }

.icon-address {
  width: 14px;
  height: 12px;
  background: url("../images/icon-address.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: unset; }

.icon-pro {
  width: 14px;
  height: 14px;
  background: url("../images/pro.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle; }

.icon-add {
  width: 13px;
  height: 17px;
  background: url("../images/icon-add.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: sub;
  margin-left: 7px; }

.icon-check {
  width: 13px;
  height: 13px;
  background: url("../images/check-de.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-ck {
  width: 13px;
  height: 13px;
  background: url("../images/check-ck.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-radio {
  width: 9px;
  height: 9px;
  position: absolute;
  display: inline-block;
  background: url("../images/react.png?v=03f495") center center no-repeat;
  background-size: cover; }

.mar-top {
  margin-top: 46px; }

.tag-smallred {
  padding: 2px 8px;
  background: #cc0000;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 12px;
  color: #fff; }

.icon-star {
  width: 18px;
  height: 17px;
  background: url("../images/icon-star.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: sub; }

.info p, .info .text {
  line-height: 25px;
  position: relative; }
  .info p i, .info .text i {
    margin-right: 7px;
    line-height: 22px; }
  .info p .title, .info .text .title {
    display: inline-block;
    margin-right: 0px; }
  .info p .nowap, .info .text .nowap {
    white-space: normal;
    font-size: 12px; }

.info .text .text-r {
  width: 164px; }

#map {
  width: 100%;
  height: 260px;
  background: #eee; }
  #map .layer-map {
    width: 91px;
    height: 46px;
    background: url("../images/map/small-logo2.png?v=03f495") center center no-repeat;
    background-size: cover; }
  #map .layer-map-title {
    width: 121px;
    min-height: 59px;
    background: url("../images/map/logo-bg.png?v=03f495") center no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 25px; }
    #map .layer-map-title .logo-bg {
      width: 97px;
      height: 9px;
      background: url("../images/map/map-logo.png?v=03f495") center no-repeat;
      background-size: 100%;
      padding: 10px;
      margin: 0 auto; }
    #map .layer-map-title .layer-title {
      font-size: 10px;
      width: 95%;
      text-align: center;
      padding: 0px 5px 0px 5px;
      border-top: 1px solid #eee;
      margin: 0 auto;
      line-height: 20px; }
    #map .layer-map-title .layer-add {
      width: 26px;
      height: 19px;
      background: url("../images/map/small-add.png?v=03f495") center center no-repeat;
      background-size: cover;
      position: absolute;
      left: 32px;
      bottom: 0px; }

.look-map {
  height: 30px;
  background: #cc0000;
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  display: block;
  cursor: pointer; }

#page-box {
  text-align: center;
  line-height: 25px;
  color: #a0a0a0;
  margin-top: 44px;
  margin-bottom: 273px; }
  #page-box a {
    margin-left: 9px;
    display: inline-block;
    vertical-align: middle; }
  #page-box a.list {
    font-size: 14px;
    padding: 4px 6px;
    border: 1px solid #a0a0a0;
    min-width: 28px; }
  #page-box a.on {
    background: #c50500;
    border: none;
    color: #fff; }
  #page-box span {
    margin-left: 9px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle; }
  #page-box .prev {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("../images/page-prev.png?v=03f495") center center no-repeat;
    background-size: cover; }
  #page-box .next {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("../images/page-next.png?v=03f495") center center no-repeat;
    background-size: cover; }

.cut-info {
  width: 100%; }
  .cut-info .cut-list {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    border-bottom: 1px solid #f4f4f4; }
    .cut-info .cut-list .texts .arraw {
      background: url("../images/arrow-de.png?v=03f495") center center no-repeat;
      background-size: cover;
      width: 7px;
      height: 11px;
      display: inline-block;
      margin-right: 4px; }
  .cut-info .col-1 .texts .arraw {
    background: url("../images/arrow-red.png?v=03f495") center center no-repeat;
    background-size: cover;
    width: 7px;
    height: 11px;
    display: inline-block;
    margin-right: 4px; }
  .cut-info .cut-bg {
    background: #f2f2f2;
    height: 32px;
    line-height: 32px; }

.page-address {
  padding: 23px 0;
  font-size: 12px;
  color: #464646;
  border-bottom: 1px solid #d2d2d2; }
  .page-address a:hover {
    color: #cc0000; }

.news-title {
  font-size: 33px;
  padding: 23px 0; }

.news-datils {
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .news-datils i {
    margin-left: 11px;
    margin-right: 11px; }

.news-content {
  width: 100%; }
  .news-content .cuttime {
    text-align: center;
    padding: 36px 0 48px 0; }
    .news-content .cuttime i {
      width: 19px;
      height: 19px;
      background: url("../images/time.png?v=03f495") center center no-repeat;
      background-size: cover;
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 6px; }
    .news-content .cuttime .big-text {
      font-size: 25px; }
  .news-content .conent {
    font-size: 18px;
    line-height: 30px;
    word-break: break-all; }

.car-shop {
  width: 100%;
  text-align: center; }
  .car-shop tr {
    border-bottom: 1px solid #f5f5f5; }
  .car-shop tr.bk-gay {
    text-align: center;
    background: #f2f2f2; }
  .car-shop td.car {
    width: 233px;
    padding: 18px 16px; }
  .car-shop td.price {
    width: 140px; }
  .car-shop td.rotate-dis {
    width: 100px; }
  .car-shop td.car-color {
    width: 104px; }
  .car-shop td.car-num {
    width: 100px; }
  .car-shop td.conts {
    width: 112px; }
    .car-shop td.conts button {
      width: 70px;
      cursor: pointer; }
  .car-shop td {
    line-height: 25px; }

.car-shop2 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: block; }
  .car-shop2 tr {
    border-bottom: 1px solid #f5f5f5; }
  .car-shop2 tr.bk-gay {
    text-align: center;
    background: #f2f2f2; }
  .car-shop2 td.car {
    width: 233px;
    padding: 18px 16px;
    cursor: pointer; }
    .car-shop2 td.car:hover {
      color: #cc0000; }
  .car-shop2 td.price {
    width: 124px; }
  .car-shop2 td.price-dis {
    width: 92px; }
  .car-shop2 td.rotate-dis {
    width: 106px; }
  .car-shop2 td.car-color {
    width: 101px; }
    .car-shop2 td.car-color i {
      margin-left: 1px; }
  .car-shop2 td.car-num {
    width: 80px; }
  .car-shop2 td.conts {
    width: 86px; }
    .car-shop2 td.conts button {
      width: 70px;
      cursor: pointer; }
  .car-shop2 td {
    line-height: 25px; }

.sys {
  padding-top: 21px;
  padding-bottom: 21px; }
  .sys span {
    padding: 6px 13px;
    display: inline-block;
    border-radius: 5px; }

.ins-box {
  width: 100%;
  padding-top: 10px;
  color: #464646;
  padding-bottom: 19px; }
  .ins-box .ins-bl {
    width: 295px;
    border-right: 1px solid #d2d2d2;
    padding-top: 9px; }
  .ins-box .ins-br {
    margin-left: 62px;
    padding-top: 9px; }
  .ins-box .title {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold; }
  .ins-box .txt {
    padding-bottom: 15px; }

.ins-ts {
  padding-top: 15px;
  padding-bottom: 42px; }
  .ins-ts i {
    margin-right: 7px; }

.all-car {
  font-size: 14px; }
  .all-car p a:hover, .all-car .info .text a:hover, .info .all-car .text a:hover {
    color: #cc0000;
    cursor: pointer; }
  .all-car .on {
    color: #cc0000; }

.before-star:before {
  position: absolute;
  content: "*";
  color: #cc0000;
  left: -12px;
  top: 7px; }

.ipt {
  width: 260px;
  height: 38px;
  border: 1px solid #f10536;
  border-radius: 5px;
  padding-left: 13px;
  color: #898989;
  font-size: 16px; }

.ipt-li {
  padding-top: 28px;
  position: relative; }
  .ipt-li .ment {
    position: absolute;
    left: 260px;
    top: 42px; }
  .ipt-li label {
    position: relative;
    font-size: 18px;
    vertical-align: middle; }
  .ipt-li .pro {
    color: #898989; }
  .ipt-li .select2-container--default .select2-selection--single {
    border: 1px solid #f10536;
    height: 38px; }
    .ipt-li .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 5px; }
      .ipt-li .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background: url("../images/select.png?v=03f495") center center no-repeat;
        background-size: cover;
        width: 19px;
        height: 11px;
        background: url("http://minisite.hocodo.com/test/ovt/special-shop/dealer/dist/res/images/select.png?v=926c8b?v=03f495") no-repeat; }
    .ipt-li .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 38px;
      color: #898989;
      padding-left: 13px;
      font-size: 16px; }
  .ipt-li .icon-date {
    top: 38px;
    left: 320px;
    position: absolute;
    pointer-events: none; }
  .ipt-li .ipt-conf {
    margin-left: 20px;
    display: inline-block; }
  .ipt-li .ipt-conf2 {
    margin-left: 83px;
    display: inline-block;
    position: relative; }
  .ipt-li .icon-addbox {
    padding: 13px 0 24px 0;
    margin-left: 95px; }
  .ipt-li .check-content {
    margin: 20px 0 0 94px;
    line-height: 22px; }
    .ipt-li .check-content .check-txt {
      font-size: 12px !important;
      line-height: 22px;
      width: 503px;
      margin-left: 94px;
      padding-left: 22px;
      position: relative;
      vertical-align: middle;
      margin-top: 20px;
      display: block;
      cursor: pointer;
      display: inline-block;
      width: auto;
      margin: 0;
      vertical-align: top; }
      .ipt-li .check-content .check-txt .check-box {
        position: absolute;
        left: 0;
        top: 5px;
        position: absolute;
        left: 0;
        top: -1px;
        vertical-align: middle; }
        .ipt-li .check-content .check-txt .check-box input, .ipt-li .check-content .check-txt .check-box .form-container .form-group .select2-container .select2-selection--single, .form-container .form-group .select2-container .ipt-li .check-content .check-txt .check-box .select2-selection--single {
          opacity: 0;
          vertical-align: middle; }
        .ipt-li .check-content .check-txt .check-box input:checked + .icon-check, .ipt-li .check-content .check-txt .check-box .form-container .form-group .select2-container .select2-selection--single:checked + .icon-check, .form-container .form-group .select2-container .ipt-li .check-content .check-txt .check-box .select2-selection--single:checked + .icon-check {
          width: 16px;
          height: 16px;
          background: url("../images/check-ck.png?v=03f495") center center no-repeat;
          background-size: cover;
          background-size: 13px 13px !important;
          background-position: top center !important; }
        .ipt-li .check-content .check-txt .check-box .icon-check {
          position: absolute;
          left: 0px;
          top: 6px;
          width: 16px;
          height: 16px;
          background-size: 13px 13px !important;
          background-position: top center !important; }
    .ipt-li .check-content .check-text {
      color: #F00;
      text-decoration: underline;
      cursor: pointer; }
  .ipt-li .bt-sb {
    margin-left: 94px;
    width: 120px;
    height: 40px;
    background: #cc0000;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    cursor: pointer; }
  .ipt-li .red-box .icon-radio {
    position: absolute;
    left: 0;
    top: 4px; }
  .ipt-li .ipt-conf .red-box {
    cursor: pointer;
    margin-left: 10px; }
    .ipt-li .ipt-conf .red-box:nth-child(1) {
      margin-left: 0px; }
    .ipt-li .ipt-conf .red-box input:checked + .text, .ipt-li .ipt-conf .red-box .form-container .form-group .select2-container .select2-selection--single:checked + .text, .form-container .form-group .select2-container .ipt-li .ipt-conf .red-box .select2-selection--single:checked + .text {
      color: #cc2222; }
      .ipt-li .ipt-conf .red-box input:checked + .text .icon-radio, .ipt-li .ipt-conf .red-box .form-container .form-group .select2-container .select2-selection--single:checked + .text .icon-radio, .form-container .form-group .select2-container .ipt-li .ipt-conf .red-box .select2-selection--single:checked + .text .icon-radio {
        background: url("../images/react-red.png?v=03f495") center center no-repeat;
        background-size: cover; }
    .ipt-li .ipt-conf .red-box .text {
      display: inline-block; }
    .ipt-li .ipt-conf .red-box .text span {
      padding-left: 15px; }

.col-12 .prompt {
  margin-left: 95px;
  color: #898989; }

.form .form-group {
  margin-bottom: 0px; }

.ipt-li2 .bt-sb {
  width: 258px;
  margin-left: 270px; }

.select-mar .select2 {
  margin-left: 2px;
  display: inline-block; }

.red-box {
  min-width: 38px;
  position: relative;
  display: inline-block;
  color: #898989;
  font-size: 16px !important; }
  .red-box .rad {
    opacity: 0;
    width: 11px;
    height: 11px; }
  .red-box label {
    width: 11px;
    height: 11px;
    background: url("../images/react.png?v=03f495") center center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px; }

.on-rad {
  color: #cc0000; }
  .on-rad label {
    width: 11px;
    height: 11px;
    background: url("../images/react-red.png?v=03f495") center center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px; }

.search-main {
  margin-bottom: 100px; }
  .search-main .search-header {
    position: relative;
    padding-bottom: 25px;
    font-size: 16px;
    color: #464646;
    border-bottom: 1px solid #e5e5e5; }
    .search-main .search-header .search-form {
      width: 100%;
      height: 50px;
      background: #cc0000;
      color: #fff; }
      .search-main .search-header .search-form .search-ipt {
        float: left;
        margin: 3px;
        padding-left: 13px;
        width: 750px;
        height: 44px;
        line-height: 44px;
        background-color: #fff;
        border: 0;
        font-size: 21px; }
      .search-main .search-header .search-form .btn {
        float: right;
        width: 127px;
        height: 50px;
        line-height: 50px;
        font-size: 21px; }
    .search-main .search-header .search-hot {
      padding-top: 18px; }
      .search-main .search-header .search-hot .search-hot-title {
        float: left;
        margin-right: 30px;
        font-size: 18px;
        color: #cc0000; }
      .search-main .search-header .search-hot .search-hot-ul {
        float: left; }
        .search-main .search-header .search-hot .search-hot-ul li {
          float: left;
          margin-right: 40px; }
      .search-main .search-header .search-hot .search-related {
        float: right; }
        .search-main .search-header .search-hot .search-related span {
          padding: 0 5px;
          color: #cc0000; }
  .search-main .search-body {
    margin-top: 40px; }
    .search-main .search-body .tabs-container2 {
      widows: 100%; }
      .search-main .search-body .tabs-container2 .search-nav-tabs {
        padding-bottom: 8px;
        border-bottom: 2px solid #a0a0a0; }
        .search-main .search-body .tabs-container2 .search-nav-tabs li {
          position: relative;
          float: left;
          width: 33.33333%;
          height: 40px;
          line-height: 40px;
          color: #000000;
          font-size: 18px;
          font-weight: 500;
          text-align: center; }
          .search-main .search-body .tabs-container2 .search-nav-tabs li + li {
            border-left: 1px solid #a0a0a0; }
          .search-main .search-body .tabs-container2 .search-nav-tabs li.active {
            color: #cc0000; }
            .search-main .search-body .tabs-container2 .search-nav-tabs li.active:before {
              content: '';
              position: absolute;
              bottom: -10px;
              left: 0;
              width: 100%;
              height: 7px;
              background: #cc0000; }
          .search-main .search-body .tabs-container2 .search-nav-tabs li a {
            display: inline-block;
            width: 100%;
            height: 100%; }
      .search-main .search-body .tabs-container2 .tab-content {
        position: relative;
        width: 100%; }
        .search-main .search-body .tabs-container2 .tab-content .tab-pane {
          display: none; }
          .search-main .search-body .tabs-container2 .tab-content .tab-pane.active {
            display: block; }
          .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-article-box {
            margin-top: 40px; }
            .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-article-box .search-article-title {
              display: inline;
              font-size: 22px;
              font-weight: bold;
              color: #464646;
              padding-bottom: 8px;
              border-bottom: 1px solid #cc0000; }
              .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-article-box .search-article-title span {
                color: #cc0000; }
          .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column {
            width: 100%;
            padding-bottom: 40px; }
            .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .car-cont {
              position: relative;
              margin-top: 40px; }
              .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .car-cont .item-img {
                margin-left: 90px;
                margin-right: 15px;
                width: 280px;
                height: 107px; }
              .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .car-cont .list-cont-main .main-lever {
                padding-top: 5px; }
                .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .car-cont .list-cont-main .main-lever li {
                  margin-bottom: 10px;
                  font-size: 14px; }
                .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-price li {
                  color: #868585; }
                  .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-price li.special-price {
                    font-size: 18px;
                    color: #464646; }
                    .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-price li.special-price span {
                      font-size: 25px;
                      font-weight: bold;
                      color: #cc0000; }
                .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-param {
                  width: 500px; }
                  .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-param li {
                    float: left;
                    font-size: 16px; }
                    .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .car-cont .list-cont-main .main-lever .main-lever-param li:nth-of-type(2n) {
                      margin-left: 70px; }
            .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .brandtab-cont {
              margin-top: 20px; }
              .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .brandtab-cont .interva .interva-item-table {
                margin-top: 5px;
                width: 100%;
                text-align: center;
                font-size: 14px; }
                .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .brandtab-cont .interva .interva-item-table thead {
                  color: #464646;
                  background: #f2f2f2; }
                  .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .brandtab-cont .interva .interva-item-table thead th {
                    height: 41px;
                    line-height: 41px;
                    font-weight: bold; }
                .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .brandtab-cont .interva .interva-item-table tbody {
                  color: #6c6c6c; }
                  .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .brandtab-cont .interva .interva-item-table tbody tr {
                    border-bottom: 1px solid #f2f2f2; }
                    .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .brandtab-cont .interva .interva-item-table tbody tr td {
                      height: 50px;
                      line-height: 50px; }
                      .search-main .search-body .tabs-container2 .tab-content .tab-pane .search-model-details .column .brandtab-cont .interva .interva-item-table tbody tr td .btn {
                        width: 70px;
                        height: 21px;
                        line-height: 19px;
                        border-radius: 3px; }

.ipt-li .absolute-city {
  position: absolute;
  left: -57px;
  top: 9px; }

.policyBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.3); }
  .policyBox .icon-close2 {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: transparent;
    position: absolute;
    right: 9.8%;
    top: 14%;
    color: white;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    z-index: 100000; }
  .policyBox .safeInfo {
    position: absolute;
    width: 80%;
    height: 70%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    padding: 2%;
    overflow-y: auto;
    z-index: 999; }
    .policyBox .safeInfo h2 {
      font-size: 22px;
      line-height: 30px;
      font-weight: lighter;
      margin: 0 0 16px; }
    .policyBox .safeInfo p, .policyBox .safeInfo .info .text, .info .policyBox .safeInfo .text {
      font-size: 12px;
      line-height: 24px;
      color: #999; }
  .policyBox span.black {
    color: #363636;
    font-size: 14px; }
  .policyBox span.red {
    color: #e20821; }

html, body {
  font-family: "微软雅黑";
  color: #464646; }

.wid-auto, .nav .container, .header-box .dealer-header .tag-box, .header-box .dealer-header .title-box, .dealer-homeCt {
  width: 1200px;
  margin: 0 auto; }

.swiper-container {
  height: 100%; }

.margin-bt-reset {
  margin-bottom: 0; }

.form2 {
  padding: 0; }

.none {
  display: none !important; }

.col-1 {
  color: #cc0000; }

.col-green {
  color: #009944; }

.title-type-1 .col-2, .col-2 {
  color: #464646; }

.back-1 {
  background: #ff9c00;
  border-radius: 2px;
  color: #fff;
  margin-left: 1px;
  text-align: center;
  font-size: 12px; }

.back-2 {
  background: #e5e5e5;
  border-radius: 2px;
  color: #808080;
  margin-left: 1px;
  text-align: center;
  font-size: 12px; }

.mar-r1 {
  margin-right: 9px !important; }

.bor-top {
  border-top: 1px solid #e5e5e5 !important; }

.bor-bom {
  border-bottom: 1px solid #e5e5e5 !important; }

.mar-l {
  margin-left: 70px; }

.mar-l2 {
  margin-left: 45px; }

.mar-r2 {
  margin-right: 70px; }

.mar-bt-reset {
  margin-bottom: 0 !important; }

.mar-top1 {
  margin-top: 60px !important; }

.mar-bottom1 {
  margin-bottom: 50px; }

.mar-top2 {
  margin-top: 20px; }

.bor-botnone {
  border-bottom: none !important; }

.bor-none {
  border: none !important; }

.bor {
  border: 1px solid #959595; }

.select-mar {
  display: inline-block; }

.pad-bot {
  padding-bottom: 100px; }

.mar-left8 {
  margin-left: 8px; }

.icon-wb {
  width: 23px;
  height: 23px;
  background: url("../images/wb.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-wx {
  width: 24px;
  height: 17px;
  background: url("../images/wx.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-tm {
  width: 30px;
  height: 14px;
  background: url("../images/tm.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-add {
  width: 16px;
  height: 20px;
  background: url("../images/add.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-arbt {
  width: 15px;
  height: 8px;
  background: url("../images/arrow-bottom.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-back {
  width: 14px;
  height: 15px;
  background: url("../images/back.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.arc-color {
  width: 13px;
  height: 13px;
  background: #f1f0f0;
  border: 1px solid #d2d2d2;
  /*no*/
  border-radius: 100%;
  display: inline-block; }

.icon-close {
  width: 20px;
  height: 20px;
  background: url("../images/page2/close.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-close2 {
  width: 31px;
  height: 31px;
  background: url("../images/page2/closeFloatBtn.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-select-top {
  width: 17px;
  height: 9px;
  background: url("../images/select-top.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-phone {
  width: 23px;
  height: 17px;
  background: url("../images/icno/phone.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-wheat {
  width: 22px;
  height: 20px;
  background: url("../images/icno/wheat.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-fax {
  width: 20px;
  height: 20px;
  background: url("../images/icno/fax.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-rep {
  width: 15px;
  height: 27px;
  background: url("../images/icno/san.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-email {
  width: 22px;
  height: 15px;
  background: url("../images/icno/email.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-url {
  width: 20px;
  height: 18px;
  background: url("../images/icno/pc.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-hea-phone {
  width: 19px;
  height: 15px;
  background: url("../images/icno/hea-phone.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-hea-add {
  width: 19px;
  height: 15px;
  background: url("../images/icno/hea-address.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-date {
  width: 18px;
  height: 18px;
  background: url("../images/icno/date.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-address2 {
  width: 17px;
  height: 21px;
  background: url("../images/icno/address.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-mapadd {
  width: 73px;
  height: 50px;
  background: url("../images/map/map-add.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-mapadd2 {
  width: 13px;
  height: 15px;
  background: url("../images/map/map-add2.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-select {
  width: 18px;
  height: 9px;
  background: url("../images/icno/ico-select2-selection-arrow.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block; }

.icon-contrast {
  width: 102px;
  height: 22px;
  background: url("../images/icno/contrast.png?v=03f495") center center no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  text-align: right;
  padding-right: 6px;
  line-height: 22px;
  color: #fff;
  font-size: 12px; }

.select1 {
  width: 260px; }

.select2 {
  width: 210px; }

.un {
  text-decoration: line-through; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 2;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  left: 0;
  top: 0; }

.layer {
  position: fixed;
  width: 513px;
  height: 640px;
  background: #fff;
  z-index: 333;
  top: 50%;
  left: 50%;
  margin-left: -389px;
  margin-top: -320px; }
  .layer .layer-banner {
    width: 513px;
    height: 186px;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .layer .layer-banner .icon-close {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 222; }
    .layer .layer-banner img {
      height: 100%;
      width: auto !important; }
  .layer .layer-title {
    width: 100%;
    height: 48px;
    background: #eeeeee;
    line-height: 48px;
    padding-left: 45px;
    font-size: 24px;
    font-weight: bold; }
  .layer .layer-content .price-list {
    width: 138px;
    min-height: 68px;
    font-size: 16px;
    line-height: 25px;
    border-right: 1px solid #d2d2d2;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0px; }
    .layer .layer-content .price-list:nth-child(1) {
      width: 183px; }
    .layer .layer-content .price-list:nth-child(2) {
      width: 162px; }
    .layer .layer-content .price-list:nth-child(3) {
      width: 166px;
      border-right: none; }
    .layer .layer-content .price-list .col-1 {
      font-weight: bold; }
  .layer .title-type-1 {
    margin-left: 15px; }
    .layer .title-type-1 h3 {
      height: 50px;
      line-height: 50px;
      margin-left: 30px;
      font-weight: inherit; }
  .layer .car-detalist p, .layer .car-detalist .info .text, .info .layer .car-detalist .text {
    float: left;
    line-height: 40px;
    width: 313px; }
    .layer .car-detalist p:nth-child(2n+1), .layer .car-detalist .info .text:nth-child(2n+1), .info .layer .car-detalist .text:nth-child(2n+1) {
      padding-left: 50px;
      width: 200px; }
    .layer .car-detalist p.full, .layer .car-detalist .info .full.text, .info .layer .car-detalist .full.text {
        width: 100%;
        padding-left: 50px;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width:513px;
        padding-right:30px;
    }

.nav {
  height: 64px;
  line-height: 64px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 2px solid #dadada;
  font-size: 18px; }
  .nav .container ul {
    float: right;
    display: inline-block;
    margin-top: -1px; }
    .nav .container ul li {
      display: inline-block;
      float: left;
      position: relative;
      margin: 0 30px; }
      .nav .container ul li a {
        display: block;
        padding: 0 20px;
        color: #4d4d4d; }
      .nav .container ul li.active a, .nav .container ul li:hover a {
        background: #cc0000;
        color: #fff; }

.header-box {
  width: 100%;
  height: 214px;
  background: url("../images/header-bj.png?v=03f495") center center no-repeat;
  background-size: cover;
  min-width: 1200px;
  border-bottom: 2px solid #dadada; }
  .header-box .dealer-header {
    font-size: 14px;
    margin: 0 auto;
    height: 100%; }
    .header-box .dealer-header .tag-box {
      padding-top: 13px;
      color: #6d6d6d;
      height: 62px; }
      .header-box .dealer-header .tag-box i.mar {
        margin: 0 20px; }
      .header-box .dealer-header .tag-box .tag-l a {
        color: #6d6d6d; }
      .header-box .dealer-header .tag-box .tag-l span {
        display: inline-block;
        vertical-align: middle; }
      .header-box .dealer-header .tag-box .tag-l .icon-wb {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        .header-box .dealer-header .tag-box .tag-l .icon-wb:hover {
          background: url("../images/wb-hover.png?v=03f495") center center no-repeat;
          background-size: cover;
          background-size: 100%;
          cursor: pointer; }
      .header-box .dealer-header .tag-box .tag-l .icon-wx {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        .header-box .dealer-header .tag-box .tag-l .icon-wx:hover {
          background: url("../images/wx-hover.png?v=03f495") center center no-repeat;
          background-size: cover;
          background-size: 100%;
          cursor: pointer; }
        .header-box .dealer-header .tag-box .tag-l .icon-wx:hover ~ .qrcode {
          height: 170px; }
      .header-box .dealer-header .tag-box .tag-l .icon-tm {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        .header-box .dealer-header .tag-box .tag-l .icon-tm:hover {
          background: url("../images/tm-hover.png?v=03f495") center center no-repeat;
          background-size: cover;
          background-size: 100%;
          cursor: pointer; }
      .header-box .dealer-header .tag-box .tag-l .icon-add {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      .header-box .dealer-header .tag-box .tag-l .herder-font {
        display: inline-block;
        position: relative; }
      .header-box .dealer-header .tag-box .tag-l .qrcode {
        position: absolute;
        width: 141px;
        height: 0;
        left: 50%;
        top: 30px;
        /* display: none; */
        z-index: 1;
        background: url("../images/qrcode.png?v=03f495") center center no-repeat;
        background-size: cover;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        overflow: hidden;
        margin-left: -43px; }
      .header-box .dealer-header .tag-box .font-city {
        margin: 0 9px 0 11px; }
      .header-box .dealer-header .tag-box .tag-r .se-box {
        display: inline-block;
        width: 80px;
        height: 20px;
        position: relative; }
      .header-box .dealer-header .tag-box .tag-r select {
        border: none;
        background: transparent;
        outline: none;
        -webkit-appearance: none;
        width: 100%;
        height: 100%;
        color: #6d6d6d;
        opacity: 0; }
      .header-box .dealer-header .tag-box .tag-r .icon-arbt {
        position: absolute;
        top: 8px;
        right: 0;
        pointer-events: none; }
      .header-box .dealer-header .tag-box .tag-r .back-txt {
        margin-left: 5px;
        vertical-align: middle;
        display: inline-block; }
      .header-box .dealer-header .tag-box .tag-r .select2 {
        margin-top: -3px;
        height: 28px; }
      .header-box .dealer-header .tag-box .tag-r .icon-back {
        vertical-align: middle;
        margin-top: -6px; }
      .header-box .dealer-header .tag-box .tag-r a:hover {
        color: #cc0000; }
      .header-box .dealer-header .tag-box .tag-r .select2-container--default .select2-selection--single {
        background: transparent;
        border: none; }
      .header-box .dealer-header .tag-box .tag-r .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0; }
    .header-box .dealer-header .title-box {
      height: 87px;
      color: #464646; }
      .header-box .dealer-header .title-box .title-boxl {
        font-size: 34px;
        height: 100%; }
        .header-box .dealer-header .title-box .title-boxl .title {
          display: inline-block;
          line-height: 87px; }
        .header-box .dealer-header .title-box .title-boxl .collect {
          font-size: 14px;
          padding: 5px 14px;
          background: #cc0000;
          border-radius: 3px;
          color: #fff;
          margin-left: 8px;
          margin-top: 37px; }
      .header-box .dealer-header .title-box .title-boxr {
        height: 100%;
        text-align: right; }
        .header-box .dealer-header .title-box .title-boxr .phone {
          height: 45px;
          line-height: 50px; }
          .header-box .dealer-header .title-box .title-boxr .phone span {
            font-size: 22px; }
        .header-box .dealer-header .title-box .title-boxr .address {
          font-size: 12px;
          height: 100%;
          height: 30px;
          line-height: 20px; }
          .header-box .dealer-header .title-box .title-boxr .address a {
            color: #cc0000; }
          .header-box .dealer-header .title-box .title-boxr .address p, .header-box .dealer-header .title-box .title-boxr .address .info .text, .info .header-box .dealer-header .title-box .title-boxr .address .text {
            line-height: 0;
            height: 10px; }

.main {
  max-width: 1200px;
  margin: 0 auto; }

.dealer-homeCt .homeCt-l {
	width:894px;
  position: relative; }
  .dealer-homeCt .homeCt-l .home-news {
    width: 100%;
    height: 388px;
    overflow: hidden; }
    .dealer-homeCt .homeCt-l .home-news .home-swiper {
      width: 427px;
      height: 285px;
      position: relative;
      margin-right: 18px;
      margin-top: 30px; }
      .dealer-homeCt .homeCt-l .home-news .home-swiper .swiper-slide {
        width: 100%;
        height: 312px;
        position: relative; }
        .dealer-homeCt .homeCt-l .home-news .home-swiper .swiper-slide img {
          width: 100%;height:243px; }
        .dealer-homeCt .homeCt-l .home-news .home-swiper .swiper-slide .txt {
          position: absolute;
          left: 0;
          bottom: 0;
          height: 42px;
          background: #000;
          z-index: 2;
          text-align: center;
          line-height: 42px;
          font-size: 14px;
          color: #fff;
          width: 100%;
          overflow: hidden; }
      .dealer-homeCt .homeCt-l .home-news .home-swiper .pagination {
        text-align: center;
		    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
		}
        .dealer-homeCt .homeCt-l .home-news .home-swiper .pagination .swiper-pagination-switch, .dealer-homeCt .homeCt-l .home-news .home-swiper .pagination .swiper-active-switch {
          width: 10px;
          height: 10px;
          background: url("../images/swiper-i.png?v=03f495") center center no-repeat;
          background-size: cover;
          display: inline-block;
          margin-left: 20px;
          cursor: pointer; }
        .dealer-homeCt .homeCt-l .home-news .home-swiper .pagination .swiper-pagination-switch:nth-child(1), .dealer-homeCt .homeCt-l .home-news .home-swiper .pagination .swiper-active-switch:nth-child(1) {
          margin-left: 0; }
        .dealer-homeCt .homeCt-l .home-news .home-swiper .pagination .swiper-active-switch {
          background: url("../images/swiper-check.png?v=03f495") center center no-repeat;
          background-size: cover; }
    .dealer-homeCt .homeCt-l .home-news .home-content {
      width: 449px;
      height: 100%;
      line-height: 0; }
      .dealer-homeCt .homeCt-l .home-news .home-content .title-type-1 {
        margin-top: 14px; }
        .dealer-homeCt .homeCt-l .home-news .home-content .title-type-1 h3 {
          height: 50px;
          line-height: 50px; }
        .dealer-homeCt .homeCt-l .home-news .home-content .title-type-1 .content .title {
          font-size: 18px;
          color: #cc0000;
          height: 5px;
          line-height: 30px; }
        .dealer-homeCt .homeCt-l .home-news .home-content .title-type-1 .content ul li {
          list-style: none;
          height: 16px;
          font-size: 14px;
          color: #464646;
          padding-left: 10px;
          margin-top: 11px;
          list-style-position: center;
          position: relative; }
		  .dealer-homeCt .homeCt-l .home-news .home-content .title-type-1 .content ul li:first-of-type{
			  margin-top:0;
		  }
          .dealer-homeCt .homeCt-l .home-news .home-content .title-type-1 .content ul li .text-l {
            width: 252px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            word-break: break-all;
            height: 16px;
            line-height: 16px;
            text-overflow: ellipsis; }
          .dealer-homeCt .homeCt-l .home-news .home-content .title-type-1 .content ul li .date {
            color: #cc0000;
            height: 16px;
            line-height: 16px; }
          .dealer-homeCt .homeCt-l .home-news .home-content .title-type-1 .content ul li :before {
            content: "";
            width: 5px;
            height: 5px;
            background: url("../images/list.png?v=03f495") center center no-repeat;
            background-size: cover;
            position: absolute;
            left: 0;
            top: 7px;
            left: 0px; }
        .dealer-homeCt .homeCt-l .home-news .home-content .title-type-1 .content .more {
          height: 20px;
          line-height: 20px;
          font-size: 10px;
          margin-top: 9px; }
        .dealer-homeCt .homeCt-l .home-news .home-content .title-type-1 .content .more span {
          height: 20px;
          line-height: 20px;
          font-size: 10px;
          display: inline-block;
          -webkit-transform: scale(0.83);
                  transform: scale(0.83); }
  .dealer-homeCt .homeCt-l .home-carlist {
    min-height: 164px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f5f5f5; }
    .dealer-homeCt .homeCt-l .home-carlist .home-carCt1 {
      width: 201px;
      height: 100%;
      overflow: hidden;
      padding-right: 38px;
      margin-top: 30px;
      height: 110px;
      text-align: center; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt1 img {
        height: 100%;
        width: auto; }
    .dealer-homeCt .homeCt-l .home-carlist .home-carCt2 {
      width: 460px;
      height: 100%; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt2 .title {
        font-size: 18px;
        color: #464646;
        margin-top: 30px;
        height: 44px;
        line-height: 44px;
        font-weight: bold; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt2 p, .dealer-homeCt .homeCt-l .home-carlist .home-carCt2 .info .text, .info .dealer-homeCt .homeCt-l .home-carlist .home-carCt2 .text {
        min-height: 28px;
        line-height: 22px;
        font-size: 14px; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt2 .text-l, .dealer-homeCt .homeCt-l .home-carlist .home-carCt2 .text-r {
        width: 307px; }
        .dealer-homeCt .homeCt-l .home-carlist .home-carCt2 .text-l:nth-child(1), .dealer-homeCt .homeCt-l .home-carlist .home-carCt2 .text-r:nth-child(1) {
          width: 150px; }
    .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 {
      text-align: right;
      width: 233px; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .price {
        color: #868585;
        font-size: 14px;
        margin-top: 29px; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .price-shop {
        font-size: 16px;
        margin-top: 15px; }
        .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .price-shop .col-1 {
          font-size: 18px;
          font-weight: bold; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .bt {
        margin-top: 10px;
        margin-bottom: 10px; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .bt .btn-red {
        margin-right: 10px; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .bt a {
        text-align: center; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .event-box {
        font-size: 18px;
        margin-top: 8px;
        display: inline-block;
        cursor: pointer; }
        .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .event-box span {
          display: inline-block;
          vertical-align: middle; }
        .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .event-box .open {
          display: none; }
        .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .event-box .icon-select-top {
          width: 17px;
          height: 9px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 3px; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .active span {
        display: none; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .active .icon-select-top {
        width: 17px;
        height: 9px;
        background: url("../images/select-bottom.png?v=03f495") center center no-repeat;
        background-size: cover;
        display: inline-block; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .active .open {
        display: inline-block !important; }
      .dealer-homeCt .homeCt-l .home-carlist .home-carCt3 .click:hover {
        color: #cc0000; }
  .dealer-homeCt .homeCt-l .home-hot {
    width: 100%;
    height: 363px;
    margin-top: 27px;
    overflow: hidden; }
    .dealer-homeCt .homeCt-l .home-hot .hot-list {
      width: 282px;
      height: 362px;
      background: #f9f9f9;
      margin-left: 24px; }
      .dealer-homeCt .homeCt-l .home-hot .hot-list:nth-child(1) {
        margin-left: 0px; }
      .dealer-homeCt .homeCt-l .home-hot .hot-list .hot-banner {
        width: 100%;
        height: 161px;
        overflow: hidden;
        position: relative; }
		.dealer-homeCt .homeCt-l .home-hot .hot-list .hot-banner>img{
			width:100%;
			height:100%;
		}
        .dealer-homeCt .homeCt-l .home-hot .hot-list .hot-banner .tag {
          width: 65px;
          height: 28px;
          background: #cc0000;
          color: #fff;
          padding-right: 23px;
          text-align: center;
          line-height: 28px;
          position: absolute;
          left: 0;
          top: 7px; }
          .dealer-homeCt .homeCt-l .home-hot .hot-list .hot-banner .tag img {
            width: 14px;
            height: 14px;
            position: absolute;
            top: 7px;
            right: 7px; }
      .dealer-homeCt .homeCt-l .home-hot .hot-list .title-type-1 {
        margin-left: 9px;
        margin-bottom: 0; }
      .dealer-homeCt .homeCt-l .home-hot .hot-list .hot-content .title-type-1 h4 {
        height: 41px;
        line-height: 41px;
        border: none; }
      .dealer-homeCt .homeCt-l .home-hot .hot-list .hot-content {
        padding-top: 27px; }
        .dealer-homeCt .homeCt-l .home-hot .hot-list .hot-content .text {
          padding: 0 5px;
          line-height: 22px;
          height: 42px;
          overflow: hidden; }
      .dealer-homeCt .homeCt-l .home-hot .hot-list .hot-bt {
        text-align: center;
        cursor: pointer; }
        .dealer-homeCt .homeCt-l .home-hot .hot-list .hot-bt a.btn {
          width: 87px;
          height: 26px;
          text-align: center;
          margin: 20px auto 0 auto;
          line-height: 26px; }
  .dealer-homeCt .homeCt-l .more-hot {
    margin-top: 32px;
    margin-bottom: 50px; }

.dealer-homeCt .side-right {
  width: 260px;
  float: right; }

.tabs-container {
  width: 100%;
  height: 70px;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 10px; }
  .tabs-container ul {
    width: 100%;
    height: 70px; }
    .tabs-container ul:after {
      content: "";
      width: 2px;
      height: 30px;
      background: #cc0000;
      left: 0;
      top: 21px;
      position: absolute; }
    .tabs-container ul li {
      float: left;
      width: 176px;
      line-height: 70px;
      text-align: center;
      cursor: pointer;
      position: relative;
      font-size: 30px; }
    .tabs-container ul .active {
      color: #cc0000; }
      .tabs-container ul .active a {
        width: 100%;
        height: 68px;
        display: block;
        position: relative; }
  .tabs-container .re-main {
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    margin-bottom: 100px; }

.tabs-container2 {
  width: 100%;
  height: 60px;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 10px; }
  .tabs-container2 ul {
    width: 100%;
    height: 60px; }
    .tabs-container2 ul:after {
      content: "";
      width: 2px;
      height: 20px;
      background: #cc0000;
      left: 0;
      top: 20px;
      position: absolute; }
    .tabs-container2 ul li {
      float: left;
      width: 118px;
      line-height: 60px;
      text-align: center;
      cursor: pointer;
      position: relative;
      font-size: 20px; }
    .tabs-container2 ul .active {
      color: #cc0000; }
      .tabs-container2 ul .active a {
        width: 100%;
        height: 58px;
        display: block;
        position: relative; }
  .tabs-container2 .re-main {
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    margin-bottom: 100px; }

.tab-map {
  width: 100%;
  height: 467px;
  display: block;
  background: blue;
  margin-top: 35px;
  margin-bottom: 700px; }
  .tab-map .map-content {
    position: relative;
    width: 330px;
    min-height: 219px;
    z-index: 999; }
    .tab-map .map-content .map-cont {
      width: 330px;
      min-height: 219px;
      background: url("../images/map/layer-map.png?v=03f495") center center no-repeat;
      background-size: cover;
      padding: 0 3px;
      padding-bottom: 60px; }
      .tab-map .map-content .map-cont .logo-box {
        width: 100%;
        height: 43px;
        background: url("../images/map/map-logo.png?v=03f495") 12px center no-repeat;
        background-size: 129px 12px;
        border-bottom: 1px solid #eee;
        padding: 0 8px; }
      .tab-map .map-content .map-cont .title-box {
        padding: 0 8px; }
        .tab-map .map-content .map-cont .title-box .title {
          width: 230px;
          line-height: 46px;
          line-height: 30px;
          font-size: 22px;
          color: #464646;
          display: inline-block;
          font-weight: bold; }
          .tab-map .map-content .map-cont .title-box .title span {
            margin-top: 4px; }
        .tab-map .map-content .map-cont .title-box .level {
          width: 70px;
          text-align: right;
          display: inline-block;
          line-height: 46px;
          font-size: 14px; }
      .tab-map .map-content .map-cont .input-box {
        padding: 0 8px;
        position: relative; }
        .tab-map .map-content .map-cont .input-box input, .tab-map .map-content .map-cont .input-box .form-container .form-group .select2-container .select2-selection--single, .form-container .form-group .select2-container .tab-map .map-content .map-cont .input-box .select2-selection--single {
          width: 100%;
          height: 30px;
          border-radius: 3px;
          padding-left: 28px;
          border: 1px solid #464646; }
        .tab-map .map-content .map-cont .input-box i {
          position: absolute;
          left: 20px;
          top: 8px; }
      .tab-map .map-content .map-cont .bt-box {
        margin-top: 11px;
        padding: 0 8px; }
        .tab-map .map-content .map-cont .bt-box .btn-red {
          width: 148px;
          height: 28px;
          line-height: 28px;
          color: #fff;
          background: #cc2222;
          text-align: center;
          display: inline-block;
          border-radius: 3px; }
    .tab-map .map-content .icon-mapadd {
      position: absolute;
      bottom: -42px;
      left: 50%;
      margin-left: -107px; }

.tab-content #tab-1 .swiper-box {
  margin-top: 10px;
  width: 100%;
  height: 458px; }

.tab-content .tab-ct {
  font-size: 14px;
  line-height: 25px;
  margin: 30px 0  50px 0; }
  .tab-content .tab-ct i {
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle; }
  .tab-content .tab-ct p, .tab-content .tab-ct .info .text, .info .tab-content .tab-ct .text {
    margin-bottom: 30px; }

.tab-content #tab-3 .nav-meun {
  width: 100%;
  margin-top: 28px;
  height: 52px;
  line-height: 52px; }
  .tab-content #tab-3 .nav-meun ul {
    height: 52px; }
    .tab-content #tab-3 .nav-meun ul li {
      width: 148px;
      height: 52px;
      line-height: 52px;
      text-align: center;
      float: left;
      position: relative;
      font-size: 18px;
      cursor: pointer;
      border-bottom: 2px solid #a0a0a0; }
      .tab-content #tab-3 .nav-meun ul li:before {
        width: 1px;
        height: 32px;
        content: "";
        background: #a0a0a0;
        position: absolute;
        top: 10px;
        right: 0; }
      .tab-content #tab-3 .nav-meun ul li:last-child:before {
        display: none; }
    .tab-content #tab-3 .nav-meun ul .active {
      border-bottom: 7px solid #cc0000;
      color: #cc0000; }

.big h3 {
  font-size: 30px; }

.big h3:before {
  height: 30px;
  margin-top: -12px; }

.swiper-containerbox2 {
  width: 483px;
  height: 322px;
  position: relative;
  margin: 0 auto; }
  .swiper-containerbox2 .swiper-container2 {
    width: 483px;
    height: 322px;
    font-size: 30px;
    margin: 0 auto; }
    .swiper-containerbox2 .swiper-container2 .swiper-slide {
        width: 483px;
        height: 322px;
        padding-right: 4px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }
      .swiper-containerbox2 .swiper-container2 .swiper-slide img {
        width: 100%; }
      .swiper-containerbox2 .swiper-container2 .swiper-slide .mask {
        position: absolute;
        z-index: 2;
        background: #000;
        left: 0;
        top: 0;
        pointer-events: none; }
    .swiper-containerbox2 .swiper-container2 .swiper-slide-active .mask {
      opacity: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
  .swiper-containerbox2 .swipePrev, .swiper-containerbox2 .swipeNext {
    width: 14px;
    height: 34px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -34px;
    width: 28px;
    height: 68px; }
    .swiper-containerbox2 .swipePrev .prev, .swiper-containerbox2 .swipeNext .prev {
      background: url("../images/../images/at-left.png?v=03f495") center center no-repeat;
      background-size: 14px 34px;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .swiper-containerbox2 .swipeNext {
    left: auto;
    right: -30px;
    margin-top: -34px;
    width: 28px;
    height: 68px; }
    .swiper-containerbox2 .swipeNext .next {
      background: url("../images/../images/at-right.png?v=03f495") center center no-repeat;
      background-size: 14px 34px;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .swiper-containerbox2 .pagination {
    position: absolute;
    z-index: 20;
    bottom: -30px;
    width: 100%;
    text-align: center; }
  .swiper-containerbox2 .swiper-pagination-switch, .swiper-containerbox2 .dealer-homeCt .homeCt-l .home-news .home-swiper .pagination .swiper-active-switch, .dealer-homeCt .homeCt-l .home-news .home-swiper .pagination .swiper-containerbox2 .swiper-active-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    border: 1px solid #fff;
    cursor: pointer;
    background: url("../images/swiper-i.png?v=155187?v=03f495") center center no-repeat;
    background-size: cover; }
  .swiper-containerbox2 .swiper-active-switch {
    background: url("../images/swiper-check.png?v=155187?v=03f495") center center no-repeat;
    background-size: cover; }

.swiper-containerbox3 {
  width: 833px;
  position: relative;
  margin: 22px auto 0 auto; }
  .swiper-containerbox3 .swiper-container {
    height: 590px; }
  .swiper-containerbox3 .swipePrev, .swiper-containerbox3 .swiper-containerbox2 .swipeNext, .swiper-containerbox2 .swiper-containerbox3 .swipeNext {
    width: 16px;
    height: 34px;
    background: url("../images/../images/at-left.png?v=03f495") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: -30px;
    top: 142px; }
  .swiper-containerbox3 .swipeNext {
    width: 16px;
    height: 34px;
    background: url("../images/../images/at-right.png?v=03f495") center center no-repeat;
    background-size: cover;
    position: absolute;
    right: -30px;
    top: 142px; }
  .swiper-containerbox3 .swiper-slide {
    overflow: hidden; }
    .swiper-containerbox3 .swiper-slide img {
      width: 100%; }
  .swiper-containerbox3 .swipeScroll {
    width:833px;
    height:124px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 5px auto;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/ }
	.swiper-containerbox3 .swipeScroll ul{
		margin:0 -1px;
	}
    .swiper-containerbox3 .swipeScroll li {
      width: 200px;
      height: 124px;
	  margin:0 2px;
	  float:left;
      position: relative;
      overflow: hidden; }
	  
      .swiper-containerbox3 .swipeScroll li img {
        width: 100%; }
      .swiper-containerbox3 .swipeScroll li .mask {
        background: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        pointer-events: none;
        top: 0; }
    .swiper-containerbox3 .swipeScroll .active .mask {
      display: none; }
    .swiper-containerbox3 .swipeScroll::-webkit-scrollbar {
      width: 16px;
      height: 6px;
      background-color: #F5F5F5; }
    .swiper-containerbox3 .swipeScroll::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: transparent; }
    .swiper-containerbox3 .swipeScroll::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #cc0000; }

.initial {
  font-weight: inherit !important; }

.tech {
  margin-top: 25px;
  margin-bottom: 50px;
  width: 583px;
  height: 291px; }

.adviser-box {
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 300px; }
  .adviser-box ul li {
    width: 270px;
    height: 391px;
    border-radius: 5px;
    background: #eeeeee;
    margin-top: 37px;
    float: left;
    text-align: center;
    color: #626262;
    font-size: 15px;
    margin-right: 22px; }
    .adviser-box ul li:nth-child(3n) {
      margin-right: 0; }
    .adviser-box ul li .adviser-img {
      width: 195px;
      height: 195px;
      border-radius: 195px;
      margin: 20px auto 0 auto;
      overflow: hidden; }
      .adviser-box ul li .adviser-img img {
        width: 100%; }
    .adviser-box ul li .adviser-name {
      width: 100%;
      line-height: 15px;
      margin-top: 22px; }
    .adviser-box ul li .adviser-phone {
      width: 100%;
      margin-top: 15px;
      margin-top: 16px; }
    .adviser-box ul li .adviser-bt {
      width: 120px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      display: block;
      font-size: 20px;
      background: #cc0000;
      color: #fff;
      border-radius: 5px;
      margin: 29px auto 0 auto;
      cursor: pointer; }

.form2 .pro {
  font-size: 18px; }

.form2 .ipt-li label {
  font-size: 18px; }

.col-12 {
  width: 100%;
  height: 48px;
  margin-top: 28px; }
  .col-12 .input-label {
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 48px; }
  .col-12 .col-10 {
    float: left;
    margin-top: 6px;
    width: 558px; }
  .col-12 .form-select-distributor {
    margin-left: 7px; }
    .col-12 .form-select-distributor .select-container {
      width: 558px; }
      .col-12 .form-select-distributor .select-container .select-results .results-item input[type="checkbox"], .col-12 .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="checkbox"], .form-container .form-group .select2-container .col-12 .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="checkbox"] {
        position: absolute;
        left: -9999px; }
        .col-12 .form-select-distributor .select-container .select-results .results-item input[type="checkbox"]:checked + .results-item-main:before, .col-12 .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="checkbox"]:checked + .results-item-main:before, .form-container .form-group .select2-container .col-12 .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="checkbox"]:checked + .results-item-main:before {
          background: url("../images/check-ck.png?v=03f495") center center no-repeat;
          background-size: cover; }
      .col-12 .form-select-distributor .select-container .select-results .results-item input[type="checkbox"] + .results-item-main:before, .col-12 .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="checkbox"] + .results-item-main:before, .form-container .form-group .select2-container .col-12 .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="checkbox"] + .results-item-main:before {
        background: url("../images/check-de.png?v=03f495") center center no-repeat;
        background-size: cover; }
      .col-12 .form-select-distributor .select-container .select-results .results-item input[type="radio"], .col-12 .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="radio"], .form-container .form-group .select2-container .col-12 .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="radio"] {
        position: absolute;
        left: -9999px; }
        .col-12 .form-select-distributor .select-container .select-results .results-item input[type="radio"]:checked + .results-item-main:before, .col-12 .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="radio"]:checked + .results-item-main:before, .form-container .form-group .select2-container .col-12 .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="radio"]:checked + .results-item-main:before {
          background: url("../images/react-red.png?v=03f495") center center no-repeat;
          background-size: cover;
          width: 9px;
          height: 9px;
          margin-top: -4.5px; }
      .col-12 .form-select-distributor .select-container .select-results .results-item input[type="radio"] + .results-item-main:before, .col-12 .form-select-distributor .select-container .select-results .results-item .form-container .form-group .select2-container .select2-selection--single[type="radio"] + .results-item-main:before, .form-container .form-group .select2-container .col-12 .form-select-distributor .select-container .select-results .results-item .select2-selection--single[type="radio"] + .results-item-main:before {
        background: url("../images/react.png?v=03f495") center center no-repeat;
        background-size: cover;
        width: 9px;
        height: 9px;
        margin-top: -4.5px; }
  .col-12 .select-simulate-font:after {
    background: url("../images/select.png?v=03f495") center center no-repeat;
    background-size: cover; }
  .col-12 .select-open .select-simulate-font:after {
    background: url("../images/select2.png?v=03f495") center center no-repeat;
    background-size: cover; }

.sys-banner {
  width: 894px;
  height: 331px; }
  .sys-banner .sys-banner-img {
    width: 554px;
    height: 331px; }
  .sys-banner .sys-small-img {
    width: 335px;
    height: 331px;
    overflow: hidden; }
    .sys-banner .sys-small-img ul li {
      width: 164px;
      height: 163px;
      overflow: hidden;
      float: left;
      margin-right: 5px; }
      .sys-banner .sys-small-img ul li:nth-child(2n) {
        margin-right: 0px; }
      .sys-banner .sys-small-img ul li:nth-child(n+3) {
        margin-top: 5px; }

.city-box {
  position: relative;
  display: inline-block; }

.citypop {
  position: absolute;
  top: 28px;
  right:0;
  padding: 2px;
  font-size: 12px;
  line-height: 26px;
  display: none;
  z-index: 999999; }
  .citypop .citypop-content {
    width: 400px;
    position: relative;
    z-index: 1;
    border: 1px solid #ccd3e4;
    background-color: #fff; }
    .citypop .citypop-content .citypop-content-top {
      height: 29px;
      line-height: 29px;
      padding-left: 8px;
      position: relative;
      background-color: #fcfcfc;
      border-bottom: solid 1px #ccd3e4; }
      .citypop .citypop-content .citypop-content-top .citypop-search {
        width: 140px;
        height: 22px;
        float: left;
        margin-top: 3px;
        background-position: -36px -182px;
        border: solid 1px #ccd3e4;
        background-color: #fff;
        position: relative; }
        .citypop .citypop-content .citypop-content-top .citypop-search input, .citypop .citypop-content .citypop-content-top .citypop-search .form-container .form-group .select2-container .select2-selection--single, .form-container .form-group .select2-container .citypop .citypop-content .citypop-content-top .citypop-search .select2-selection--single {
          outline: 0;
          height: 20px;
          line-height: 20px;
          width: 135px;
          position: absolute;
          padding-left: 20px;
          top: 0;
          border: 0;
          background: url("/Assets/Computer/images/ico/ico-search.png?v=03f495") center center no-repeat;
          background-size: cover;
          background-color: #fff;
          background-size: 15px 16px;
          background-position: 1px 1px;
          color: #b8bbc1; }
        .citypop .citypop-content .citypop-content-top .citypop-search .citypop-ct {
          width: 195px;
          position: absolute;
          left: -1px;
          top: 24px;
          border: solid 1px #ccd3e4;
          background-color: #fff;
          z-index: 999; }
          .citypop .citypop-content .citypop-content-top .citypop-search .citypop-ct .zdicon, .citypop .citypop-content .citypop-content-top .citypop-search .citypop-ct .ntextdicon {
            line-height: 15px;
            padding: 3px 0;
            color: #b8bbc1;
            margin-left: 5px; }
          .citypop .citypop-content .citypop-content-top .citypop-search .citypop-ct ul li {
            position: relative;
            height: 26px;
            line-height: 26px;
            overflow: hidden;
            clear: both;
            border-top: dotted 1px #ccd3e4; }
            .citypop .citypop-content .citypop-content-top .citypop-search .citypop-ct ul li a {
              display: block;
              height: 26px;
              line-height: 26px;
              overflow: hidden;
              padding: 0 12px; }
              .citypop .citypop-content .citypop-content-top .citypop-search .citypop-ct ul li a span {
                float: left;
                display: inline-block; }
              .citypop .citypop-content .citypop-content-top .citypop-search .citypop-ct ul li a b {
                display: inline-block;
                font-weight: 100;
                color: #b8bbc1;
                float: right; }
      .citypop .citypop-content .citypop-content-top .citypop-hotcity {
        float: left;
        padding-left: 5px; }
        .citypop .citypop-content .citypop-content-top .citypop-hotcity a {
          margin-left: 10px;
          display: inline-block;
          float: left; }
      .citypop .citypop-content .citypop-content-top .citypop-close {
        display: inline-block;
        width: 29px;
        height: 29px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        border-left: solid 1px #cfd5e5;
        text-align: center; }
        .citypop .citypop-content .citypop-content-top .citypop-close i {
          margin-top: 4px; }
    .citypop .citypop-content .citypop-content-info .citypop-nb {
      height: 40px;
      padding: 5px;
      border-bottom: dotted 1px #cecfd3; }
      .citypop .citypop-content .citypop-content-info .citypop-nb a {
        display: inline-block;
        width: 19px;
        height: 19px;
        line-height: 19px;
        border-radius: 2px;
        margin: 5px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        text-align: center;
        border: solid 1px #cbddeb;
        background-color: #f0f9fe;
        float: left; }
    .citypop .citypop-content .citypop-content-info .citypop-scity {
      height: 255px;
      overflow-y: scroll;
      overflow-x: hidden; }
      .citypop .citypop-content .citypop-content-info .citypop-scity a:hover {
        background: #ff9c00 !important;
        color: #fff !important; }
      .citypop .citypop-content .citypop-content-info .citypop-scity .active {
        background: #cc0000;
        color: #fff; }
      .citypop .citypop-content .citypop-content-info .citypop-scity dl {
        border-top: dotted 1px #cecfd3;
        margin: 0;
        overflow: hidden;
        padding: 8px 0;
        zoom: 1;
        position: relative; }
        .citypop .citypop-content .citypop-content-info .citypop-scity dl.dlbg-top {
          border-top: 0; }
        .citypop .citypop-content .citypop-content-info .citypop-scity dl dt {
          float: left;
          margin: 0;
          width: 80px;
          color: #333;
          text-align: right;
          font-weight: bold;
          padding-top: 2px;
          padding-left: 10px; }
          .citypop .citypop-content .citypop-content-info .citypop-scity dl dt .tx {
            height: 20px;
            line-height: 20px;
            display: inline-block;
            float: right;
            padding: 0; }
          .citypop .citypop-content .citypop-content-info .citypop-scity dl dt .nu {
            display: inline-block;
            padding: 0;
            float: left;
            font-family: "Arial,Helvetica,sans-serif";
            height: 20px;
            line-height: 20px;
            font-size: 18px;
            color: #d0d0d0;
            font-weight: 100;
            position: absolute;
            left: 0px;
            width: 30px;
            top: 12px;
            text-align: center; }
        .citypop .citypop-content .citypop-content-info .citypop-scity dl dd {
          float: left;
          margin: 0;
          zoom: 1;
          width: 295px; }
          .citypop .citypop-content .citypop-content-info .citypop-scity dl dd a {
            height: 20px;
            line-height: 20px;
            display: block;
            float: left;
            padding: 0 5px;
            margin: 2px;
            white-space: nowrap; }
      .citypop .citypop-content .citypop-content-info .citypop-scity .dlbg {
        background-color: #f9f9f9; }

.form-select-distributor .select-simulate-font {
  padding: 0 110px 0 20px; }
  .form-select-distributor .select-simulate-font .fl-r {
    position: absolute;
    right: 40px; }
  .form-select-distributor .select-simulate-font .fl-l {
    width: 100%;
    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden; }

.car-more {
  font-size: 18px;
  width: 100%;
  text-align: right;
  margin-top: 10px; }

.about-box .tab-panel {
  position: absolute;
  left: -200%;
  top: -200%;
  width: 100%; }

.about-box {
  overflow: hidden; }

.about-box .active {
  position: static; }

.ipt-li .code_btn {
  width: 180px;
  height: 36px;
  border: 1px solid #000;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-table;
  margin-left: 0;
  cursor: pointer; }

.liantu {
  width: 225px;
  height: 225px;
  margin: 0 auto;
  margin-top: 30px;
  margin-left: 160px; }

.pd0 {
  padding-bottom: 0; }

.listBox {
  font-size: 13px;
  width: 340px;
  margin: 0px auto;
  padding: 15px 0px;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  left: -200%; }
  .listBox .datelist {
    border: 1px solid #dadada;
    color: #333;
    text-align: center; }
    .listBox .datelist .lpl ul {
      border-bottom: 1px solid #dadada; }
      .listBox .datelist .lpl ul li {
        width: 30px;
        padding-top: 18px;
        margin: 0 9px;
        line-height: 1;
        height: 55px;
        text-align: center;
        float: left;
        border-bottom: 2px solid #fff;
        cursor: pointer; }
        .listBox .datelist .lpl ul li span {
          display: block;
          width: 100%;
          height: 18px; }
      .listBox .datelist .lpl ul li.on {
        border-bottom: 2px solid #e20620;
        background: #fff;
        color: #e20620; }
        .listBox .datelist .lpl ul li.on span {
          display: block;
          width: 100%;
          height: 18px; }
    .listBox .datelist .lpl ul {
      overflow: hidden; }
    .listBox .datelist .lp2 {
      padding-top: 15px; }
      .listBox .datelist .lp2 ul li:nth-child(3n+1) {
        margin-left: 26px; }
      .listBox .datelist .lp2 ul li {
        width: 100px;
        height: 75px;
        border: 1px solid #dadada;
        border-radius: 5px;
        margin: 5px 2px;
        float: left;
        cursor: pointer; }
        .listBox .datelist .lp2 ul li .yuimg {
          background: url("../images/cd.png?v=03f495") center center no-repeat;
          background-size: cover;
          height: 24px;
          width: 24px;
          margin: 7px auto 4px; }
        .listBox .datelist .lp2 ul li.on {
          background: #e20620;
          color: #fff; }
          .listBox .datelist .lp2 ul li.on .yuimg {
            background: url("../images/cdon.png?v=611256?v=03f495") center center no-repeat;
            background-size: cover; }
      .listBox .datelist .lp2 div {
        text-align: center; }
    .listBox .datelist .lp3 {
      font-size: 12px;
      margin: 15px auto;
      color: #999; }
  .listBox .da {
    font-size: 10px; }
  .listBox .yut {
    font-size: 10px; }

.listBox.active {
  left: 93px; }

.infoBox img {
  display: none; }

.font-content {
  margin-top: 40px; }

.font-content strong {
  font-size: 16px;
  border-bottom: 3px #CC0000 solid;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 5px; }

.font-content p, .font-content .info .text, .info .font-content .text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 35px; }
  
.text{position:relative;}
.text .text-r p:last-child{
	position:absolute;
	left:0;
}
#pl{display:none !important;}
#qd{
	width: 513px;
    padding-left: 50px;
}

.comming{
		width:100%;
		padding-top:507px;
		background:url('../images/comming.png') top center no-repeat;
	}
	.comming .container{
		width:100%;
	}
	.comming .logo-lg{
		height:134px;
		background:url('../images/logo-big.png') center center no-repeat;
	}
	.comming .text{
		height:228px;
		font-size:100px;
		font-weight:bold;
		text-align:center;
		color:#313131;
		padding-top:25px;
		border-top:1px solid #e5e5e5;
	}



.swiper-containerbox3 .swipePrev, .swiper-containerbox3 .swipeNext {
    top:278px;
}
.swiper-containerbox2 .swipePrev, .swiper-containerbox2 .swipeNext{
    top:178px;
}
.tag-r{
	width:700px;
	text-align:right;
	line-height:25px;
}
.tag-r>*{
	display:inline-block;
}
.tag-r .herder-font i{
	display:inline-block;
	vertical-align:middle;
}

.logo{
	width:314px;
	height:18px;
}

.header-box .dealer-header .tag-box i.mar{
	margin:0 16px;
}
.font-city{
	display:inline-block;
	margin:0 10px;
}
.citypop{
	left：0；
	padding:0;
	top:59px;
}