﻿/*特殊字体*/
@font-face {
    font-family: NumberFont;
    src: url('../fonts/HELVETICANEUELTPRO-BLKCN.OTF');
    font-size: 16px;
}

.floatbox {
  position: fixed;
  top: 15%;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 999;
  right: 330px;
}

.floatbox .countdownx {
  width: 100%;
  padding-bottom: 12px;
  background-color: #3c4469;
  text-align: center;
  color: #fff;
  font-size: 63px;
  line-height: 75px;
  margin-top: -6px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;

  &.other-time h2 {
    font-size: 20px;
  }
}

.floatbox .countdownx h2 {
  font-weight: bold;
  margin-top: 14px;
  font-family: NumberFont;
}

.floatbox .countdownx h2 i {
  width: 14px;
  height: 46px;
  background: url("../images/days.png") center no-repeat;
  vertical-align: baseline;
  margin-left: 2px;
}

.floatbox .countdownx p {
  font-size: 12px;
  line-height: 15px;
}

.floatbox .one {
  background-color: #6a71e5;
}

.floatbox .two {
  background-color: #0091ff;
}
 
.floatbox .two a i {
  font-size: 18px;
}

.floatbox .three {
  background-color: #ff4966;
}
.floatbox .six {
  background-color: #6a71e5;
}

.floatbox .hotel {
  background-color: #ffa500;
}

.floatbox .five {
  background-color: #10d3a7;
}

.floatbox .four {
  background-color: #3f4c88;
}

.floatbox .s-float {
  text-align: center;
  width: 65px;
  display: block;
  -webkit-box-shadow: 1px 1px 10px 0 hsla(219,79%,83%,0.35);
  -moz-box-shadow: 1px 1px 10px 0 hsla(219,79%,83%,0.35);
  box-shadow: 1px 1px 10px 0 hsla(219,79%,83%,0.35);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 99999;
  display: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.floatbox .s-float .show {
  position: absolute;
  top: -24px;
  right: 0px;
}

.floatbox .s-float .show span {
  font-size: 12px;
  color: #384352;
  cursor: pointer;
}

.floatbox .s-float .show span .iconfont {
  font-size: 11px;
  margin-right: 3px;
  font-weight: 700;
}

.floatbox .s-float .show span:hover {
  color: #3f4c88;
}

.floatbox .s-float ul {
  position: relative;
  padding: 0 17px 10px;
}

.floatbox .s-float li {
  width: 31px;
  height: 31px;
  overflow: hidden;
  line-height: 31px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 8px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  right: 17px;
  text-align: left;
}

.floatbox .s-float li.one {
  top: 0;
}

.floatbox .s-float li.two {
  top: 39px;
}

.floatbox .s-float li.three {
  top: 78px;
}

.floatbox .s-float li.four {
  top: 117px;
}

.floatbox .s-float li a {
  color: #fff;
  display: block;
  min-width: 120px;
  height: 100%;
  
  white-space: nowrap;

  .icon-box {
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 100%;
    line-height: 31px;
    margin-right: 10px;
    
    vertical-align: bottom;

    img {
      max-width: 16px;
      max-height: 16px;
      display: inline-block;
      vertical-align: text-top;
    }

    [class^="icon-"]:before,
    [class*=" icon-"]:before {
      font-size: 13px;
      margin: 0;
      max-width: 100%;
    }

    i {
      font-size: 13px;
    }

  }
}


.floatbox .s-float li:hover {
  width: auto;
  padding: 0 10px 0 5px;
  right: 17px;
  text-align: center;
}

.floatbox .s-float li:hover.four {
  height: 130px;
}

.floatbox .s-float li:hover.four .icon-box {
  display: none;
}

.floatbox .s-float li:hover.four .ewmpic {
  width: 90px;
  height: 90px;
  margin-top: 21px;
  margin-left: -6px;
}

.floatbox .s-float li:hover a .icon-box {
  margin-right: 5px;
}

.floatbox .s-float .countdownx {
  // height: 92px;
  width: 100%;
  margin-bottom: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;

  &.other-time h2 {
    font-size: 22px;
  }
}

.floatbox .s-float .countdownx h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 16px;
}

.floatbox .s-float .countdownx h5 {
  font-size: 12px;
  line-height: 12px;
  color: #000;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  font-family: dayFont;
}

.floatbox .s-float .countdownx p {
  margin-top: 9px;
}

.floatbox .l-float {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.floatbox .l-float .box {
  -webkit-box-shadow: 1px 1px 10px 0 hsla(219,79%,83%,0.35);
  -moz-box-shadow: 1px 1px 10px 0 hsla(219,79%,83%,0.35);
  box-shadow: 1px 1px 10px 0 hsla(219,79%,83%,0.35);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.floatbox .l-float .shou {
  position: absolute;
  top: -24px;
  right: 0px;
}

.floatbox .l-float .shou span {
  font-size: 12px;
  color: #384352;
  cursor: pointer;
}

.floatbox .l-float .shou span .iconfont {
  font-size: 11px;
  margin-left: 3px;
  font-weight: 700;
}

.floatbox .l-float .shou span:hover {
  color: #3f4c88;
}

.floatbox .l-float li {
  height: 39px;
  line-height: 39px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 15px;
  width: auto;
  list-style:none;
}

.floatbox .l-float li a {
  display: block;
  color: #fff;
  font-size: 15px;
  position: relative;
  padding: 0 2px;
  min-width: 140px;
  white-space: nowrap;
 text-decoration:none;

  .icon-box {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-right: 5px;

    img {
      max-height: 100%;
      vertical-align: text-top;
      display: inline-block;
    }

    [class^="icon-"]:before,
    [class*=" icon-"]:before {
      font-size: 16px;
    }

  }
}

.floatbox .l-float li a i {
  font-size: 16px;
}

.floatbox .l-float li a .mask {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.floatbox .l-float li:hover a .mask {
  display: block;
}

.floatbox .l-float .ewm {
  font-size: 12px;
  padding-top: 10px;text-align: center;
}

.floatbox .l-float .ewm img {
  -webkit-box-shadow: 0 0 16px 0px rgba(63, 76, 136, 0.45);
  -moz-box-shadow: 0 0 16px 0px rgba(63, 76, 136, 0.45);
  box-shadow: 0 0 16px 0px rgba(63, 76, 136, 0.45);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.floatbox .l-float .ewm p {
  color: #3f4c88;
  line-height: 40px;
}

.floatbox .l-float .ewm:hover img {
  border: 1px solid #3f4c88;
}

.floatbox .l-float .lbox {
  padding: 16px 12px;
  background-color: #fff;
}
.floatbox .l-float .ewm:hover canvas {
    border: 1px solid #3f4c88;
}
.floatbox .l-float .ewm canvas {
    -webkit-box-shadow: 0 0 16px 0px rgb(63 76 136 / 45%);
    -moz-box-shadow: 0 0 16px 0px rgba(63, 76, 136, 0.45);
    box-shadow: 0 0 16px 0px rgb(63 76 136 / 45%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.iblock {
    display: inline-block;
   
}
.floatbox .l-float li a .icon-box {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-right: 5px;
}
.floatbox .s-float li a .icon-box {
    display: list-item;
    float:left;
    width: 30px;
    text-align: center;
    height: 100%;
    line-height: 31px;
    margin-right: 10px;
    vertical-align: bottom;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?91512796');
  src: url('../fonts/fontello.eot?91512796#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?91512796') format('woff2'),
       url('../fonts/fontello.woff?91512796') format('woff'),
       url('../fonts/fontello.ttf?91512796') format('truetype'),
       url('../fonts/fontello.svg?91512796#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?91512796#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-user:before { content: '\e800'; } /* '' */
.icon-user-1:before { content: '\e801'; } /* '' */
.icon-users:before { content: '\e802'; } /* '' */
.icon-users-1:before { content: '\e803'; } /* '' */
.icon-mail:before { content: '\e804'; } /* '' */
.icon-mail-alt:before { content: '\e805'; } /* '' */
.icon-th-large:before { content: '\e806'; } /* '' */
.icon-th-large-1:before { content: '\e807'; } /* '' */
.icon-th:before { content: '\e808'; } /* '' */
.icon-th-list:before { content: '\e809'; } /* '' */
.icon-help-circled:before { content: '\e80a'; } /* '' */
.icon-info-circled:before { content: '\e80b'; } /* '' */
.icon-info:before { content: '\e80c'; } /* '' */
.icon-home:before { content: '\e80d'; } /* '' */
.icon-home-1:before { content: '\e80e'; } /* '' */
.icon-unlink:before { content: '\e80f'; } /* '' */
.icon-link-ext:before { content: '\e810'; } /* '' */
.icon-link-ext-alt:before { content: '\e811'; } /* '' */
.icon-attach:before { content: '\e812'; } /* '' */
.icon-tag:before { content: '\e813'; } /* '' */
.icon-tags:before { content: '\e814'; } /* '' */
.icon-bookmark:before { content: '\e815'; } /* '' */
.icon-bookmark-empty:before { content: '\e816'; } /* '' */
.icon-download:before { content: '\e817'; } /* '' */
.icon-upload:before { content: '\e818'; } /* '' */
.icon-download-cloud:before { content: '\e819'; } /* '' */
.icon-upload-cloud:before { content: '\e81a'; } /* '' */
.icon-reply:before { content: '\e81b'; } /* '' */
.icon-reply-all:before { content: '\e81c'; } /* '' */
.icon-search:before { content: '\e81d'; } /* '' */
.icon-ok:before { content: '\e81e'; } /* '' */
.icon-ok-circled:before { content: '\e81f'; } /* '' */
.icon-ok-circled2:before { content: '\e820'; } /* '' */
.icon-ok-squared:before { content: '\e821'; } /* '' */
.icon-cancel:before { content: '\e822'; } /* '' */
.icon-cancel-circled:before { content: '\e823'; } /* '' */
.icon-cancel-circled2:before { content: '\e824'; } /* '' */
.icon-plus:before { content: '\e825'; } /* '' */
.icon-plus-circled:before { content: '\e826'; } /* '' */
.icon-plus-squared:before { content: '\e827'; } /* '' */
.icon-plus-squared-alt:before { content: '\e828'; } /* '' */
.icon-minus:before { content: '\e829'; } /* '' */
.icon-minus-circled:before { content: '\e82a'; } /* '' */
.icon-minus-squared:before { content: '\e82b'; } /* '' */
.icon-minus-squared-alt:before { content: '\e82c'; } /* '' */
.icon-quote-right:before { content: '\e82d'; } /* '' */
.icon-code:before { content: '\e82e'; } /* '' */
.icon-comment-empty:before { content: '\e82f'; } /* '' */
.icon-chat-empty:before { content: '\e830'; } /* '' */
.icon-video:before { content: '\e831'; } /* '' */
.icon-videocam:before { content: '\e832'; } /* '' */
.icon-picture:before { content: '\e833'; } /* '' */
.icon-camera:before { content: '\e834'; } /* '' */
.icon-camera-alt:before { content: '\e835'; } /* '' */
.icon-export:before { content: '\e836'; } /* '' */
.icon-export-alt:before { content: '\e837'; } /* '' */
.icon-pencil:before { content: '\e838'; } /* '' */
.icon-pencil-squared:before { content: '\e839'; } /* '' */
.icon-edit:before { content: '\e83a'; } /* '' */
.icon-print:before { content: '\e83b'; } /* '' */
.icon-heart:before { content: '\e83c'; } /* '' */
.icon-heart-empty:before { content: '\e83d'; } /* '' */
.icon-star:before { content: '\e83e'; } /* '' */
.icon-star-empty:before { content: '\e83f'; } /* '' */
.icon-star-half:before { content: '\e840'; } /* '' */
.icon-star-half-alt:before { content: '\e841'; } /* '' */
.icon-male:before { content: '\e842'; } /* '' */
.icon-female:before { content: '\e843'; } /* '' */
.icon-forward:before { content: '\e844'; } /* '' */
.icon-quote-left:before { content: '\e845'; } /* '' */
.icon-retweet:before { content: '\e846'; } /* '' */
.icon-keyboard:before { content: '\e847'; } /* '' */
.icon-gamepad:before { content: '\e848'; } /* '' */
.icon-comment:before { content: '\e849'; } /* '' */
.icon-chat:before { content: '\e84a'; } /* '' */
.icon-music:before { content: '\e84b'; } /* '' */
.icon-help:before { content: '\e84c'; } /* '' */
.icon-lock:before { content: '\e84d'; } /* '' */
.icon-lock-open:before { content: '\e84e'; } /* '' */
.icon-lock-open-alt:before { content: '\e84f'; } /* '' */
.icon-pin:before { content: '\e850'; } /* '' */
.icon-eye:before { content: '\e851'; } /* '' */
.icon-eye-off:before { content: '\e852'; } /* '' */
.icon-flag:before { content: '\e853'; } /* '' */
.icon-flag-empty:before { content: '\e854'; } /* '' */
.icon-flag-checkered:before { content: '\e855'; } /* '' */
.icon-thumbs-up:before { content: '\e856'; } /* '' */
.icon-thumbs-down:before { content: '\e857'; } /* '' */
.icon-thumbs-up-alt:before { content: '\e858'; } /* '' */
.icon-thumbs-down-alt:before { content: '\e859'; } /* '' */
.icon-bell:before { content: '\e85a'; } /* '' */
.icon-bell-alt:before { content: '\e85b'; } /* '' */
.icon-link:before { content: '\e85c'; } /* '' */
.icon-credit-card:before { content: '\e85d'; } /* '' */
.icon-megaphone:before { content: '\e85e'; } /* '' */
.icon-fax:before { content: '\e85f'; } /* '' */
.icon-phone-squared:before { content: '\e860'; } /* '' */
.icon-phone:before { content: '\e861'; } /* '' */
.icon-calendar:before { content: '\e862'; } /* '' */
.icon-calendar-empty:before { content: '\e863'; } /* '' */
.icon-globe:before { content: '\e864'; } /* '' */
.icon-flight:before { content: '\e865'; } /* '' */
.icon-award:before { content: '\e866'; } /* '' */
.icon-briefcase:before { content: '\e867'; } /* '' */
.icon-suitcase:before { content: '\e868'; } /* '' */
.icon-book:before { content: '\e869'; } /* '' */
.icon-chart-pie:before { content: '\e86a'; } /* '' */
.icon-taxi:before { content: '\e86b'; } /* '' */
.icon-cab:before { content: '\e86c'; } /* '' */
.icon-bus-2:before { content: '\e86d'; } /* '' */
.icon-tasks:before { content: '\e86e'; } /* '' */
.icon-subway:before { content: '\e86f'; } /* '' */
.icon-train:before { content: '\e870'; } /* '' */
.icon-dollar:before { content: '\e871'; } /* '' */
.icon-yen:before { content: '\e872'; } /* '' */
.icon-hospital:before { content: '\e873'; } /* '' */
.icon-building:before { content: '\e874'; } /* '' */
.icon-building-filled:before { content: '\e875'; } /* '' */
.icon-bank:before { content: '\e876'; } /* '' */
.icon-sitemap:before { content: '\e877'; } /* '' */
.icon-user-md:before { content: '\e878'; } /* '' */
.icon-stethoscope:before { content: '\e879'; } /* '' */
.icon-heartbeat:before { content: '\e87a'; } /* '' */
.icon-bed:before { content: '\e87b'; } /* '' */
.icon-graduation-cap:before { content: '\e87c'; } /* '' */
.icon-newspaper:before { content: '\e87d'; } /* '' */
.icon-wechat:before { content: '\e87e'; } /* '' */
.icon-weibo:before { content: '\e87f'; } /* '' */
.icon-camera-1:before { content: '\e880'; } /* '' */
.icon-picture-1:before { content: '\e881'; } /* '' */
.icon-print-1:before { content: '\e882'; } /* '' */
.icon-vcard:before { content: '\e883'; } /* '' */
.icon-address:before { content: '\e884'; } /* '' */
.icon-location:before { content: '\e885'; } /* '' */
.icon-map:before { content: '\e886'; } /* '' */
.icon-compass:before { content: '\e887'; } /* '' */
.icon-book-open:before { content: '\e888'; } /* '' */
.icon-book-1:before { content: '\e889'; } /* '' */
.icon-newspaper-1:before { content: '\e88a'; } /* '' */
.icon-back-in-time:before { content: '\e88b'; } /* '' */
.icon-trophy:before { content: '\e88c'; } /* '' */
.icon-globe-1:before { content: '\e88d'; } /* '' */
.icon-graduation-cap-1:before { content: '\e88e'; } /* '' */
.icon-suitcase-1:before { content: '\e88f'; } /* '' */
.icon-briefcase-1:before { content: '\e890'; } /* '' */
.icon-chart-pie-1:before { content: '\e891'; } /* '' */
.icon-chart-bar:before { content: '\e892'; } /* '' */
.icon-credit-card-1:before { content: '\e893'; } /* '' */
.icon-floppy:before { content: '\e894'; } /* '' */
.icon-flow-tree:before { content: '\e895'; } /* '' */
.icon-email:before { content: '\e896'; } /* '' */
.icon-user-add:before { content: '\e897'; } /* '' */
.icon-user-plus:before { content: '\e898'; } /* '' */
.icon-user-times:before { content: '\e899'; } /* '' */
.icon-child:before { content: '\e89a'; } /* '' */
.icon-phone-1:before { content: '\e89b'; } /* '' */
.icon-calendar-1:before { content: '\e89c'; } /* '' */
.icon-megaphone-1:before { content: '\e89d'; } /* '' */
.icon-left-open:before { content: '\e89e'; } /* '' */
.icon-floppy-1:before { content: '\e89f'; } /* '' */
.icon-right-open:before { content: '\e8a0'; } /* '' */
.icon-down-open:before { content: '\e8a1'; } /* '' */
.icon-up-open:before { content: '\e8a2'; } /* '' */
.icon-angle-left:before { content: '\e8a3'; } /* '' */
.icon-angle-right:before { content: '\e8a4'; } /* '' */
.icon-angle-up:before { content: '\e8a5'; } /* '' */
.icon-angle-down:before { content: '\e8a6'; } /* '' */
.icon-desktop:before { content: '\e8a7'; } /* '' */
.icon-laptop:before { content: '\e8a8'; } /* '' */
.icon-tablet:before { content: '\e8a9'; } /* '' */
.icon-mobile:before { content: '\e8aa'; } /* '' */
.icon-download-1:before { content: '\e8ab'; } /* '' */
.icon-upload-1:before { content: '\e8ac'; } /* '' */
.icon-upload-cloud-1:before { content: '\e8ad'; } /* '' */
.icon-doc-text:before { content: '\e8ae'; } /* '' */
.icon-doc-text-inv:before { content: '\e8af'; } /* '' */
.icon-trash:before { content: '\e8b0'; } /* '' */
.icon-trash-empty:before { content: '\e8b1'; } /* '' */
.icon-cog:before { content: '\e8b2'; } /* '' */
.icon-wrench:before { content: '\e8b3'; } /* '' */
.icon-sliders:before { content: '\e8b4'; } /* '' */
.icon-pencil-1:before { content: '\e8b5'; } /* '' */
.icon-mobile-1:before { content: '\e8b6'; } /* '' */
.icon-monitor:before { content: '\e8b7'; } /* '' */
.icon-flight-1:before { content: '\e8b8'; } /* '' */
.icon-mouse:before { content: '\e8b9'; } /* '' */
.icon-calendar-2:before { content: '\e8ba'; } /* '' */
.icon-calendar-inv:before { content: '\e8bb'; } /* '' */
.icon-medkit:before { content: '\e8bc'; } /* '' */
.icon-upload-cloud-2:before { content: '\e8bd'; } /* '' */
.icon-download-cloud-1:before { content: '\e8be'; } /* '' */
.icon-upload-2:before { content: '\e8bf'; } /* '' */
.icon-download-2:before { content: '\e8c0'; } /* '' */
.icon-newspaper-2:before { content: '\e8c1'; } /* '' */
.icon-aboveground-rail:before { content: '\e8c2'; } /* '' */
.icon-belowground-rail:before { content: '\e8c3'; } /* '' */
.icon-bus-1:before { content: '\e8c4'; } /* '' */
.icon-commerical-building:before { content: '\e8c5'; } /* '' */
.icon-rail:before { content: '\e8c6'; } /* '' */
.icon-lodging:before { content: '\e8c7'; } /* '' */
.icon-user-2:before { content: '\e8c8'; } /* '' */
.icon-group:before { content: '\e8c9'; } /* '' */
.icon-print-2:before { content: '\e8ca'; } /* '' */
.icon-list-bullet:before { content: '\e8cb'; } /* '' */
.icon-user-3:before { content: '\e8cc'; } /* '' */
.icon-videocam-1:before { content: '\e8cd'; } /* '' */
.icon-camera-2:before { content: '\e8ce'; } /* '' */
.icon-pencil-2:before { content: '\e8cf'; } /* '' */
.icon-graduation-cap-2:before { content: '\e8d0'; } /* '' */
.icon-mobile-2:before { content: '\e8d1'; } /* '' */
.icon-desktop-1:before { content: '\e8d2'; } /* '' */
.icon-calendar-3:before { content: '\e8d3'; } /* '' */
.icon-note:before { content: '\e8d4'; } /* '' */
.icon-money:before { content: '\e8d5'; } /* '' */
.icon-doc:before { content: '\e8d6'; } /* '' */
.icon-trash-1:before { content: '\e8d7'; } /* '' */
.icon-comment-1:before { content: '\e8d8'; } /* '' */
.icon-location-1:before { content: '\e8d9'; } /* '' */
.icon-qrcode:before { content: '\e8da'; } /* '' */
.icon-chat-1:before { content: '\e8db'; } /* '' */
.icon-mail-5:before { content: '\e8dc'; } /* '' */
.icon-flag-1:before { content: '\e8dd'; } /* '' */
.icon-history:before { content: '\e8de'; } /* '' */
.icon-list-alt:before { content: '\e8df'; } /* '' */
.icon-megaphone-2:before { content: '\e8e0'; } /* '' */
.icon-megaphone-3:before { content: '\e8e1'; } /* '' */
.icon-calendar-outlilne:before { content: '\e8e2'; } /* '' */
.icon-calendar-4:before { content: '\e8e3'; } /* '' */
.icon-calendar-5:before { content: '\e8e4'; } /* '' */
.icon-compass-1:before { content: '\e8e5'; } /* '' */
.icon-compass-2:before { content: '\e8e6'; } /* '' */
.icon-phone-2:before { content: '\e8e7'; } /* '' */
.icon-edit-1:before { content: '\e8e8'; } /* '' */
.icon-pencil-3:before { content: '\e8e9'; } /* '' */
.icon-pencil-4:before { content: '\e8ea'; } /* '' */
.icon-pencil-neg:before { content: '\e8eb'; } /* '' */
.icon-edit-2:before { content: '\e8ec'; } /* '' */
.icon-pencil-5:before { content: '\e8ed'; } /* '' */
.icon-pencil-circled:before { content: '\e8ee'; } /* '' */
.icon-edit-3:before { content: '\e8ef'; } /* '' */
.icon-edit-alt:before { content: '\e8f0'; } /* '' */
.icon-user-4:before { content: '\e8f1'; } /* '' */
.icon-users-2:before { content: '\e8f2'; } /* '' */
.icon-videocam-2:before { content: '\e8f3'; } /* '' */
.icon-zhuce:before { content: '\e8f4'; } /* '' */
.icon-bus:before { content: '\e8f5'; } /* '' */
.icon-zhuban:before { content: '\e8f6'; } /* '' */
.icon-jiaotong:before { content: '\e8f7'; } /* '' */
.icon-airflight:before { content: '\e8f8'; } /* '' */
.icon-jiudian:before { content: '\e8f9'; } /* '' */
.icon-jiudian2:before { content: '\e8fa'; } /* '' */
.icon-richeng:before { content: '\e8fb'; } /* '' */
.icon-train2:before { content: '\e8fc'; } /* '' */
.icon-huanying:before { content: '\e8fd'; } /* '' */
.icon-zhuce2:before { content: '\e8fe'; } /* '' */
.icon-huanying2:before { content: '\e8ff'; } /* '' */
.icon-menu:before { content: '\e900'; } /* '' */
.icon-menu-1:before { content: '\e901'; } /* '' */
.icon-menu-2:before { content: '\e902'; } /* '' */
.icon-i1:before { content: '\e903'; } /* '' */
.icon-i2:before { content: '\e904'; } /* '' */
.icon-i3:before { content: '\e905'; } /* '' */
.icon-i4:before { content: '\e906'; } /* '' */
.icon-i5:before { content: '\e907'; } /* '' */
.icon-i6:before { content: '\e908'; } /* '' */
.icon-i7:before { content: '\e909'; } /* '' */
.icon-i8:before { content: '\e90a'; } /* '' */
.icon-i28:before { content: '\e90b'; } /* '' */
.icon-i27:before { content: '\e90c'; } /* '' */
.icon-i26:before { content: '\e90d'; } /* '' */
.icon-i25:before { content: '\e90e'; } /* '' */
.icon-i24:before { content: '\e90f'; } /* '' */
.icon-i23:before { content: '\e910'; } /* '' */
.icon-i22:before { content: '\e911'; } /* '' */
.icon-i21:before { content: '\e912'; } /* '' */
.icon-i20:before { content: '\e913'; } /* '' */
.icon-i19:before { content: '\e914'; } /* '' */
.icon-i18:before { content: '\e915'; } /* '' */
.icon-i16:before { content: '\e916'; } /* '' */
.icon-i17:before { content: '\e917'; } /* '' */
.icon-i15:before { content: '\e918'; } /* '' */
.icon-i14:before { content: '\e919'; } /* '' */
.icon-i13:before { content: '\e91a'; } /* '' */
.icon-i12:before { content: '\e91b'; } /* '' */
.icon-i11:before { content: '\e91c'; } /* '' */
.icon-i10:before { content: '\e91d'; } /* '' */
.icon-i9:before { content: '\e91e'; } /* '' */
.icon-i29:before { content: '\e91f'; } /* '' */
.icon-i30:before { content: '\e920'; } /* '' */
.icon-i31:before { content: '\e921'; } /* '' */
.icon-i32:before { content: '\e922'; } /* '' */
.icon-i33:before { content: '\e923'; } /* '' */
.icon-i34:before { content: '\e924'; } /* '' */
.icon-j1:before { content: '\e925'; } /* '' */
.icon-j2:before { content: '\e926'; } /* '' */
.icon-j3:before { content: '\e927'; } /* '' */
.icon-j4:before { content: '\e928'; } /* '' */
.icon-j5:before { content: '\e929'; } /* '' */
.icon-j6:before { content: '\e92a'; } /* '' */
.icon-j7:before { content: '\e92b'; } /* '' */
.icon-j8:before { content: '\e92c'; } /* '' */
.icon-j9:before { content: '\e92d'; } /* '' */
.icon-j10:before { content: '\e92e'; } /* '' */
.icon-j11:before { content: '\e92f'; } /* '' */
.icon-j12:before { content: '\e930'; } /* '' */
.icon-j13:before { content: '\e931'; } /* '' */
.icon-j14:before { content: '\e932'; } /* '' */
.icon-j34:before { content: '\e933'; } /* '' */
.icon-j33:before { content: '\e934'; } /* '' */
.icon-j32:before { content: '\e935'; } /* '' */
.icon-j31:before { content: '\e936'; } /* '' */
.icon-j30:before { content: '\e937'; } /* '' */
.icon-j29:before { content: '\e938'; } /* '' */
.icon-j28:before { content: '\e939'; } /* '' */
.icon-j27:before { content: '\e93a'; } /* '' */
.icon-j26:before { content: '\e93b'; } /* '' */
.icon-j25:before { content: '\e93c'; } /* '' */
.icon-j24:before { content: '\e93d'; } /* '' */
.icon-j23:before { content: '\e93e'; } /* '' */
.icon-j22:before { content: '\e93f'; } /* '' */
.icon-j21:before { content: '\e940'; } /* '' */
.icon-j20:before { content: '\e941'; } /* '' */
.icon-j19:before { content: '\e942'; } /* '' */
.icon-j18:before { content: '\e943'; } /* '' */
.icon-j17:before { content: '\e944'; } /* '' */
.icon-j16:before { content: '\e945'; } /* '' */
.icon-j15:before { content: '\e946'; } /* '' */
.icon-j35:before { content: '\e947'; } /* '' */
.icon-j36:before { content: '\e948'; } /* '' */
.icon-j37:before { content: '\e949'; } /* '' */
.icon-j38:before { content: '\e94a'; } /* '' */
.icon-j39:before { content: '\e94b'; } /* '' */
.icon-k1:before { content: '\e94c'; } /* '' */
.icon-k2:before { content: '\e94d'; } /* '' */
.icon-k3:before { content: '\e94e'; } /* '' */
.icon-k4:before { content: '\e94f'; } /* '' */
.icon-k5:before { content: '\e950'; } /* '' */
.icon-k6:before { content: '\e951'; } /* '' */
.icon-k7:before { content: '\e952'; } /* '' */
.icon-k8:before { content: '\e953'; } /* '' */
.icon-k9:before { content: '\e954'; } /* '' */
.icon-k10:before { content: '\e955'; } /* '' */
.icon-k11:before { content: '\e956'; } /* '' */
.icon-k12:before { content: '\e957'; } /* '' */
.icon-k13:before { content: '\e958'; } /* '' */
.icon-k14:before { content: '\e959'; } /* '' */
.icon-k15:before { content: '\e95a'; } /* '' */
.icon-k29:before { content: '\e95b'; } /* '' */
.icon-k28:before { content: '\e95c'; } /* '' */
.icon-k27:before { content: '\e95d'; } /* '' */
.icon-k26:before { content: '\e95e'; } /* '' */
.icon-k25:before { content: '\e95f'; } /* '' */
.icon-k24:before { content: '\e960'; } /* '' */
.icon-k23:before { content: '\e961'; } /* '' */
.icon-k22:before { content: '\e962'; } /* '' */
.icon-k21:before { content: '\e963'; } /* '' */
.icon-k20:before { content: '\e964'; } /* '' */
.icon-k19:before { content: '\e965'; } /* '' */
.icon-k18:before { content: '\e966'; } /* '' */
.icon-k17:before { content: '\e967'; } /* '' */
.icon-k16:before { content: '\e968'; } /* '' */


@font-face {
  font-family: 'iconfont';
  /* project id 609295 */
  src: url('../fonts/font_609295_odr7jnpuahflayvi.eot');
  src: url('../fonts/font_609295_odr7jnpuahflayvi.eot?#iefix') format('embedded-opentype')
    , url('../fonts/font_609295_odr7jnpuahflayvi.woff') format('woff')
    , url('../fonts/font_609295_odr7jnpuahflayvi.ttf') format('truetype')
        , url('../fonts/font_609295_odr7jnpuahflayvi.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}