.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
  font-family: "榛戜綋", Arial;
  font-weight: normal;
  color: #444;
  text-decoration: none;
  list-style: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: none;
}
*:focus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.show {
  display: block;
}
.orange {
  color: #ff7e00;
}
.gray {
  color: #888;
}
.hide {
  display: none;
}
.border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.bg-white {
  background: #fff;
}
.mt30 {
  margin-top: 30px;
}
html,
body {
  height: 100%;
  position: relative;
}
body {
  -webkit-overflow-scrolling: touch;
}
#toast-out-border {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000000;
}
#toast-out-border .toast-border {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 640px;
  text-align: center;
  height: 50px;
}
#toast-out-border .toast-border .toast-content {
  border-radius: 10px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #444;
  color: #fff;
  font-size: 24px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}
ng\:form {
  display: block;
}
.ng-animate-start {
  clip: rect(0, auto, auto, 0);
  -ms-zoom: 1.0001;
}
.ng-animate-active {
  clip: rect(-1px, auto, auto, 0);
  -ms-zoom: 1;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../image/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../image/fancybox_loading2.gif") center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../image/s.gif");
  
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../image/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../image/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    
  }
  #fancybox-loading div {
    background-image: url("../image/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    
  }
}
.success-box {
  display: none;
  padding: 25px 0 80px 0;
  width: 360px;
}
.success-box .hd {
  font-size: 24px;
  
  text-align: center;
  line-height: 60px;
  padding: 0 20px;
}
.success-box .bd {
  font-size: 24px;
  
  text-align: center;
  line-height: 36px;
  margin-top: 15px;
}
.fancybox-wrap-dialog .fancybox-close {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
  background: #ff7e00;
  -moz-border-radius: 10px;
  
  -webkit-border-radius: 10px;
  
  border-radius: 10px;
  
  color: #fff;
  height: 48px;
  width: 160px;
  bottom: 20px;
  top: auto !important;
  left: 115px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
}
.fancybox-wrap-dialog .fancybox-close:before {
  content: "纭";
}
.fancybox-wrap-dialog .fancybox-close {
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  left: 110px;
}
.fancybox-wrap-dialog .fancybox-skin {
  background: #fff url("../image/dialog_title_bg.png") repeat-x left top;
}
.fancybox-wrap-dialog .dialog-box {
  display: none;
  padding: 0 0 100px 0;
  width: 390px;
  font-size: 24px;
  color: #444;
}
.fancybox-wrap-dialog .dialog-box .content {
  padding: 0 10px;
}
.fancybox-wrap-dialog .dialog-box .title {
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  padding: 0;
}
.fancybox-wrap-view,
.fancybox-wrap-select-list {
  font-family: "榛戜綋";
  color: #444444;
  font-size: 24px;
}
.fancybox-wrap-view p,
.fancybox-wrap-select-list p {
  line-height: 35px;
}
.fancybox-wrap-view .dialog-box,
.fancybox-wrap-select-list .dialog-box {
  width: 400px;
}
.fancybox-wrap-view .fancybox-outer,
.fancybox-wrap-select-list .fancybox-outer {
  margin-top: 60px;
  margin-bottom: 90px;
}
.fancybox-wrap-view .fancybox-close:before {
  content: '鍙栨秷';
}
.fancybox-wrap-view .fancybox-close {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
  bottom: 30px;
  left: 30px;
  top: auto;
  font-size: 30px;
  color: #fff;
  background: #ff7e00;
  text-align: center;
  width: 400px;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 68px;
  line-height: 68px;
  text-decoration: none;
}
.fancybox-wrap-select-list .fancybox-close:before {
  content: "鍙栨秷";
}
.fancybox-wrap-select-list .fancybox-close {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
  bottom: 30px;
  left: 90px;
  font-size: 30px;
  color: #444444;
  background: #f0f0f0;
  text-align: center;
  width: 156px;
  height: 68px;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 68px;
  text-decoration: none;
}
.fancybox-wrap-select-list .fancybox-confirm {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
  bottom: 30px;
  left: 270px;
  font-size: 30px;
  color: #fff;
  background: #ff7e00;
  text-align: center;
  width: 156px;
  height: 68px;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 68px;
  text-decoration: none;
}
.fancybox-wrap-select-list .dialog-box {
  width: 470px;
}
.fancybox-wrap-select-list .dialog-box .content .vehicle-brands ul li {
  height: 88px;
  width: 470px;
}
.fancybox-wrap-select-list .dialog-box .content .vehicle-brands ul li a {
  display: block;
  float: left;
  padding: 8px 0;
  line-height: 36px;
  width: 420px;
  height: 72px;
  background: url("../image/ddd_line.png") repeat-x top;
}
.fancybox-wrap-select-list .dialog-box .content .vehicle-brands ul li:first-child a {
  background: none;
}
.fancybox-wrap-select-list .dialog-box .content .vehicle-brands ul li span {
  display: block;
  float: right;
  width: 31px;
  height: 30px;
  margin-top: 29px;
  background: url("../image/select-group.png") no-repeat 0 -30px;
}
.fancybox-wrap-select-list .dialog-box .content .vehicle-brands ul li span.selected {
  background: url("../image/select-group.png") no-repeat 0 -60px;
}
.fancybox-wrap-view .fancybox-title,
.fancybox-wrap-select-list .fancybox-title {
  position: absolute;
  width: 100%;
  line-height: 64px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 0;
  background: #ff7e00;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.fancybox-wrap-view .buttons {
  float: left;
  clear: both;
  width: 100%;
}
.fancybox-wrap-view .buttons .button {
  font-size: 30px;
  color: #fff;
  background: #ff7e00;
  text-align: center;
  width: 100%;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 68px;
  line-height: 68px;
  text-decoration: none;
  margin: 0;
}
.fancybox-wrap-view .content {
  float: left;
  clear: both;
  margin: 0 0 20px 0;
}
.fancybox-wrap-success .fancybox-close {
  display: none;
}
.fancybox-wrap-success .content {
  line-height: 48px;
  font-size: 24px;
  text-align: center;
  padding: 10px 30px;
  color: #ffffff;
}
.fancybox-wrap-success .fancybox-skin {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  opacity: 0.7;
  background: #000;
}
.fancybox-purple-dialog .fancybox-close:before {
  content: '鎴戞噦鐨勶紒';
}
.fancybox-purple-dialog .fancybox-skin {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 4px solid #393838;
  background: #ffffff url("../image/purple-bg.png") repeat-x top left;
  position: relative;
}
.fancybox-purple-dialog .fancybox-skin .fancybox-close {
  width: 480px;
  border: 4px solid #393838;
  height: 56px;
  line-height: 56px;
  font-size: 30px;
  background: #F97446;
  text-align: center;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  bottom: 20px;
  left: 35px;
  top: auto;
}
.fancybox-purple-dialog .dialog-box {
  display: none;
  padding: 0 0 100px 0;
  width: 560px;
  font-size: 24px;
  color: #444;
}
.fancybox-purple-dialog .dialog-box .content {
  padding: 50px 30px;
  text-align: center;
  color: #444;
  font-size: 29px;
  font-weight: bold;
}
.fancybox-purple-dialog .dialog-box .title {
  line-height: 67px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 0;
}
#toast-out-border {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
}
#toast-out-border .toast-border {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 640px;
  text-align: center;
  height: 50px;
}
#toast-out-border .toast-border .toast-content {
  border-radius: 10px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #444;
  color: #fff;
  font-size: 24px;
}
#corp-toast-out-border {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
}
#corp-toast-out-border .toast-border {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 640px;
  text-align: center;
  height: 50px;
}
#corp-toast-out-border .toast-border .toast-content {
  border-radius: 10px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #444;
  color: #fff;
  font-size: 24px;
}
#corp-toast-out-border {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
}
#corp-toast-out-border .toast-border {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 49.9555618px;
}
#corp-toast-out-border .toast-border .toast-content {
  border-radius: 9.9555568px;
  display: inline-block;
  height: 49.9555618px;
  line-height: 49.9555618px;
  padding: 0 14.9333352px;
  background: #444;
  color: #fff;
  font-size: 23.9111141px;
}