.ss-animate-hover-shadow:hover,
.ss-animate-hover-top:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

html.ie8 .ss-animate-hover-shadow:hover,
html.ie8 .ss-animate-hover-top:hover,
html.ie7 .ss-animate-hover-shadow:hover,
html.ie7 .ss-animate-hover-top:hover,
html.ie6 .ss-animate-hover-shadow:hover,
html.ie6 .ss-animate-hover-top:hover {
  border: 2px solid rgba(0,0,0,0.1);
}

.ss-animate-hover-shadow-inner:hover .inner {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

html.ie8 .ss-animate-hover-shadow-inner:hover .inner,
html.ie7 .ss-animate-hover-shadow-inner:hover .inner,
html.ie6 .ss-animate-hover-shadow-inner:hover .inner {
  border: 2px solid rgba(0,0,0,0.1);
}

.ss-animate-hover-top .inner {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.ss-animate-hover-top .inner:hover {
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
}

.ss-animate-hover-top-normal .inner {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.ss-animate-hover-top-normal .inner:hover {
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
}

.ss-pic-flip {
  -webkit-transition: All .4s ease-in-out;
  transition: All .4s ease-in-out;
}

.ss-pic-flip.active {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@-webkit-keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.ss-spli {
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes buntingmove {
  0% {
    top: 0;
  }

  50% {
    top: 12px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes buntingmove {
  0% {
    top: 0;
  }

  50% {
    top: 12px;
  }

  100% {
    top: 0;
  }
}

@keyframes buntingmove {
  0% {
    top: 0;
  }

  50% {
    top: 12px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes handmove {
  0% {
    background-position: 0 -18px;
  }

  50% {
    background-position: -127px -18px;
  }

  100% {
    background-position: 0 -18px;
  }
}

@keyframes handmove {
  0% {
    background-position: 0 -18px;
  }

  50% {
    background-position: -127px -18px;
  }

  100% {
    background-position: 0 -18px;
  }
}

.item-pic-214 {
  width: 214px;
  height: 120px;
  overflow: hidden;
  _width: 214px;
  max-width: 214px;
  width: 100%;
}

.item-pic-214 img {
  width: 100%;
  height: 100%;
}

.floating-pic {
  position: relative;
}

.floating-pic >.item-title:hover ~.item-content {
  display: block;
}

.floating-pic >.item-content {
  display: none;
  border: 1px solid #d2d2d2;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  position: absolute;
  z-index: 3;
  width: 200px;
  height: 200px;
  padding: 20px;
}

html.ie8 .floating-pic >.item-content,
html.ie7 .floating-pic >.item-content,
html.ie6 .floating-pic >.item-content {
  border: 2px solid rgba(0,0,0,0.1);
}

.floating-pic >.item-content.absolute-br {
  right: 0;
  top: calc(100% + 10px);
}

.floating-pic >.item-content img {
  width: 100%;
  height: 100%;
}

.img-32-b {
  width: 32px;
  height: 32px;
  border: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.img-32-b img {
  width: auto;
  height: auto;
  _width: 100%;
  max-width: 100%;
  height: 100%;
}

.ss-underline {
  text-decoration: underline;
}

.title-333,
.title-666,
.title-fff,
.title-999-666,
.title-999-fe5550,
.title-333-h-underline {
  color: #333;
  cursor: pointer;
  font-style: normal;
}

.title-333:hover,
.title-666:hover,
.title-fff:hover,
.title-999-666:hover,
.title-999-fe5550:hover,
.title-333-h-underline:hover {
  color: #227ce1;
  text-decoration: none;
}

.title-666 {
  color: #666;
}

.title-fff {
  color: #fff;
}

.title-fff:hover {
  color: #fff;
}

.title-999-666 {
  color: #999;
}

.title-999-666:hover {
  color: #666;
}

.title-999-fe5550 {
  color: #999;
}

.title-999-fe5550:hover {
  color: #fe5550;
}

.title-333-h-underline:hover {
  text-decoration: underline;
}

.fs-big,
.fs-20,
.fs-hover-20 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
}

.fs-20,
.fs-hover-20 {
  font-size: 20px;
  line-height: 26px;
}

.fs-hover-20:hover {
  color: #227ce1;
  text-decoration: none;
}

.fs-hover-18 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 24px;
}

.fs-hover-18:hover {
  color: #227ce1;
  text-decoration: none;
}

.title-16-333-227ce1 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

.title-16-333-227ce1:hover {
  color: #227ce1;
  text-decoration: none;
}

.ss-menus {
  border-bottom: 4px solid #d2d2d2;
  margin-bottom: 24px;
}

.ss-menus a,
.ss-menus span {
  color: #666;
  text-decoration: none;
}

.ss-menus ul {
  color: #666;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -25px;
  margin-right: -25px;
}

.ss-menus ul .item-li,
.ss-menus ul >li {
  margin-left: 25px;
  margin-right: 25px;
  padding: 10px 0;
}

.ss-menus li >a {
  position: relative;
  display: block;
}

.ss-menus li >a:hover {
  text-decoration: none;
}

.ss-menus li:hover,
.ss-menus li.select {
  color: #227ce1;
}

.ss-menus li:hover >a,
.ss-menus li.select >a {
  color: #227ce1;
}

.ss-menus li:hover >a:before,
.ss-menus li.select >a:before {
  content: '';
  background: #2577e3;
  width: 100%;
  height: 4px;
  color: #227ce1;
  position: absolute;
  bottom: -14px;
}

.ss-display {
  display: block;
}

.ss-display-inline {
  display: inline;
}

.ss-cursor {
  cursor: pointer;
}

.ss-inner-flex-column-center >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.ss-inner-flex >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ss-inner-flex-2 >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ss-inner-flex-space-between >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ss-inner-flex-space-between-2 >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ss-inner-flex-space-between-3 >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ss-bg-fff-20 {
  background: #fff;
  padding: 20px;
  margin: 0;
  width: 100%;
}

.ss-bg-fff-x {
  background: #fff;
  padding: 10px 20px;
  margin: 0;
  width: 100%;
}

.ss-text-decoration {
  text-decoration: none;
}

.fsy-normal {
  font-style: normal;
}

.fw-bold,
.form-span-bold .form-span {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.border-fff {
  border: 1px solid #fff;
}

.border-fc1616 {
  border: 1px solid #fc1616;
}

.border-c227ce1 {
  border: 1px solid #227ce1;
}

.border-e5e5e5 {
  border: 1px solid #e5e5e5;
}

.border-f3f3f3 {
  border: 1px solid #f3f3f3;
}

.border-d2d2d2 {
  border: 1px solid #d2d2d2;
}

.bt-e5e5e5 {
  border-top: 1px solid #e5e5e5;
}

.bb-e3e3e3 {
  border-bottom: 1px solid #e3e3e3;
}

.bb-fff {
  border-bottom: 1px solid #fff;
}

.bb-e5e5e5 {
  border-bottom: 1px solid #e5e5e5;
}

.bb-dashed-999 {
  border-bottom: 1px dashed #999;
}

.bb-dashed-f5f5f5 {
  border-bottom: 1px dashed #f5f5f5;
}

.bb-dashed-e5e5e5 {
  border-bottom: 1px dashed #e5e5e5;
}

.bt-dashed-e5e5e5 {
  border-top: 1px dashed #e5e5e5;
}

.border-top-none {
  border-top: none;
}

.border-top-f3f3f3 {
  border-top: 1px solid #f3f3f3;
}

.border-top-f3f3f3-4 {
  border-top: 4px solid #f3f3f3;
}

.border-bottom-f3f3f3 {
  border-bottom: 1px solid #f3f3f3;
}

.border-top-e3e3e3 {
  border-top: 1px solid #e3e3e3;
}

.border-top-e5e5e5 {
  border-top: 1px solid #e5e5e5;
}

.border-bottom-e5e5e5 {
  border-bottom: 1px solid #e5e5e5;
}

.border-bottom-e3e3e3 {
  border-bottom: 1px solid #e3e3e3;
}

.border-bottom-dedede {
  border-bottom: 1px solid #dedede;
}

.border-bottom-227ce1-2 {
  border-bottom: 2px solid #227ce1;
}

.border-bottom-e5e5e5-2 {
  border-bottom: 2px solid #e5e5e5;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #e5e5e5;
}

.border-left-f3f3f3 {
  border-left: 1px solid #f3f3f3;
}

.border-left-999 {
  border-left: 1px solid #999;
}

.border-right-f3f3f3 {
  border-right: 1px solid #f3f3f3;
}

.border-wid1 {
  border-width: 1px;
}

.border-wid2 {
  border-width: 2px;
}

.lst-decimal {
  list-style-type: decimal;
}

.display-inline-block {
  display: inline-block;
}

.margin-auto {
  margin: auto;
}

.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.journey-logo {
  color: #666;
  font-size: 16px;
  margin-right: 20px;
}

.journey-logo:before {
  color: #4b9afc;
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}

.journey-logo[data-name='ticket']:before {
  content: '\e84e';
}

.journey-logo[data-name='ticket']:before,
.journey-logo[data-name='hotel']:before,
.journey-logo[data-name='num']:before,
.icon-success:before,
.icon-problem:before,
.icon-fail:before,
.icon-rqq:before,
.icon-rwechat:before,
.icon-rright:before,
.icon-collect:before,
.icon-pic:before,
.arrow-l-icon:before,
.icon-location_fill_x:before,
.icon-location_fill:before,
.icon-unpack:before,
.icon-unpack.active:before,
.icon-unpack2:before,
.icon-show-uncheck:before,
.icon-show-checked:before,
.icon-other-checked:before,
.icon-show-lock:before,
.icon-show-fail:before,
.icon-logo-bg:before,
.icon-logo-bg-x:before,
.icon-logo-bg-2:before,
.icon-prev:before,
.icon-next:after,
.icon-nan:before,
.icon-nv:before,
.icon_close_right:before,
.icon_find_left:before,
.icon-add2:after,
.icon-add2:before,
.icon-adds:before,
.icon-add3:before,
.icon-adds-2:before,
.icon-add-4:before,
.icon-mp:before,
.icon-bz:before,
.icon-pp:before,
.icon-kf:before,
.icon-mp2:before,
.icon-bz2:before,
.icon-pp2:before,
.icon-kf2:before,
.icon-xiazai:before,
.tag-show-disable:before,
.tag-show-able:before,
.icon-wenhao:before,
.icon-bugongkai:before,
.icon-wenhao2.icon-wenhao2-type:before,
.icon-wenhao2:before,
.icon-lamp:before,
.icon-gift:before,
.icon-phone2:before,
.icon-phone3:before,
.icon-refresh:before,
.icon-reports:before,
.icon-wjx:before,
.icon-more2:after,
.icon-ewm-2:before,
.icon-ewm:before,
.icon-close:before,
.icon-xl:before,
.icon-left-2:before,
.icon-right-2:before,
.icon-right-3:before,
.icon-right-4:before,
.icon-cz:before,
.icon-yixiajia:before,
.icon-yiguoqi:before,
.icon-yishouqing:before,
.icon-yitingyong:before,
.icon-loading:before,
.icon-invite:before,
.icon-countdown:before,
.icon-tips:after,
.icon-tips-2:after,
.icon-down-circle:before,
.icon-s-pay:before,
.icon-solid-tg-d:before,
.icon-cancel:before,
.icon-confirm:before,
.icon-change-info:before,
.icon-deal:before,
.icon-hotelLevel:before,
.icon-roundtrip:before,
.icon-air:before,
.icon-hotel:before,
.icon-minus:before,
.icon-dw:before,
.icon-openx:before,
.icon-closex:before,
.icon-lockx:before,
.icon-addx:before,
.icon-addx.active:before,
.icon-minusx:before,
.icon-arrows-dowm:after,
.icon-zaocan:before,
.icon-chuangxing:before,
.icon-add-s:before,
.icon-right-r:before,
.icon-stop-r:before,
.icon-plaint-r:before,
.icon-cancel-x:before,
.icon-yq:before,
.icon-unlock:before,
.icon-bookings:before,
.icon-price:before,
.icon-i-kf:before,
.icon-i-code:before,
.icon-i-feedback:before,
.icon-i-top:before,
.icon-i-bottom:before,
.icon-qq-x:before,
.icon-invoice:before,
.icon-zan-x:before,
.icon-mai-x:before,
.icon-wx-pay:before,
.icon-gz-pay:before,
.icon-wx-code:before,
.icon-return:before,
.icon-handle:before,
.icon-dragsort:before,
.c-check input[type='checkbox']:checked +.fkp-checkbox-box:after,
.c-radio input[type='radio']:checked+.fkp-radio-box:after,
.inputGroup .item-tips:after,
.inputGroup .custom-radio input[type='radio']:checked+.fkp-radio-box:after,
.inputGroup .item-tips.item-tips-2 >.fkp-title:after,
.inputGroup .item-tips.item-tips-3 >.fkp-title:after,
.inputGroup .item-tips.item-tips-5 >.fkp-title:after,
.inputGroup .item-tips.item-tips-4 >.fkp-title:after,
.inputGroup .item-tips.item-tips-8 >.fkp-title:after,
.inputGroup .item-tips.item-tips-wyj >.fkp-title:after,
.inputGroup .item-tips.item-tips-smsy >.fkp-title:after,
.inputGroup .wid-90-after:after,
.login-tips.warring:before,
.login-tips.error:before,
.tips.warring:before,
.tips.warring-2:before,
.tips.error:before,
.tips-empty.warring:before,
.switch-wrapper:after,
.switch-wrapper.checked:after,
.form-icon-date .form-span:after,
.lsb-path li:after,
.fixed-bottom-right .return-top:before,
.fixed-bottom-right .expand-all:before,
.shop-logo-long:after,
.shop-logo-short:after,
.form-report .inputItem.upload-tips-4 >.fkp-title:after,
.tips-wrap:before,
.tickethotelForm.inputGroup .placeholder-roomnum .fkp-dd:before,
.tickethotelForm.inputGroup .placeholder-adult .fkp-dd:before,
.tickethotelForm.inputGroup .placeholder-child .fkp-dd:before,
.tickethotel-delete:before,
.save-btn-list .upldbtn-left:before,
.save-btn-list .upldbtn-right:before,
.save-btn-list .upldbtn-del:before,
.save-btn-list .upldbtn-del2:before,
#search >.search-jx-blue .dropdown-search-link .caption:after,
#search >.search-jx-blue .dropdown-search-link .selected .caption:after,
.paging-pages .paging-prev:before,
.paging-pages .paging-next:after,
.checkboxGroup .fkp-checkbox-box.active:after,
.radioGroup .fkp-checkbox-box.active:after,
.checkboxGroup input[type='checkbox']:checked+.fkp-radio-box:after,
.radioGroup input[type='checkbox']:checked+.fkp-radio-box:after,
.checkboxGroup input[type='radio']:checked+.fkp-radio-box:after,
.radioGroup input[type='radio']:checked+.fkp-radio-box:after,
.checkboxGroup input[type='checkbox']:checked+.fkp-checkbox-box:after,
.radioGroup input[type='checkbox']:checked+.fkp-checkbox-box:after,
.checkboxGroup input[type='radio']:checked+.fkp-checkbox-box:after,
.radioGroup input[type='radio']:checked+.fkp-checkbox-box:after,
.ss-form .ss-form-tips.warning:before,
.ss-form .ss-form-tips.error:before,
.ss-form .ss-form-tips.succcess:before,
.inputGroup .fkp-input-box:after,
.inputGroup .fkp-dd:after,
.inputGroup .fkp-input-required +.fkp-title:before,
.inputGroup .fkp-input-error.warning.warning:before,
.inputGroup .error.warning:before,
.inputGroup .err-a-tips.warning:before,
.inputGroup .fkp-input-error.warning.error:before,
.inputGroup .error.error:before,
.inputGroup .err-a-tips.error:before,
.inputGroup .fkp-input-error.warning.succcess:before,
.inputGroup .error.succcess:before,
.inputGroup .err-a-tips.succcess:before,
.inputGroup .succcess:before,
.inputGroup .form-datepicker:after,
.modal-body .modal-alonetitle:before,
.modal-body .modal-alonetitle-wrarn:before,
.modal-body .modal-alonetitle-error:before,
.modal-middle .modal-body .modal-success:before,
.modal-middle .modal-body .modal-problem:before,
.modal-middle .modal-body .modal-fail:before,
.close:before,
.modal-head-close:before,
.modal-head-close2:before,
.cloneicon:before,
.list-logs li:before,
.navigation-title .icon-poster:before,
.navigation-title .icon-ground:before,
.navigation-title .icon-group:before,
.ss-row-list-pic .hbody .item-icon:before,
.ss-row-list-pic .hbody .item-icon2:before,
.colmun-item-pic .hbody .item-icon:before,
.colmun-item-pic .hbody .item-icon2:before,
.item-checked-li .item-checked-close:after,
.pa-r:after,
.lsb-more-list .hheader:after,
.lsb-more-list .hheader.icons:before,
.list-search-form .lsb-more-list .hheader:after,
.list-search-form .lsb-more-list .hheader.icons:before,
.grade-list-icon li:first-child:before,
.grade-list-icon li:first-child:after,
.grade-list-icon li:nth-child(2):before,
.grade-list-icon li:nth-child(3):before,
.grade-list-icon li:nth-child(4):before,
.grade-list-icon li:nth-child(5):before,
.modal-maps .tabs-map-way .icon-map-car:before,
.modal-maps .tabs-map-way .icon-map-bus:before,
.modal-maps .tabs-map-way .icon-map-walk:before,
.modal-maps .form-map .icon-map-A:before,
.modal-maps .form-map .icon-map-B:before,
.modal-maps .form-map .icon-map-exchange:before,
.modal-maps .map-tips:before,
.modal .close-x:before,
.modal-contact .modal-body .contact-item >label.icon-shop:before,
.modal-contact .modal-body .contact-item >label.icon-shop-time:before,
.modal-contact .modal-body .contact-item .link-shop:after,
.modal-contact .modal-body .contact-person-list >li >span.item-name:before,
.modal-contact .modal-body .contact-person-list >li >span.item-mobile:before,
.modal-contact .modal-body .contact-person-list >li >span.item-qq:before,
.modal-contact .tips-contact >p:before,
.modal-contact-color .close:before,
.modal-contact-color .modal-body .contact-person-list >li >span.item-mobile:before,
.modal-contact-color .modal-body .contact-person-list >li >span.item-wx:before,
.modal-contact-color .modal-body .contact-person-list >li >span.item-qq:before,
.modal-contact-color .tips-contact >p:before,
.sort-control-box:after,
.sort-control-box.active-up:after,
.sort-control-box.active-down:after,
.sort-description:before,
.item-card .item-label:after,
.calendar .calendar-wrap .calendar-prev:before,
.calendar .calendar-wrap .calendar-next:before,
.toggle-icon:before,
.list-search-results .list-tag-recommend:before,
.list-search-results .list-tag-topstatus:before,
.item-detail-basic >.inner .item-picture .swiper-button-prev:before,
.item-detail-basic >.inner .item-picture .swiper-container-rtl .swiper-button-next:before,
.item-detail-basic >.inner .item-picture .swiper-button-next:before,
.item-detail-basic >.inner .item-picture .swiper-container-rtl .swiper-button-prev:before,
.item-detail-basic .link-map:before,
.list-pic-row .hheader:before,
.arclist-body .tabs-normal-top-show .item_show:before,
.show-pic-list >li .pic-expand:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.journey-logo[data-name='hotel']:before {
  content: '\e84f';
}

.journey-logo[data-name='num']:before {
  content: '\e849';
}

.line-through-999 {
  text-decoration: line-through #999;
}

.display-fixed-height {
  border: 1px solid #f3f3f3;
  padding: 10px 6px 10px 10px;
}

.display-fixed-height .item-scroll {
  height: 153px;
  overflow-y: auto;
}

.display-fixed-height .item-scroll::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.display-fixed-height .item-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.display-fixed-height .item-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
}

.display-fixed-height .item-scroll:hover::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.bg-border {
  background: #f1f1f1;
  border: 1px solid #ccc;
  color: #333;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
}

.pop-title {
  cursor: pointer;
}

.pop-title:hover ~.none {
  display: block;
}

.pop-content {
  position: absolute;
  z-index: 4;
  width: 154px;
  right: -12px;
}

.display-bg-f5f5f5 {
  background: #f5f5f5;
  color: #666;
  font-size: 12px;
  padding: 0 12px;
  height: 25px;
  line-height: 25px;
}

.li-nth2-flex >li:nth-child(2) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-border-3:before {
  content: '';
  width: 3px;
  height: 100%;
  margin-left: 10px;
  display: block;
}

.bg-b-ddd {
  background: #fff;
  border: 1px solid #ddd;
}

.scrollbar-hei297 {
  height: 297px;
  overflow-y: auto;
}

.scrollbar-hei297::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.scrollbar-hei297::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.scrollbar-hei297::-webkit-scrollbar-track {
  border-radius: 5px;
}

.scrollbar-hei297:hover::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.border-title {
  line-height: 22px;
  padding-bottom: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}

.border-title:before {
  content: '';
  border-left: 4px solid #227ce1;
  padding-right: 10px;
}

.ss-break {
  word-break: break-all;
}

.hbody-max-hei640 >.inner >.hbody {
  min-height: 10px;
  max-height: 483px;
  overflow-y: auto;
}

.hbody-max-hei640 >.inner >.hbody::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.hbody-max-hei640 >.inner >.hbody::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.hbody-max-hei640 >.inner >.hbody::-webkit-scrollbar-track {
  border-radius: 5px;
}

.hbody-max-hei640 >.inner >.hbody:hover::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.max-hei250-scroll {
  min-height: 10px;
  max-height: 250px;
  overflow-y: auto;
}

.max-hei250-scroll::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.max-hei250-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.max-hei250-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
}

.max-hei250-scroll:hover::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.pop-wrapx {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

html.ie8 .pop-wrapx,
html.ie7 .pop-wrapx,
html.ie6 .pop-wrapx {
  border: 2px solid rgba(0,0,0,0.1);
}

.ss-bshadow,
.list-right-float .itme-title-pop,
.dropdwon-pop-wrap,
.popup-wrapper {
  box-shadow: 0 4px 15px 0 rgba(0,0,0,0.15);
}

html.ie8 .ss-bshadow,
html.ie8 .list-right-float .itme-title-pop,
html.ie8 .dropdwon-pop-wrap,
html.ie8 .popup-wrapper,
html.ie7 .ss-bshadow,
html.ie7 .list-right-float .itme-title-pop,
html.ie7 .dropdwon-pop-wrap,
html.ie7 .popup-wrapper,
html.ie6 .ss-bshadow,
html.ie6 .list-right-float .itme-title-pop,
html.ie6 .dropdwon-pop-wrap,
html.ie6 .popup-wrapper {
  border: 2px solid rgba(0,0,0,0.15);
}

.ss-bshadow-2 {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
}

html.ie8 .ss-bshadow-2,
html.ie7 .ss-bshadow-2,
html.ie6 .ss-bshadow-2 {
  border: 2px solid rgba(0,0,0,0.15);
}

.white-space,
.dropdwon-pop-wrap {
  white-space: nowrap;
}

.ss-fixed-front {
  position: fixed;
  right: 10px;
  top: calc(50% - (188px / 2));
  height: 188px;
  z-index: 10;
}

.list-right-float {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  font-size: 12px;
  color: #fff;
  width: 46px;
  position: relative;
}

.list-right-float >.item {
  background: #4b9afc;
  cursor: pointer;
  margin-top: 1px;
  height: 46px;
}

.list-right-float >.item .inner {
  height: 100%;
}

.list-right-float >.item .hbody {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-right-float >.item:hover .item-title-hover,
.list-right-float >.item:active .item-title-hover,
.list-right-float >.item.active .item-title-hover,
.list-right-float >.item:hover .itme-title-pop,
.list-right-float >.item:active .itme-title-pop,
.list-right-float >.item.active .itme-title-pop {
  display: block;
}

.list-right-float >.item:first-child {
  margin-top: 0;
}

.list-right-float .item-title-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 9px 10px;
  line-height: 13px;
  background: #227ce1;
}

.list-right-float .itme-title-pop {
  position: absolute;
  right: 46px;
  top: 0;
  min-height: 94px;
  background: #fff;
}

.list-right-float img {
  width: 130px;
  height: 187px;
}

.fload-kf {
  padding: 15px;
  font-size: 12px;
  color: #333;
}

.fload-kf .item-title {
  font-size: 14px;
  font-weight: bold;
}

.pop-title-arrow {
  position: relative;
}

.pop-title-arrow:before {
  content: '';
  position: relative;
  z-index: 3;
}

.pop-title-arrow.active:before,
.pop-title-arrow:hover:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: initial;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -1px;
  left: 45%;
  z-index: 9999999;
}

.pop-title-arrow.active .pop-content-x,
.pop-title-arrow:hover .pop-content-x {
  display: block;
}

.pop-title-arrow.arrow-bottom:before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  top: -1px;
  bottom: inherit;
}

.pop-title-arrow.kongxin.active:before {
  border-left: 1px solid transparent;
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: -4px;
  left: 45%;
  background: #fff;
}

.pop-title-arrow.kongxin.active.type-color:before {
  border-right: 1px solid #f4da85;
  border-top: 1px solid #f4da85;
  background: #fff5d4;
}

.pop-title-arrow.kongxin.active.type-color-white:before {
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  background: #fff;
}

.dropdwon-pop-wrap {
  background: #fff;
  color: #333;
  display: none;
  font-size: 12px;
  padding: 10px 14px;
  position: absolute;
  z-index: 10;
  left: 0;
}

.popup-wrapper {
  position: absolute;
  background: #fff;
  padding: 15px;
  z-index: 100;
  display: none;
}

.list-middle-line-ab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -15px;
  margin-top: -8px;
  _width: 520px;
  max-width: 520px;
}

.list-middle-line-ab >.item-li {
  width: 50%;
  padding-left: 15px;
  padding-top: 8px;
  padding-right: 5px;
  min-width: 150px;
}

.bb-active {
  position: relative;
}

.bb-active:before {
  content: '';
  height: 2px;
  width: 100%;
  background: #227ce1;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.item-hover-x {
  width: 40px;
  text-align: right;
}

.item-hover-x:before {
  margin-right: 0;
}

.item-hover-x:hover .qrcode-box {
  display: block;
}

.item-hover-x .qrcode-box {
  right: 26px;
  display: none;
  border: 1px solid #d2d2d2;
}

.item-hover-x .qrcode-box img {
  width: 156px;
  height: 156px;
  margin: 20px 20px 14px 20px;
}

.item-hover-x .qrcode-box.type-2 {
  top: 24px;
  right: 50px;
}

.item-hover-a {
  height: 40px;
  margin-bottom: -24px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item-hover-a:hover .item-hover-title:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #f4da85;
  border-top: 1px solid #f4da85;
  border-bottom: 1px solid transparent;
  -webkit-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff5d4;
  position: absolute;
  z-index: 2;
  height: 6px;
  width: 6px;
  right: 22px;
  top: 20px;
}

.item-hover-a:hover .item-hover-body {
  display: block;
}

.item-hover-a .item-hover-body {
  display: none;
  border: 1px solid #f4da85;
  background: #fff5d4;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  color: #ff7e11;
  white-space: nowrap;
  width: auto;
  right: 0;
  padding: 4px 11px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

html.ie8 .item-hover-a .item-hover-body,
html.ie7 .item-hover-a .item-hover-body,
html.ie6 .item-hover-a .item-hover-body {
  border: 2px solid rgba(0,0,0,0.1);
}

.item-hover-a .item-hover-body.type-2 {
  top: calc(100% - 16px);
}

.list-diamand_popup {
  border: 1px solid #f4da85;
  background: #fff5d4;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  color: #ff7e11;
  white-space: nowrap;
  width: auto;
  padding: 4px 11px;
  position: absolute;
  text-align: left;
  z-index: 1;
  font-size: 12px;
}

html.ie8 .list-diamand_popup,
html.ie7 .list-diamand_popup,
html.ie6 .list-diamand_popup {
  border: 2px solid rgba(0,0,0,0.1);
}

.size24 {
  font-size: 24px;
}

.size16 {
  font-size: 16px;
}

.size12 {
  font-size: 12px;
}

.size13 {
  font-size: 13px;
}

.size14 {
  font-size: 14px;
}

.size15 {
  font-size: 15px;
}

.size18 {
  font-size: 18px;
}

.size20 {
  font-size: 20px;
}

.size22 {
  font-size: 22px;
}

.size26 {
  font-size: 26px;
}

.size28 {
  font-size: 28px;
}

.size30 {
  font-size: 30px;
}

.size32 {
  font-size: 32px;
}

.size34 {
  font-size: 34px;
}

.size40 {
  font-size: 40px;
}

.fontsize-28 {
  font-size: 28px;
}

.fontsize-24 {
  font-size: 24px;
}

.fontsize-20 {
  font-size: 20px;
}

.fontsize-18 {
  font-size: 18px;
}

.fontsize-14 {
  font-size: 14px;
}

h1 {
  font-size: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h5 {
  color: #333;
}

.color-ff7e11 {
  color: #ff7e11;
}

.color-f4b027 {
  color: #f4b027;
}

.color-ff8400 {
  color: #ff8400;
}

.color-333 {
  color: #333;
}

.color-000 {
  color: #000;
}

.color-ff0000 {
  color: #f00;
}

.color-ff4c29 {
  color: #ff4c29;
}

.color-999 {
  color: #999;
}

.color-fff {
  color: #fff;
}

.color-fff-op-6 {
  color: rgba(255,255,255,0.7);
}

.color-ff4242 {
  color: #ff4242;
}

.color-227ce1 {
  color: #227ce1;
}

.color-0068c1 {
  color: #0068c1;
}

.color-3198e7 {
  color: #3198e7;
}

.color-666 {
  color: #666;
}

.color-ccc {
  color: #ccc;
}

.color-381d01 {
  color: #381d01;
}

.color-a17f62 {
  color: #a17f62;
}

.color-39c8ec {
  color: #39c8ec;
}

.color-fbe59f {
  color: #fbe59f;
}

.color-feff8d {
  color: #feff8d;
}

.color-85b324 {
  color: #85b324;
}

.color-ff2d15 {
  color: #ff2d15;
}

.color-ff4c29 {
  color: #ff4c29;
}

.color-ff5552 {
  color: #ff5552;
}

.color-68bf7b {
  color: #68bf7b;
}

.color-ffba00 {
  color: #ffba00;
}

.color-70b0ff {
  color: #70b0ff;
}

.color-4b9afc {
  color: #4b9afc;
}

.color-aed2fa {
  color: #aed2fa;
}

.color-bd6804 {
  color: #bd6804;
}

.color-fff08c {
  color: #fff08c;
}

.color-02ca02 {
  color: #02ca02;
}

.color-f96868 {
  color: #f96868;
}

.color-25abee {
  color: #25abee;
}

.color-ee7e11 {
  color: #ee7e11;
}

.color-77c588 {
  color: #77c588;
}

.color-68bf7b {
  color: #68bf7b;
}

.color-ff8a14 {
  color: #ff8a14;
}

.color-2485cf {
  color: #2485cf;
}

.background-227ce1,
.bg-227ce1 {
  background-color: #227ce1;
}

.background-303D44 {
  background-color: #303d44;
}

.background-fff {
  background-color: #fff;
}

.background-f8f8f8 {
  background: #f8f8f8;
}

.bg-f5faff {
  background: #f5faff;
}

.bg-f5f5f5 {
  background: #f5f5f5;
}

.bg-fff {
  background: #fff;
}

.bg-fafafa {
  background: #fafafa;
}

.bg-e5e5e5 {
  background: #e5e5e5;
}

.bg-p {
  background: #fff;
  padding: 20px 18px;
}

.bg-227ce1-icon {
  background: #227ce1;
  color: #fff;
  padding: 4px 10px;
  font-size: 18px;
}

.bg-227ce1-icon:before {
  content: '';
  background: #fff;
  margin-right: 4px;
  height: 18px;
  display: inline-block;
  width: 4px;
  margin-top: 2px;
  vertical-align: text-top;
}

.bg-edf5ff-30 {
  background: #edf5ff;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-0043a1 {
  background: #0043a1;
}

.bg-ce0000 {
  background: #ce0000;
}

.bg-ff7800 {
  background: #ff7800;
}

.bg-f1f3f5 {
  background: #f1f3f5;
}

.ptbn,
.btn-f666,
.btn-fff-227ce1,
.btn-fd8a15-fff,
.btn-fff-fd8a15,
.btn-square-ffde00,
.toggle-icon,
.btn-view-227ce1 {
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}

.btn-f666 {
  border-radius: 3px;
  background-color: #fff;
  border-color: #d2d2d2;
  color: #666;
  text-decoration: none;
  min-width: auto;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 14px;
}

.btn-f666:hover,
..btn-f666:active {
  opacity: .85;
  text-decoration: none;
}

.btn-fff-227ce1 {
  border-radius: 3px;
  background-color: #fff;
  border-color: #227ce1;
  color: #227ce1;
  text-decoration: none;
  min-width: auto;
  padding: 9px;
  font-size: 14px;
  line-height: 14px;
  display: block;
  min-width: 120px;
}

.btn-fff-227ce1:hover,
..btn-fff-227ce1:active {
  opacity: .85;
  text-decoration: none;
}

.btn-fff-227ce1.btn-bg-full:hover {
  background: #227ce1;
  color: #fff;
  text-decoration: none;
}

.btn-fd8a15-fff {
  border-radius: 4px;
  background-color: #fd8a15;
  border-color: #fd8a15;
  color: #fff;
  text-decoration: none;
  min-width: auto;
  padding: 5px 21px;
  font-size: 14px;
  line-height: 14px;
}

.btn-fd8a15-fff:hover,
..btn-fd8a15-fff:active {
  opacity: .85;
  text-decoration: none;
}

.btn-fff-fd8a15 {
  border-radius: 4px;
  background-color: #fff;
  border-color: #fd8a15;
  color: #fd8a15;
  text-decoration: none;
  min-width: auto;
  padding: 5px 21px;
  font-size: 14px;
  line-height: 14px;
}

.btn-fff-fd8a15:hover,
..btn-fff-fd8a15:active {
  opacity: .85;
  text-decoration: none;
}

.btn-square-ffde00 {
  border-radius: 26px;
  background-color: #ffde00;
  border-color: #ffde00;
  color: #381d01;
  text-decoration: none;
  min-width: 78px;
  padding: 5px 2px;
  font-size: 14px;
  line-height: 14px;
}

.btn-square-ffde00:hover,
.btn-square-ffde00.active {
  background: #381d01;
  border-color: #381d01;
  color: #ffde00;
}

.absoulte,
.absolute-right,
.absolute-right-top,
.absolute-right-top-2,
.absolute-right-top-3,
.absolute-right-bottom-10,
.absolute-left-top-2-m {
  position: absolute;
}

.absolute-right {
  right: 0;
}

.absolute-right-top {
  right: 0;
  top: 0;
}

.absolute-right-top-2 {
  right: 2px;
  top: 2px;
}

.absolute-right-top-3 {
  right: 2px;
  top: 26px;
}

.absolute-right-bottom-10 {
  right: 10px;
  bottom: 10px;
}

.absolute-left-top-2-m {
  left: -2px;
  top: -2px;
}

.relative {
  position: relative;
}

.flex-row,
.search-more-btn,
.item-dt-btn,
.item-special-field,
.list-search-form .item-dt-btn,
.list-search-form .item-special-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.row-flex-justify-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.row-flex-justify-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.row-flex-justify-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.row-flex-justify-between-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.flex-center-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-end-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.flex-end-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.flex-center-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-column-item-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column-item-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-column-justify-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-row-justify-start,
.pages-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-row-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.flex-row-wrap-justify-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.flex-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.flex-column-justify-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.g-col-1 {
  width: 8.333333333333332%;
}

.g-col-2 {
  width: 16.666666666666664%;
}

.g-col-3 {
  width: 25%;
}

.g-col-4 {
  width: 33.33333333333333%;
}

.g-col-5 {
  width: 41.66666666666667%;
}

.g-col-6 {
  width: 50%;
}

.g-col-7 {
  width: 58.333333333333336%;
}

.g-col-8 {
  width: 66.66666666666666%;
}

.g-col-9 {
  width: 75%;
}

.g-col-10 {
  width: 83.33333333333334%;
}

.g-col-11 {
  width: 91.66666666666666%;
}

.g-col-12 {
  width: 100%;
}

.g-col-t-1 {
  width: 10%;
}

.g-col-t-2 {
  width: 20%;
}

.g-col-t-3 {
  width: 30%;
}

.g-col-t-4 {
  width: 40%;
}

.g-col-t-5 {
  width: 50%;
}

.g-col-t-6 {
  width: 60%;
}

.g-col-t-7 {
  width: 70%;
}

.g-col-t-8 {
  width: 80%;
}

.g-col-t-9 {
  width: 90%;
}

.g-col-t-10 {
  width: 100%;
}

.grids-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}

.grids-row .item-li,
.grids-row >li {
  padding-left: 12px;
  padding-right: 12px;
  margin: 0;
}

.icon-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.icon-success:before {
  content: '\e654';
  color: #6bc839;
  font-size: 28px;
}

.icon-success:before {
  margin-right: 8px;
}

.icon-problem:before {
  content: '\e629';
  color: #ff7e11;
  font-size: 32px;
  margin-right: 20px;
  vertical-align: sub;
}

.icon-fail:before {
  content: '\e621';
  color: #ed4119;
  font-size: 32px;
  margin-right: 20px;
  vertical-align: sub;
}

.icon-QQfang {
  color: #03abef;
}

.icon-weixinfang {
  color: #4cbf00;
}

.icon-rqq:before {
  content: '\e674';
  color: #03abef;
  font-size: 21px;
}

.icon-rwechat:before {
  content: '\e60a';
  color: #4cbf00;
  font-size: 21px;
}

.icon-rright:before {
  content: '\e76c';
  color: #ff7e11;
  font-size: 21px;
}

.icon-collect {
  color: #ff7316;
}

.icon-collect:before {
  content: '\e640';
}

.icon-pic {
  color: #ff7316;
}

.icon-pic:before {
  content: '\e640';
}

.arrow-l-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.arrow-l-icon:hover {
  color: #227ce1;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.arrow-l-icon:hover a {
  color: #227ce1;
}

.arrow-l-icon:before {
  content: '\e615';
  font-size: 16px;
  margin-right: 1px;
}

.arrow-l-icon a {
  color: #666;
}

.icon-location_fill_x:before,
.icon-location_fill:before {
  content: '\e650';
  margin-bottom: -2px;
}

.icon-location_fill_x:hover,
.icon-location_fill:hover {
  color: #227ce1;
}

.icon-location_fill_x:hover a,
.icon-location_fill:hover a {
  color: #227ce1;
}

.icon-location_fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.icon-location_fill.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.icon-location_fill:before {
  font-size: 14px;
  margin-left: -2px;
  margin-right: 5px;
}

.icon-unpack {
  width: 14px;
  height: 14px;
  line-height: 11px;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
}

.icon-unpack:before {
  content: '-';
  display: block;
  text-align: center;
}

.icon-unpack.active:before {
  content: '+';
}

.icon-unpack2 {
  width: 30px;
  height: 30px;
  border: 1px solid #bed2de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.icon-unpack2:before {
  content: '\ec0d';
}

.icon-unpack2.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -2px;
}

.icon-show-uncheck {
  color: #ccc;
}

.icon-show-uncheck:before {
  content: '\e766';
}

.icon-show-checked {
  color: #fd992c;
}

.icon-show-checked:before {
  content: '\e766';
}

.icon-other-checked {
  color: #227ce1;
}

.icon-other-checked:before {
  content: '\e766';
}

.icon-show-lock:before {
  content: '\e749';
}

.icon-show-fail:before {
  content: '\e827';
}

.icon-logo-bg:before,
.list-pic-row .hheader:before {
  content: "\e75a";
  color: #f3f3f3;
  font-size: 60px;
  text-decoration: none;
  background: #f8f8f8;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: absolute;
  z-index: 0;
}

.icon-logo-bg img,
.list-pic-row .hheader img {
  position: relative;
}

.icon-logo-bg-x:before,
.icon-logo-bg-2:before {
  content: "\e75a";
  color: #eaeaea;
  text-decoration: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.icon-logo-bg-2:before {
  font-size: 48px;
}

.icon-prev:before {
  content: '\e615';
}

.icon-next:after {
  content: '\e618';
}

.icon-hots:before,
.icon-hots2:before,
.icon-jing:before,
.icon-gza:before,
.icon-tf-hots:before,
.icon-yx-cgs:before,
.icon-shuaimai-hots:before {
  content: '';
  background: url("/images/icon-hot3.png") no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 19px;
  position: absolute;
  top: -12px;
  z-index: 2;
}

.icon-hots2:before {
  width: 27px;
  height: 18px;
  right: 4px;
}

.icon-jing:before {
  background: url("/images/icon-jing1.png") no-repeat;
  width: 37px;
  height: 18px;
  right: -5px;
}

.icon-gza:before {
  background: url("/images/icon-gza.png") no-repeat;
  width: 42px;
  height: 18px;
  left: calc(50% - 28px);
}

.icon-tf-hots:before {
  background-size: contain;
  width: 26px;
  height: 18px;
  top: -17px;
  right: -5px;
}

.icon-yx-cgs:before {
  background-position: 50%;
  background-size: contain;
  background: url("/images/icon-jing1.png") no-repeat;
  width: 37px;
  height: 18px;
  top: -17px;
  right: -17px;
}

.icon-shuaimai-hots:before {
  background: url("/images/icon-xin.png") no-repeat;
  width: 26px;
  height: 19px;
  top: -18px;
  right: -5px;
}

.icon-nan,
.icon-nv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-nan:before,
.icon-nv:before {
  content: '\e781';
  font-size: 24px;
  color: #ccc;
  margin-top: -2px;
}

.icon-nv:before {
  content: '\e782';
  margin-top: -1px;
}

.icon_close_right {
  cursor: pointer;
}

.icon_close_right:before {
  content: '\e7e4';
  font-size: 16px;
}

.icon_find_left:before {
  content: '\e79a';
  font-size: 16px;
  color: #ff7e11;
  padding-right: 8px;
}

.icon-add2 {
  position: relative;
  padding-right: 24px;
}

.icon-add2:after {
  content: '\e783';
  position: absolute;
  top: -4px;
  right: 0;
  color: #666;
}

.icon-add2:before {
  content: '\e783';
  position: absolute;
  top: -4px;
  right: 10px;
  color: #666;
}

.icon-adds:before {
  content: "\e6da";
}

.icon-add3:before {
  content: '\e820';
}

.icon-adds-2:before {
  content: '\e840';
}

.icon-add-4:before {
  content: '\e83d';
}

.icon-mp:before {
  content: '\e792';
}

.icon-bz:before {
  content: '\e793';
}

.icon-pp:before {
  content: '\e797';
}

.icon-kf:before {
  content: '\e798';
}

.icon-mp2:before {
  content: '\e85a';
}

.icon-bz2:before {
  content: '\e85b';
}

.icon-pp2:before {
  content: '\e85c';
}

.icon-kf2:before {
  content: '\e85d';
}

.icon-xiazai:before {
  content: "\e687";
}

.tag-show-disable,
.tag-show-able {
  background: #ccc;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  position: relative;
  padding: 1px 6px 1px 6px;
  width: 82px;
  margin-right: 15px;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.tag-show-disable:before,
.tag-show-able:before {
  content: '\e788';
  font-size: 16px;
  margin-right: 7px;
}

.tag-show-able {
  background: #227ce1;
  font-size: 14px;
  font-weight: bold;
}

.tag-show-able:after {
  content: '';
  position: absolute;
  right: -8px;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 4px solid #227ce1;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.tag-show-fff-a7ccfb {
  border: 1px solid #a7ccfb;
  border-radius: 2px;
  color: #227ce1;
  padding: 5px;
  line-height: 12px;
}

.icon-wenhao {
  position: relative;
  margin-top: -10px;
  display: block;
  margin-left: 4px;
}

.icon-wenhao:before {
  content: '\e79d';
  color: #999;
}

.icon-wenhao:hover:after {
  content: '';
  width: 256px;
  height: 216px;
  display: block;
  position: absolute;
  right: -256px;
  top: -22px;
}

.icon-bugongkai {
  color: #cececd;
}

.icon-bugongkai:before {
  content: '\e7ae';
}

.icon-wenhao2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  cursor: pointer;
}

.icon-wenhao2.color-999:before {
  color: #999;
}

.icon-wenhao2.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.icon-wenhao2.icon-wenhao2-type:before {
  content: '\e7b6';
}

.icon-wenhao2:before {
  content: '\e829';
  color: #ff7e11;
  font-size: inherit;
  margin-right: 4px;
  font-weight: normal;
}

.icon-wenhao2:hover ~.plaint-body,
.icon-wenhao2.active ~.plaint-body {
  width: 330px;
  height: 500px;
  z-index: 2;
  display: block;
  position: absolute;
  right: 0;
}

.icon-wenhao2 ~.tips-body {
  display: none;
}

.icon-lamp:before {
  content: '\e829';
}

.icon-gift:before {
  content: '\e7d2';
  margin-right: 4px;
}

.icon-remommend {
  background: #fd6260;
  color: #fff;
  display: block;
  font-size: 14px;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  width: 38px;
  text-align: center;
}

.icon-remommend:before,
.icon-remommend:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
}

.icon-remommend:before {
  bottom: -8px;
  border-top: 8px solid #fd6260;
  left: 0;
  border-right: 18px solid transparent;
}

.icon-remommend:after {
  bottom: -8px;
  border-top: 8px solid #fd6260;
  right: 0;
  border-left: 18px solid transparent;
}

.icon-remommend.color-fa8d14 {
  background: #fa8d14;
}

.icon-remommend.color-fa8d14:before {
  border-top: 8px solid #fa8d14;
}

.icon-remommend.color-fa8d14:after {
  border-top: 8px solid #fa8d14;
}

.icon-phone2:before {
  content: '\e80f';
  margin-right: 10px;
  font-size: 19px;
}

.icon-phone3:before {
  content: '\e80f';
}

.icon-refresh:before {
  content: '\e812';
  margin-right: 10px;
  font-size: 19px;
}

.icon-reports:before {
  content: '\e81d';
  font-size: 14px;
  margin-right: 5px;
  margin-top: -2px;
}

.icon-wjx:before {
  content: "\e693";
}

.icon-more2:after {
  content: '\e828';
  margin-left: 10px;
  color: #fd992c;
  cursor: pointer;
}

.icon-ewm-2:before {
  content: '\e790';
}

.icon-ewm:before {
  content: '\e790';
}

.icon-ewm:hover {
  color: #666;
}

.icon-close {
  cursor: pointer;
}

.icon-close:before {
  content: '\e851';
  color: #999;
}

.icon-xl:before {
  content: '\ec0d';
}

.icon-xl.active:before {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.icon-left-2 {
  border: 1px solid #d2d2d2;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.icon-left-2:before {
  content: '\e81b';
  color: #666;
  font-size: 12px;
}

.icon-right-2 {
  border: 1px solid #d2d2d2;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.icon-right-2:before {
  content: '\e81c';
  color: #666;
  font-size: 12px;
}

.icon-right-3:before {
  content: '\e641';
}

.icon-right-4 {
  border: 1px solid #68bf7b;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.icon-right-4:before {
  content: '\e84b';
  color: #68bf7b;
  font-size: 14px;
}

.icon-cz:before {
  content: '\e82a';
}

.icon-lianxi:before,
.icon-yixiajia:before,
.icon-yiguoqi:before,
.icon-yishouqing:before,
.icon-yitingyong:before {
  font-size: 40px;
  color: #999;
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 100;
}

.icon-yixiajia:before {
  content: "\e82d";
}

.icon-yiguoqi:before {
  content: "\e82c";
}

.icon-yishouqing:before {
  color: #fd6260;
  content: "\e82b";
}

.icon-yitingyong:before {
  content: "\e885";
  top: -14px;
}

.icon-loading {
  color: #5b2005;
}

.icon-loading:before {
  content: '\eee3';
}

.icon-invite:before {
  content: '\e781';
}

.icon-countdown:before {
  content: '\e835';
}

.icon-tips:after {
  content: '\e810';
}

.icon-tips-2:after {
  content: '\e845';
}

.icon-down-circle:before {
  content: '\e837';
}

.icon-s-pay:before {
  content: '\e841';
}

.icon-solid-tg-d:before {
  content: '\ec0a';
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  display: block;
}

.icon-solid-tg-d.active:before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.icon-cancel:before {
  content: '\e843';
}

.icon-confirm:before {
  content: '\e864';
}

.icon-change-info:before {
  content: '\e87c';
}

.icon-deal:before {
  content: '\e844';
}

.icon-hotelLevel:before {
  content: '\e80d';
}

.icon-diamonds {
  background: #ecf5ff;
  border: 1px dashed #aed2fa;
  color: #4b9afc;
  display: block;
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.icon-diamonds.widthd32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.icon-dashed {
  border: 1px dashed #d2d2d2;
  padding: 7.5px 13px;
}

.icon-roundtrip:before {
  content: '\e84a';
}

.icon-hr:before {
  content: '';
  background: #ccc;
  display: block;
  height: 1px;
  width: 10px;
}

.icon-air:before {
  content: '\e847';
}

.icon-hotel:before {
  content: '\e848';
}

.icon-minus:before {
  content: '\e83f';
}

.icon-dw:before {
  content: '\e859';
}

.icon-openx:before {
  content: '\e85f';
}

.icon-closex:before {
  content: '\e860';
}

.icon-lockx:before {
  content: '\e86d';
}

.icon-addx:before {
  content: '\e861';
}

.icon-addx.active:before {
  content: '\e862';
}

.icon-minusx:before {
  content: '\e862';
}

.icon-arrows-dowm {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-arrows-dowm:after {
  content: '\e64e';
  margin-left: 4px;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  display: block;
}

.icon-arrows-dowm.active:after {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.icon-zaocan:before {
  content: '\e866';
}

.icon-chuangxing:before {
  content: '\e865';
}

.icon-adult {
  background: url("/images/adult.png") no-repeat;
  width: 12px;
  height: 24px;
  display: inline-block;
  margin-right: 2px;
}

.icon-child {
  background: url("/images/child.png") no-repeat;
  width: 12px;
  height: 24px;
  display: inline-block;
}

.icon-add-s:before {
  content: '\e869';
}

.icon-right-r:before {
  content: '\e86a';
}

.icon-stop-r:before {
  content: '\e86b';
}

.icon-plaint-r:before {
  content: '\e86c';
}

.icon-cancel-x:before {
  content: '\e84c';
}

.icon-yq:before {
  content: '\e846';
}

.icon-unlock:before {
  content: '\e863';
}

.icon-bookings:before {
  content: '\e852';
}

.icon-price:before {
  content: '\e854';
}

.icon-i-kf:before {
  content: '\e86f';
}

.icon-i-code:before {
  content: '\e86e';
}

.icon-i-feedback:before {
  content: '\e870';
}

.icon-i-top:before,
.icon-i-bottom:before {
  content: '\e871';
}

.icon-i-bottom:before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.icon-qq-x:before {
  content: '\e80e';
}

.icon-invoice:before {
  content: '\e857';
}

.icon-zan-x:before {
  content: '\e87a';
}

.icon-mai-x:before {
  content: '\e87b';
}

.icon-wx-pay:before {
  content: '\e87e';
}

.icon-gz-pay:before {
  content: '\e87d';
}

.icon-wx-code:before {
  content: '\e87f';
}

.icon-toggle-x {
  position: relative;
  margin-right: 16px;
  cursor: pointer;
}

.icon-toggle-x:hover {
  color: #227ce1;
}

.icon-toggle-x:hover:after {
  border-top: 4px solid #227ce1;
}

.icon-toggle-x:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666;
  border-bottom: 0;
  position: absolute;
  top: calc(45% - 2px);
  right: -13px;
}

.icon-toggle-x.active:after {
  -webkit-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.icon-toggle-x.active-color:after {
  -webkit-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-top: 4px solid #227ce1;
}

.icon-toggle-x-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  cursor: pointer;
}

.icon-toggle-x-flex:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  border-bottom: 0;
  margin-left: 6px;
}

.icon-toggle-x-flex.active:after {
  -webkit-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.icon-return:before {
  content: '\e887';
}

.icon-handle:before {
  content: '\e886';
}

.icon-dragsort:before {
  content: '\e881';
}

.c-check {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.c-check.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-check input[type='checkbox'] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 0;
  margin: 0;
  z-index: 9;
}

.c-check input[type='checkbox']:checked +.fkp-checkbox-box:after {
  content: '\e766';
  color: #227ce1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}

.c-check input[type='checkbox']:checked:disabled +.fkp-checkbox-box:after {
  color: #ddd;
}

.c-check input[type='checkbox']:disabled {
  cursor: not-allowed;
}

.c-check input[type='checkbox']:disabled +.fkp-checkbox-box:before {
  border: 1px solid #ccc;
  background: #f3f3f3;
}

.c-check .fkp-checkbox-box {
  font-size: 14px;
  line-height: 14px;
  margin-right: 4px;
  position: relative;
}

.c-check .fkp-checkbox-box:before {
  content: '';
  border: 1px solid #ccc;
  color: #ccc;
  display: block;
  width: 12px;
  height: 12px;
}

.c-radio,
.inputGroup .custom-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  line-height: 14px;
  margin-left: 10px;
  position: relative;
}

.c-radio input[type='radio'],
.inputGroup .custom-radio input[type='radio'] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 0;
  margin: 0;
  z-index: 9;
}

.c-radio input[type='radio']:checked+.fkp-radio-box:after,
.inputGroup .custom-radio input[type='radio']:checked+.fkp-radio-box:after {
  content: '\e76b';
  position: absolute;
  left: 0;
  top: 1px;
  color: #048cf9;
  font-size: 16px;
}

.c-radio input[type='radio']:disabled,
.inputGroup .custom-radio input[type='radio']:disabled {
  cursor: not-allowed;
}

.c-radio input[type='radio']:disabled+.fkp-checkbox-box:before,
.inputGroup .custom-radio input[type='radio']:disabled+.fkp-checkbox-box:before {
  background: #f3f3f3;
}

.c-radio .fkp-radio-box,
.inputGroup .custom-radio .fkp-radio-box {
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

.c-radio .fkp-radio-box:before,
.inputGroup .custom-radio .fkp-radio-box:before {
  content: '';
  border: 1px solid #ccc;
  color: #ccc;
  display: block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 14px;
  margin-right: 4px;
}

.c-radio .order-1,
.inputGroup .custom-radio .order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-radio .order-2,
.inputGroup .custom-radio .order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-radio .fkp-title,
.inputGroup .custom-radio .fkp-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: .6em;
}

.inputGroup .item-tips:after {
  content: attr(data-tips);
  position: absolute;
  top: 16px;
  right: 6px;
  color: #999;
  font-size: 12px;
}

.inputGroup .clearGroup {
  clear: both;
}

.inputGroup.inputGroup-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.inputGroup.inputGroup-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.inputGroup.form-narrow .inputItem {
  margin-bottom: 0;
}

.inputGroup.inputGroup-title-minwid-96 .inputItem >.fkp-title,
.inputGroup.inputGroup-title-minwid-96 .inputItemGroup >.fkp-title {
  min-width: 96px;
}

.inputGroup.inputGroup-title-minwid-70 .inputItem >.fkp-title,
.inputGroup.inputGroup-title-minwid-70 .inputItemGroup >.fkp-title {
  min-width: 70px;
}

.inputGroup.inputGroup-title-minwid-110 .inputItem >.fkp-title,
.inputGroup.inputGroup-title-minwid-110 .inputItemGroup >.fkp-title {
  min-width: 110px;
}

.inputGroup.inputGroup-title-minwid-117 .inputItem >.fkp-title,
.inputGroup.inputGroup-title-minwid-117 .inputItemGroup >.fkp-title {
  min-width: 117px;
}

.inputGroup.inputGroup-title-minwid-126 .inputItem >.fkp-title,
.inputGroup.inputGroup-title-minwid-126 .inputItemGroup >.fkp-title {
  min-width: 126px;
}

.inputGroup.inputGroup-title-minwid-160 .inputItem >.fkp-title,
.inputGroup.inputGroup-title-minwid-160 .inputItemGroup >.fkp-title {
  min-width: 160px;
}

.inputGroup.inputGroup-title-minwid-220 .inputItem >.fkp-title,
.inputGroup.inputGroup-title-minwid-220 .inputItemGroup >.fkp-title {
  min-width: 220px;
}

.inputGroup.ig-fkp-title-left-999 .fkp-title {
  color: #999;
  text-align: left;
}

.inputGroup .inputMultiply.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inputGroup .inputMultiply.align-items-start-inputitem {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15px;
}

.inputGroup .inputMultiply.multiply-inputItemGroup-p0 >.inputItemGroup {
  padding-top: 0;
}

.inputGroup .inputMultiply .inputItem.wid300 input {
  width: 300px;
}

.inputGroup .inputMultiply .inputItem.wid220 input {
  width: 220px;
}

.inputGroup .radioGroup.mt-10-m {
  margin-top: -10px;
}

.inputGroup .radioGroup .inputItem {
  width: auto;
  margin-right: 0;
}

.inputGroup .checkboxGroup.mt-10-m {
  margin-top: -10px;
}

.inputGroup .checkboxGroup.content-flex-1 >.fkp-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inputGroup .checkboxGroup .inputItem {
  width: auto;
  margin-right: 0;
}

.inputGroup .checkboxGroup.form-content-mt-0 >.fkp-content {
  margin-top: 0;
}

.inputGroup .checkboxGroup.form-content-mt-6 >.fkp-content {
  margin-top: 6px;
}

.inputGroup .checkboxGroup .fkp-input-error.warning,
.inputGroup .checkboxGroup .fkp-input-error.error {
  top: 6px;
}

.inputGroup lable.form-span-flex-1 .form-span,
.inputGroup .inputItem.form-span-flex-1 .form-span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inputGroup lable.fkp-content-p53 >.fkp-content,
.inputGroup .inputItem.fkp-content-p53 >.fkp-content {
  width: 53%;
  -webkit-box-flex: inherit;
  -moz-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

.inputGroup lable.fkp-content-space.other-property input[type='text'],
.inputGroup .inputItem.fkp-content-space.other-property input[type='text'] {
  width: 150px;
  position: relative;
  top: 0;
}

.inputGroup lable.fkp-content-space.other-property.other-long-property input[type='text'],
.inputGroup .inputItem.fkp-content-space.other-property.other-long-property input[type='text'] {
  width: 250px;
}

.inputGroup lable.fkp-content-space >.fkp-content,
.inputGroup .inputItem.fkp-content-space >.fkp-content {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inputGroup lable.fkp-content-space .fkp-desc,
.inputGroup .inputItem.fkp-content-space .fkp-desc {
  position: absolute;
  right: 0;
}

.inputGroup lable.fkp-content-space .fkp-desc .input-count,
.inputGroup .inputItem.fkp-content-space .fkp-desc .input-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.inputGroup lable.itemError-textarea .fkp-input-error,
.inputGroup .inputItem.itemError-textarea .fkp-input-error {
  top: initial;
  bottom: -14px;
}

.inputGroup lable.fkp-title-color-999 >.fkp-title,
.inputGroup .inputItem.fkp-title-color-999 >.fkp-title {
  color: #999;
}

.inputGroup lable.input-wid80 input[type='text'],
.inputGroup .inputItem.input-wid80 input[type='text'] {
  width: 80px;
}

.inputGroup lable.input-wid90 input[type='text'],
.inputGroup .inputItem.input-wid90 input[type='text'] {
  width: 90px;
}

.inputGroup lable.input-wid110 input[type='text'],
.inputGroup .inputItem.input-wid110 input[type='text'] {
  width: 110px;
}

.inputGroup lable.input-wid130 input[type='text'],
.inputGroup .inputItem.input-wid130 input[type='text'] {
  width: 130px;
}

.inputGroup lable.input-wid168 input[type='text'],
.inputGroup .inputItem.input-wid168 input[type='text'] {
  width: 168px;
}

.inputGroup lable.input-wid188 input[type='text'],
.inputGroup .inputItem.input-wid188 input[type='text'] {
  width: 188px;
}

.inputGroup lable.input-wid260 input[type='text'],
.inputGroup .inputItem.input-wid260 input[type='text'] {
  width: 260px;
}

.inputGroup lable.input-wid320 input[type='text'],
.inputGroup .inputItem.input-wid320 input[type='text'] {
  width: 320px;
}

.inputGroup lable.input-wid400 input[type='text'],
.inputGroup .inputItem.input-wid400 input[type='text'] {
  width: 400px;
}

.inputGroup lable.align-items-start,
.inputGroup .inputItem.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inputGroup lable.form-check-list,
.inputGroup .inputItem.form-check-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inputGroup lable.form-check-list >.fkp-title,
.inputGroup .inputItem.form-check-list >.fkp-title {
  margin-top: 8px;
}

.inputGroup lable.form-check-list >lable,
.inputGroup .inputItem.form-check-list >lable {
  margin-bottom: 0;
}

.inputGroup lable.form-check-list-6,
.inputGroup .inputItem.form-check-list-6 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

.inputGroup lable.form-check-list-6 >.fkp-title,
.inputGroup .inputItem.form-check-list-6 >.fkp-title {
  margin-top: 6px;
}

.inputGroup lable.form-check-list-7,
.inputGroup .inputItem.form-check-list-7 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  min-height: auto;
}

.inputGroup lable.form-check-list-7 img,
.inputGroup .inputItem.form-check-list-7 img {
  margin-top: 10px;
}

.inputGroup lable.form-check-list-7 >.fkp-title,
.inputGroup .inputItem.form-check-list-7 >.fkp-title {
  line-height: 24px;
}

.inputGroup lable.form-check-list-7 >.fkp-content,
.inputGroup .inputItem.form-check-list-7 >.fkp-content,
.inputGroup lable.form-check-list-7 pre,
.inputGroup .inputItem.form-check-list-7 pre {
  line-height: 24px;
}

.inputGroup lable.content-align-fs >.fkp-content,
.inputGroup .inputItem.content-align-fs >.fkp-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inputGroup lable.content-flow-column >.fkp-content,
.inputGroup .inputItem.content-flow-column >.fkp-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.inputGroup lable.content-justify-center >.fkp-content,
.inputGroup .inputItem.content-justify-center >.fkp-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inputGroup lable.item-mb0,
.inputGroup .inputItem.item-mb0 {
  margin-bottom: 0;
}

.inputGroup lable.item-mb2,
.inputGroup .inputItem.item-mb2 {
  margin-bottom: 2px;
}

.inputGroup lable.ml-0-desc .fkp-desc,
.inputGroup .inputItem.ml-0-desc .fkp-desc {
  margin-left: 0;
}

.inputGroup lable.ml-0-wid-p100-desc .fkp-desc,
.inputGroup .inputItem.ml-0-wid-p100-desc .fkp-desc {
  margin-left: 0;
  width: 100%;
}

.inputGroup lable.t-left-desc .fkp-desc,
.inputGroup .inputItem.t-left-desc .fkp-desc {
  text-align: left;
}

.inputGroup lable.s-size-desc .fkp-desc,
.inputGroup .inputItem.s-size-desc .fkp-desc {
  font-size: 12px;
}

.inputGroup lable.mt-10-m,
.inputGroup .inputItem.mt-10-m {
  margin-top: -10px;
}

.inputGroup lable.mt-12-m,
.inputGroup .inputItem.mt-12-m {
  margin-top: -12px;
}

.inputGroup lable.position-content .fkp-content,
.inputGroup .inputItem.position-content .fkp-content {
  position: static;
}

.inputGroup lable.position-content .fkp-input-error,
.inputGroup .inputItem.position-content .fkp-input-error {
  left: 149px;
}

.inputGroup lable.position-span span,
.inputGroup .inputItem.position-span span {
  position: inherit;
}

.inputGroup lable.wid-p100-content >.fkp-content,
.inputGroup .inputItem.wid-p100-content >.fkp-content {
  width: 100%;
}

.inputGroup lable.form-input-width-p100 input[type='text'],
.inputGroup .inputItem.form-input-width-p100 input[type='text'] {
  width: 100%;
}

.inputGroup lable.form-span-img .form-span,
.inputGroup .inputItem.form-span-img .form-span {
  width: 250px;
  height: 160px;
}

.inputGroup lable.form-span-img .form-span img,
.inputGroup .inputItem.form-span-img .form-span img {
  height: 100%;
}

.inputGroup lable.inputItem-wid-p100,
.inputGroup .inputItem.inputItem-wid-p100 {
  width: 100%;
}

.inputGroup lable.inputItem-wid-p100 >.fkp-content,
.inputGroup .inputItem.inputItem-wid-p100 >.fkp-content {
  width: 250px;
  -webkit-box-flex: initial;
  -moz-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.inputGroup lable.fkp-title-mt-6 >.fkp-title,
.inputGroup .inputItem.fkp-title-mt-6 >.fkp-title {
  margin-top: 6px;
}

.inputGroup lable.fkp-title-mt-8 >.fkp-title,
.inputGroup .inputItem.fkp-title-mt-8 >.fkp-title {
  margin-top: 8px;
}

.inputGroup lable.fkp-title-mt-16 >.fkp-title,
.inputGroup .inputItem.fkp-title-mt-16 >.fkp-title {
  margin-top: 16px;
}

.inputGroup lable.fkp-title-mr-10 >.fkp-title,
.inputGroup .inputItem.fkp-title-mr-10 >.fkp-title {
  margin-right: 10px;
}

.inputGroup lable.fkp-title-nowidth >.fkp-title,
.inputGroup .inputItem.fkp-title-nowidth >.fkp-title {
  min-width: auto;
}

.inputGroup .form-width-80 {
  width: 80px;
}

.inputGroup .form-width-90 input[type='text'] {
  width: 90px;
  height: 28px;
}

.inputGroup .form-width-178 input[type='text'] {
  width: 178px;
}

.inputGroup .form-width-174 input[type='text'] {
  width: 174px;
}

.inputGroup .form-width-170 input[type='text'] {
  width: 170px;
}

.inputGroup .form-width-190 input[type='text'] {
  width: 190px;
}

.inputGroup .form-width-200 input[type='text'] {
  width: 200px;
}

.inputGroup .form-width-210 input[type='text'] {
  width: 210px;
}

.inputGroup .form-width-240 input[type='text'] {
  width: 240px;
}

.inputGroup .form-width-250 input[type='text'] {
  width: 250px;
}

.inputGroup .form-select-mob .fkp-dd {
  width: 72px;
  position: initial;
}

.inputGroup .form-select-mob .fkp-dd ul {
  left: auto;
  width: 250px;
}

.inputGroup .form-select-mob-80 .fkp-dd {
  width: 80px;
  position: initial;
}

.inputGroup .form-select-mob-80 .fkp-dd ul {
  left: auto;
  width: 250px;
}

.inputGroup .form-span-p80 .form-span {
  width: 80%;
}

.inputGroup .form-span-p80 .form-span textarea {
  width: 100%;
}

.inputGroup .form-span-p100 .form-span {
  width: 100%;
}

.inputGroup .form-span-p88-textarea-hei .form-span {
  width: 88%;
}

.inputGroup .form-span-p88-textarea-hei .form-span textarea {
  width: 100%;
  height: 250px;
}

.inputGroup .size16 {
  font-size: 16px;
}

.inputGroup .other-property {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 120px;
  position: relative;
  height: 14px;
  margin-right: 15px;
}

.inputGroup .other-property input[type='text'] {
  width: 100%;
  position: absolute;
  top: -8px;
}

.inputGroup .item-tips.item-tips-2 >.fkp-title:after {
  content: '（最多可添加2项）';
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,'Microsoft Yahei',Arial,sans-serif !important;
}

.inputGroup .item-tips.item-tips-3 >.fkp-title:after {
  content: '（最多可添加3项）';
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,'Microsoft Yahei',Arial,sans-serif !important;
}

.inputGroup .item-tips.item-tips-5 >.fkp-title:after {
  content: '（最多可添加5项）';
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,'Microsoft Yahei',Arial,sans-serif !important;
}

.inputGroup .item-tips.item-tips-4 >.fkp-title:after {
  content: '（最多可添加4项）';
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,'Microsoft Yahei',Arial,sans-serif !important;
}

.inputGroup .item-tips.item-tips-8 >.fkp-title:after {
  content: '（最多可添加8项）';
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,'Microsoft Yahei',Arial,sans-serif !important;
}

.inputGroup .item-tips.item-tips-wyj >.fkp-title:after {
  content: '（无佣金）';
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,'Microsoft Yahei',Arial,sans-serif !important;
}

.inputGroup .item-tips.item-tips-smsy >.fkp-title:after {
  content: '(甩卖首页显示)';
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,'Microsoft Yahei',Arial,sans-serif !important;
}

.inputGroup .item-tips >.fkp-title:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 6px;
  color: #999;
  font-size: 12px;
}

.inputGroup .input-dropdown.itemError input[type='text'] {
  border-color: #fc1616;
}

.inputGroup .itemError .form_control[type='text'] {
  border-color: #fc1616;
}

.inputGroup .save-price-content.itemError input[type='text'] {
  border-color: #ccc;
}

.inputGroup .save-price-content.itemError input[type='text'].itemError {
  border-color: #fc1616;
}

.inputGroup .wid-90-after {
  width: 90px;
  position: relative;
  margin-left: -10px;
}

.inputGroup .wid-90-after input[type='text'] {
  width: 90px;
  padding-right: 30px;
}

.inputGroup .wid-90-after:after {
  content: '%';
  color: #999;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}

.inputGroup .button-center-border-2 {
  border: 1px solid #ccc;
  cursor: pointer;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background: #fff;
  font-size: 16px;
}

.inputGroup .button-center-border-2.border-color {
  border: 1px solid #4b9afc;
  color: #227ce1;
}

.inputGroup .button-center-border-2.disable {
  background: #f5f5f5;
  color: #d2d2d2;
  cursor: not-allowed;
}

.inputGroup .fkp-desc-nomargin .fkp-desc {
  margin: 0;
}

.inputGroup .fkp-desc-initial .fkp-desc {
  position: initial;
}

.inputGroup .fkp-dd-wid80 .fkp-dd {
  width: 80px;
}

.inputGroup .fkp-dd-wid90 .fkp-dd {
  width: 90px;
}

.inputGroup .fkp-dd-wid94 .fkp-dd {
  width: 94px;
}

.inputGroup .fkp-dd-wid99 .fkp-dd {
  width: 99px;
}

.inputGroup .fkp-dd-wid114 .fkp-dd {
  width: 114px;
}

.inputGroup .fkp-dd-arrow .fkp-dd:after {
  top: calc(50% - 7px);
}

.login-tips {
  border: 1px solid #f5e2bb;
  background: #fffbe0;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 7px 9px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.login-tips.warring:before {
  color: #f9b427;
  content: '\e621';
  margin-right: 10px;
}

.login-tips.error:before {
  color: #fc1616;
  content: '\e648';
  margin-right: 10px;
}

.tips {
  border: 1px solid #fff4de;
  background: #fffce9;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 8px 7px 24px;
  position: relative;
}

.tips.not-icon-padding {
  padding: 7px 8px;
}

.tips:before {
  position: absolute;
  left: 8px;
  top: 7px;
}

.tips.warring:before {
  content: '\e621';
  color: #ff7e11;
}

.tips.warring-2 {
  color: #ff7e11;
}

.tips.warring-2:before {
  content: '\e845';
  color: #ff7e11;
}

.tips.error:before {
  content: '\e648';
  color: #fc1616;
}

.tips-empty {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 0 8px 0 24px;
  font-weight: normal;
  position: relative;
}

.tips-empty:before {
  position: absolute;
  left: 4px;
  top: 0;
}

.tips-empty.warring {
  color: #ff7e11;
}

.tips-empty.warring:before {
  content: '\e845';
  color: #ff7e11;
}

.switch-wrapper {
  height: 20px;
  width: 50px;
  border-radius: 19px;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  top: 5px;
  left: 10px;
  background: #ddd;
  cursor: pointer;
}

.switch-wrapper:after {
  position: absolute;
  content: '关';
  left: 28px;
  top: 1px;
  color: #999;
  font-size: 12px;
}

.switch-wrapper.checked {
  background: #227ce1;
}

.switch-wrapper.checked:after {
  position: absolute;
  content: '开';
  left: 10px;
  top: 1px;
  color: #fff;
  font-size: 12px;
  font-family: "Microsoft yahei",arial,Simsun,sans-serif !important;
  -webkit-text-stroke-width: initial;
}

.switch-wrapper.checked .switch-togger {
  left: 30px;
}

.switch-wrapper .switch-togger {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 2px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

html.ie8 .switch-wrapper .switch-togger,
html.ie7 .switch-wrapper .switch-togger,
html.ie6 .switch-wrapper .switch-togger {
  border: 2px solid rgba(0,0,0,0.4);
}

.form-icon-date .form-span {
  position: relative;
  min-width: 140px;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  cursor: pointer;
}

.form-icon-date .form-span:after {
  content: '\e605';
  position: absolute;
  right: 10px;
  color: #ccc;
  font-size: 18px;
}

.footer {
  width: 100%;
  background: #fff;
  color: #666;
  font-size: 12px;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.footer .foot-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.footer .foot-list >.item {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.footer .foot-list >.item:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}

.footer .foot-list >.item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.footer .foot-list >.item:first-child:before {
  display: none;
}

.footer .foot-list a {
  color: #666;
  text-decoration: none;
}

.footer .foot-list a:hover,
.footer .foot-list a:focus,
.footer .foot-list a:active {
  color: #227ce1;
  text-decoration: underline;
}

#header {
  height: 80px;
}

.header {
  font-size: 12px;
  padding: 17px 0;
}

.header .header-left .item-link-logo {
  width: 194px;
  height: 46px;
}

.header .dropdwon-pop-wrap {
  min-width: 110px;
  padding: 15px 15px;
}

.header .dropdwon-pop-wrap .location_enterprise {
  white-space: normal;
  width: 100%;
  text-align: justify;
}

.header .dropdown-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header .dropdown-arrow:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid rgba(255,255,255,0.6);
  border-bottom: 0;
}

.header .dropdown-arrow:hover {
  color: #fff;
}

.header .dropdown-arrow:hover:after {
  border-top: 3px solid #fff;
}

.header .dropdown-arrow .color-fff-op-6:hover {
  color: #fff;
}

.header .head-btnx {
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
  line-height: 32px;
}

.header .head-btnx a {
  padding: 0 10px;
  display: block;
  color: #fff;
}

.header .head-btnx-2 {
  background: #fff;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
  line-height: 32px;
}

.header .head-btnx-2.item-type-2:hover a {
  color: #ce0000;
}

.header .head-btnx-2 a {
  padding: 0 10px;
  display: block;
  color: #000;
}

.header .head-btnx-2:hover a {
  color: #227ce1;
}

.bg-ce0000 .head-btnx {
  background: #ce0000;
}

.bg-ce0000 .head-btnx:hover {
  background: #f30404;
}

.bg-0043a1 .head-btnx {
  background: #0045a7;
}

.bg-0043a1 .head-btnx:hover {
  background: #0051c4;
}

.head-nav-ucenter {
  color: #666;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}

.head-nav-ucenter li {
  cursor: pointer;
  text-align: center;
  margin-right: 50px;
}

.head-nav-ucenter li.active,
.head-nav-ucenter li:hover {
  color: #227ce1;
}

.head-search {
  position: relative;
  padding: 16px 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.head-search .head-logo {
  display: inline-block;
  min-height: 48px;
}

.search-wrap {
  width: 540px;
  position: relative;
  height: 40px;
  font-size: 14px;
}

.search-wrap .inputGroup {
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.search-wrap .inputGroup .input-search {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.search-wrap .inputGroup .input-search .fkp-desc {
  position: absolute;
  top: 41px;
  left: 0;
  text-align: left;
  z-index: 99;
  width: 100%;
  margin: 0;
  _width: none;
  max-width: none;
}

.search-wrap .inputGroup .input-search .fkp-desc .list-container {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

html.ie8 .search-wrap .inputGroup .input-search .fkp-desc .list-container,
html.ie7 .search-wrap .inputGroup .input-search .fkp-desc .list-container,
html.ie6 .search-wrap .inputGroup .input-search .fkp-desc .list-container {
  border: 2px solid rgba(0,0,0,0.1);
}

.search-wrap .inputGroup .input-search .fkp-desc .empty-box {
  position: relative;
  z-index: 5;
  background: #fff;
  border: 1px solid #f3f3f3;
  padding: 0 10px;
}

.search-wrap .inputGroup .input-search .fkp-desc .empty-box .empty-text {
  color: #ff7e11;
}

.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul {
  border: 1px solid #f3f3f3;
  background-color: #fff;
  height: initial;
  width: 100%;
  z-index: 8;
  max-height: 386px;
  overflow-y: auto;
  font-size: 12px;
  text-align: left;
  _width: 400px;
  max-width: 400px;
}

.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul li {
  padding: 0 .5em;
  line-height: 32px;
  cursor: pointer;
}

.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul li.active,
.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul li.activated {
  background-color: #227ce1;
  color: #fff;
}

.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul li.active:hover,
.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul li.activated:hover {
  background-color: #227ce1;
  color: #fff;
}

.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul li:hover {
  background-color: #227ce1;
  color: #fff;
}

.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul li.select-disabled {
  cursor: not-allowed;
  color: #999;
}

.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul li.select-disabled:hover {
  background-color: initial;
  color: #999;
}

.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul >li {
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul >li em {
  color: #227ce1;
  font-style: normal;
}

.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul >li:hover em,
.search-wrap .inputGroup .input-search .fkp-desc .input-dropdown-ul >li.active em {
  color: #fff;
}

.search-wrap .inputGroup .input-search input {
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  box-shadow: initial;
  padding: 0 10px;
  text-indent: 0;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  width: 100%;
  background: transparent;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

html.ie8 .search-wrap .inputGroup .input-search input,
html.ie7 .search-wrap .inputGroup .input-search input,
html.ie6 .search-wrap .inputGroup .input-search input {
  border: 2px solid initial;
}

.search-wrap .inputGroup .input-search input:active,
.search-wrap .inputGroup .input-search input:focus {
  box-shadow: none;
  border: 1px solid #4b9afc;
}

html.ie8 .search-wrap .inputGroup .input-search input:active,
html.ie8 .search-wrap .inputGroup .input-search input:focus,
html.ie7 .search-wrap .inputGroup .input-search input:active,
html.ie7 .search-wrap .inputGroup .input-search input:focus,
html.ie6 .search-wrap .inputGroup .input-search input:active,
html.ie6 .search-wrap .inputGroup .input-search input:focus {
  border: 2px solid none;
}

.search-wrap .inputGroup .btn-search {
  border: none;
  width: 90px;
  height: 40px;
  margin-bottom: 0;
}

.search-wrap .inputGroup .btn-search .btn {
  outline: none;
  width: 100%;
  background: #4b9afc;
  color: #fff;
  border-radius: 0;
  padding: 0;
  line-height: 38px;
  font-size: 16px;
  min-width: auto;
}

.search-wrap-back {
  width: 100%;
  position: relative;
  height: auto;
  font-size: 14px;
}

.search-wrap-back .inputGroup {
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.search-wrap-back .inputGroup .input-search {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.search-wrap-back .inputGroup .input-search .fkp-desc {
  position: absolute;
  top: 33px;
  left: 0;
  text-align: left;
  z-index: 99;
  width: 100%;
  margin: 0;
  _width: none;
  max-width: none;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .list-container {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

html.ie8 .search-wrap-back .inputGroup .input-search .fkp-desc .list-container,
html.ie7 .search-wrap-back .inputGroup .input-search .fkp-desc .list-container,
html.ie6 .search-wrap-back .inputGroup .input-search .fkp-desc .list-container {
  border: 2px solid rgba(0,0,0,0.1);
}

.search-wrap-back .inputGroup .input-search .fkp-desc .empty-box {
  position: relative;
  z-index: 5;
  background: #fff;
  border: 1px solid #f3f3f3;
  padding: 0 10px;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .empty-box .empty-text {
  color: #ff7e11;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul {
  border: 1px solid #f3f3f3;
  background-color: #fff;
  height: initial;
  width: 100%;
  z-index: 8;
  max-height: 386px;
  overflow-y: auto;
  font-size: 12px;
  text-align: left;
  _width: 400px;
  max-width: 400px;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul li {
  padding: 0 .5em;
  line-height: 32px;
  cursor: pointer;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul li.active,
.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul li.activated {
  background-color: #227ce1;
  color: #fff;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul li.active:hover,
.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul li.activated:hover {
  background-color: #227ce1;
  color: #fff;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul li:hover {
  background-color: #227ce1;
  color: #fff;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul li.select-disabled {
  cursor: not-allowed;
  color: #999;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul li.select-disabled:hover {
  background-color: initial;
  color: #999;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul >li {
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul >li em {
  color: #227ce1;
  font-style: normal;
}

.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul >li:hover em,
.search-wrap-back .inputGroup .input-search .fkp-desc .input-dropdown-ul >li.active em {
  color: #fff;
}

.search-wrap-back .inputGroup .input-search input {
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: #227be0;
  box-shadow: initial;
  padding: 0 10px;
  text-indent: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  width: 100%;
  background: transparent;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

html.ie8 .search-wrap-back .inputGroup .input-search input,
html.ie7 .search-wrap-back .inputGroup .input-search input,
html.ie6 .search-wrap-back .inputGroup .input-search input {
  border: 2px solid initial;
}

.search-wrap-back .inputGroup .input-search input:active,
.search-wrap-back .inputGroup .input-search input:focus {
  box-shadow: none;
  border: 1px solid #4b9afc;
}

html.ie8 .search-wrap-back .inputGroup .input-search input:active,
html.ie8 .search-wrap-back .inputGroup .input-search input:focus,
html.ie7 .search-wrap-back .inputGroup .input-search input:active,
html.ie7 .search-wrap-back .inputGroup .input-search input:focus,
html.ie6 .search-wrap-back .inputGroup .input-search input:active,
html.ie6 .search-wrap-back .inputGroup .input-search input:focus {
  border: 2px solid none;
}

.search-wrap-back .inputGroup .btn-search {
  border: none;
  width: 100px;
  height: auto;
  margin-bottom: 0;
}

.search-wrap-back .inputGroup .btn-search .btn {
  outline: none;
  width: 100%;
  background: #4b9afc;
  color: #fff;
  border-radius: 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  min-width: auto;
}

.search-wrap-back.small-input .inputGroup .inputItem {
  width: 400px;
  -webkit-box-flex: initial;
  -moz-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.search-wrap-distributor {
  width: 100%;
  position: relative;
  height: auto;
  font-size: 14px;
}

.search-wrap-distributor .inputGroup {
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.search-wrap-distributor .inputGroup .input-search {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc {
  position: absolute;
  top: 33px;
  left: 0;
  text-align: left;
  z-index: 99;
  width: 100%;
  margin: 0;
  _width: none;
  max-width: none;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .list-container {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

html.ie8 .search-wrap-distributor .inputGroup .input-search .fkp-desc .list-container,
html.ie7 .search-wrap-distributor .inputGroup .input-search .fkp-desc .list-container,
html.ie6 .search-wrap-distributor .inputGroup .input-search .fkp-desc .list-container {
  border: 2px solid rgba(0,0,0,0.1);
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .empty-box {
  position: relative;
  z-index: 5;
  background: #fff;
  border: 1px solid #f3f3f3;
  padding: 0 10px;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .empty-box .empty-text {
  color: #ff7e11;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul {
  border: 1px solid #f3f3f3;
  background-color: #fff;
  height: initial;
  width: 100%;
  z-index: 8;
  max-height: 386px;
  overflow-y: auto;
  font-size: 12px;
  text-align: left;
  _width: 400px;
  max-width: 400px;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul li {
  padding: 0 .5em;
  line-height: 32px;
  cursor: pointer;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul li.active,
.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul li.activated {
  background-color: #227ce1;
  color: #fff;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul li.active:hover,
.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul li.activated:hover {
  background-color: #227ce1;
  color: #fff;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul li:hover {
  background-color: #227ce1;
  color: #fff;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul li.select-disabled {
  cursor: not-allowed;
  color: #999;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul li.select-disabled:hover {
  background-color: initial;
  color: #999;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul >li {
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul >li em {
  color: #227ce1;
  font-style: normal;
}

.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul >li:hover em,
.search-wrap-distributor .inputGroup .input-search .fkp-desc .input-dropdown-ul >li.active em {
  color: #fff;
}

.search-wrap-distributor .inputGroup .input-search input {
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  box-shadow: initial;
  padding: 0 10px;
  text-indent: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  width: 100%;
  background: transparent;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

html.ie8 .search-wrap-distributor .inputGroup .input-search input,
html.ie7 .search-wrap-distributor .inputGroup .input-search input,
html.ie6 .search-wrap-distributor .inputGroup .input-search input {
  border: 2px solid initial;
}

.search-wrap-distributor .inputGroup .input-search input:active,
.search-wrap-distributor .inputGroup .input-search input:focus {
  box-shadow: none;
  border: 1px solid #4b9afc;
}

html.ie8 .search-wrap-distributor .inputGroup .input-search input:active,
html.ie8 .search-wrap-distributor .inputGroup .input-search input:focus,
html.ie7 .search-wrap-distributor .inputGroup .input-search input:active,
html.ie7 .search-wrap-distributor .inputGroup .input-search input:focus,
html.ie6 .search-wrap-distributor .inputGroup .input-search input:active,
html.ie6 .search-wrap-distributor .inputGroup .input-search input:focus {
  border: 2px solid none;
}

.search-wrap-distributor .inputGroup .btn-search {
  border: none;
  width: 100px;
  height: auto;
  margin-bottom: 0;
}

.search-wrap-distributor .inputGroup .btn-search .btn {
  outline: none;
  width: 100%;
  background: #4b9afc;
  color: #fff;
  border-radius: 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  min-width: auto;
}

.search-wrap-distributor.small-input .inputGroup .inputItem {
  width: 250px;
  -webkit-box-flex: initial;
  -moz-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.head-tag-num {
  display: inline-block;
  height: 18px;
  min-width: 20px;
  line-height: 18px;
  padding: 0 4px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background: #ff7e11;
}

.message-num {
  position: absolute;
  top: -8px;
  font-style: normal;
  right: -20px;
}

.header .tabs-messages {
  padding: 0;
}

.header .tabs-messages .tabsMenus {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}

.header .tabs-messages .tabsMenus .hlist {
  width: 290px;
  margin: 0 auto;
}

.header .tabs-messages .tabsMenus a,
.header .tabs-messages .tabsMenus span {
  color: #666;
  text-decoration: none;
}

.header .tabs-messages .tabsMenus ul {
  color: #666;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -14px;
  margin-right: -14px;
}

.header .tabs-messages .tabsMenus ul .item-li,
.header .tabs-messages .tabsMenus ul >li {
  margin-left: 14px;
  margin-right: 14px;
  padding: 10px 0;
}

.header .tabs-messages .tabsMenus li >a {
  position: relative;
  display: block;
}

.header .tabs-messages .tabsMenus li >a:hover {
  text-decoration: none;
}

.header .tabs-messages .tabsMenus li:hover,
.header .tabs-messages .tabsMenus li.select {
  color: #227ce1;
}

.header .tabs-messages .tabsMenus li:hover >a,
.header .tabs-messages .tabsMenus li.select >a {
  color: #227ce1;
}

.header .tabs-messages .tabsMenus li:hover >a:before,
.header .tabs-messages .tabsMenus li.select >a:before {
  content: '';
  background: #2577e3;
  width: 100%;
  height: 2px;
  color: #227ce1;
  position: absolute;
  bottom: -12px;
}

.header .tabs-messages .tabsBoxes .emptyMessage {
  margin: 37px 0;
  text-align: center;
  color: #999;
}

.header .tabs-messages .tabsBoxes .lookAll {
  text-align: center;
  margin: 0 auto 15px;
  border: 1px solid #227ce1;
  width: 76px;
  height: 28px;
  color: #227ce1;
  border-radius: 3px;
  line-height: 28px;
}

.header .tabs-messages .tabsBoxes .lookAll:hover {
  color: #fff;
  background: #227ce1;
}

.header .tabs-messages .tabsBoxes li:not([class]) {
  padding-left: 15px;
}

.header .tabs-messages .tabsBoxes li:not([class]):last-child {
  margin-bottom: 15px;
}

.header .tabs-messages .tabsBoxes li:not([class]) a {
  display: inline-block;
  width: 100%;
  _width: 260px;
  max-width: 260px;
  line-height: 40px;
  height: 40px;
  color: #333;
  cursor: pointer;
  border-bottom: 1px dashed #e5e5e5;
}

.header .tabs-messages .tabsBoxes li:not([class]) a:hover {
  color: #227ce1;
}

.hover-color:hover {
  color: #fff;
}

.hei-10 {
  height: 10px;
}

.hei-20 {
  height: 20px;
}

.hei-30 {
  height: 30px;
}

.hei-40 {
  height: 40px;
}

.hei-50 {
  height: 50px;
}

.hei-60 {
  height: 60px;
}

.hei-70 {
  height: 70px;
}

.hei-p25-c {
  height: calc(100% / 4);
}

.hei-p50-c {
  height: calc(100% / 2);
}

.hei-p100 {
  height: 100%;
}

.hei20 {
  height: 20px;
  overflow: hidden;
}

.hei24 {
  height: 24px;
  overflow: hidden;
}

.hei32 {
  height: 32px;
}

.hei33 {
  height: 33px;
  overflow: hidden;
}

.hei44 {
  height: 44px;
  overflow: hidden;
}

.hei46 {
  height: 46px;
}

.lh-15 {
  line-height: 15px;
}

.hei30 {
  height: 30px;
}

.hei40 {
  height: 40px;
}

.hei50 {
  height: 50px;
}

.hei60 {
  height: 60px;
}

.hei78 {
  height: 78px;
}

.hei80 {
  height: 80px;
}

.hei100 {
  height: 100px;
}

.hei120 {
  height: 120px;
}

.hei140 {
  height: 140px;
}

.hei188 {
  height: 140px;
}

.hei220 {
  height: 220px;
}

.hei234 {
  height: 234px;
}

.hei244 {
  height: 244px;
}

.hei250 {
  height: 250px;
}

.hei260 {
  height: 260px;
}

.hei297 {
  height: 297px;
}

.hei355 {
  height: 355px;
}

.hei390 {
  height: 390px;
}

.hei400 {
  height: 400px;
}

.hei440-max {
  max-height: 440px;
}

.lhei14 {
  line-height: 14px;
}

.lhei16 {
  line-height: 16px;
}

.lhei20 {
  line-height: 20px;
}

.lhei24 {
  line-height: 24px;
}

.lhei28 {
  line-height: 28px;
}

.lhei32 {
  line-height: 32px;
}

.lhei34 {
  line-height: 34px;
}

.lhei40 {
  line-height: 40px;
}

.lhei48 {
  line-height: 48px;
}

.lhei54 {
  line-height: 54px;
}

.lhei58 {
  line-height: 58px;
}

.hei-inner-p-100 >.inner {
  height: 100%;
}

.backgroundColor-227ce1 {
  background: #227ce1;
  line-height: 30px;
  padding: 6px 20px;
  min-width: 80px;
  color: #fff;
  font-style: normal;
  font-size: 16px;
}

.card-227ce1 {
  background: #227ce1;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  width: 38px;
  text-decoration: none;
  text-align: center;
}

.card-227ce1:hover {
  text-decoration: none;
}

.font-style-normal {
  font-style: normal;
}

.lsb-path {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  padding-bottom: 12px;
  width: 100%;
}

.lsb-path li:after {
  content: '\e618';
  color: #999;
}

.lsb-path li:last-child:after {
  content: '';
}

a {
  text-decoration: none;
  color: #227ce1;
}

a:hover {
  text-decoration: none;
}

a.tdu {
  text-decoration: underline;
}

.fixed-head {
  background: #fff;
  position: fixed;
  top: 0;
  width: 898px;
  z-index: 99;
}

.fixed-header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #f5f5f5;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}

html.ie8 .fixed-header,
html.ie7 .fixed-header,
html.ie6 .fixed-header {
  border: 2px solid rgba(0,0,0,0.3);
}

pre,
.ss-pre,
.list-logs span {
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,'Microsoft Yahei',Arial,sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.va-super {
  vertical-align: super;
}

.ellipsis {
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.background-images {
  display: block;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

body {
  color: #666;
  font-size: 14px;
}

.bt-e3e3e3 {
  border-top: 1px solid #f3f3f3;
}

.routerMenus {
  border: 1px solid #ddd;
}

.routerBoxes {
  margin-left: 1em;
}

.wrapper {
  background: #f5f5f5;
  padding: 10px 0 25px 0;
  min-height: 690px;
}

.inputGroup #cc-add-new,
.inputGroup #cc-remark,
.inputGroup #add-remark,
.inputGroup #cep-new,
.inputGroup #dpm-remark,
.inputGroup #aff-add-explain,
.inputGroup #cc-re-new {
  width: 100%;
}

.jx-link {
  background: #f3f3f3;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.u-row-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -8px;
}

.u-row-list >li,
.u-row-list >div,
.u-row-list >span {
  margin-left: 8px;
  margin-bottom: flex-start;
}

.flex-value-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-list-empty {
  padding: 20px;
  background: #fffce9;
  border: 1px solid #fff4de;
}

.product-list-empty .empty-text {
  position: relative;
  padding-left: 32px;
  line-height: 20px;
  color: #333;
  font-size: 20px;
}

.product-list-empty .empty-text>i {
  position: absolute;
  left: 0;
  color: #ff7e11;
  margin-right: 10px;
  font-size: 24px;
}

.qrcode-box {
  position: absolute;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  z-index: 3;
}

html.ie8 .qrcode-box,
html.ie7 .qrcode-box,
html.ie6 .qrcode-box {
  border: 2px solid rgba(0,0,0,0.1);
}

img.qrcode {
  background: #fff;
  width: 180px;
  height: 180px;
}

img.qrcode-110 {
  background: #fff;
  width: 110px;
  height: 110px;
}

img.qrcode-156 {
  background: #fff;
  width: 156px;
  height: 156px;
}

.fixed-bottom-right {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 99;
}

.fixed-bottom-right li {
  margin-top: 10px;
}

.fixed-bottom-right a {
  background: #fff;
  border: 1px solid #f3f3f3;
  color: #999;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-decoration: none;
  font-size: 12px;
}

.fixed-bottom-right a:before {
  display: block;
  color: #227ce1;
  font-size: 22px;
}

.fixed-bottom-right a:hover {
  background: #227ce1;
  color: #fff;
}

.fixed-bottom-right a:hover:before {
  color: #fff;
}

.fixed-bottom-right .return-top:before {
  content: '\e617';
}

.fixed-bottom-right .expand-all:before {
  content: '\e686';
}

.inspect-title {
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
  margin-bottom: 36px;
  padding-bottom: 6px;
}

.shop-logo-long {
  background: #f5f5f5;
  color: #f3f3f3;
  font-size: 36px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.shop-logo-long:after {
  content: '\e75a';
  font-size: 60px;
}

.shop-logo-short {
  font-size: 36px;
  color: #f3f3f3;
}

.shop-logo-short:after {
  content: '\e75a';
}

.item-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.item-between lable {
  color: #999;
}

.item-between .color-333 {
  color: #333;
}

.item-between >span {
  color: #666;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item-between .content {
  color: #333;
  margin-right: 10px;
  line-height: 18px;
}

.item-between.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0;
  padding: 15px;
}

.swiper-slide img {
  height: 100%;
}

.pa-b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.html-reset-content img {
  width: auto;
  height: auto;
  _width: 100%;
  max-width: 100%;
}

.cursor-disabled {
  cursor: not-allowed;
  color: #999;
}

.cursor-default-333 {
  cursor: default;
  color: #333;
  font-weight: bold;
}

.title-bottom {
  border-bottom: 1px solid #f3f3f3;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-style: normal;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

.header-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.header-order .img {
  width: 180px;
  height: 46px;
  display: block;
}

.pt-1 {
  padding-top: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pl-1 {
  padding-left: 10px;
}

.pr-1 {
  padding-right: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pl-2 {
  padding-left: 20px;
}

.pr-2 {
  padding-right: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pl-3 {
  padding-left: 30px;
}

.pr-3 {
  padding-right: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pl-4 {
  padding-left: 40px;
}

.pr-4 {
  padding-right: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pl-5 {
  padding-left: 50px;
}

.pr-5 {
  padding-right: 50px;
}

.pt18 {
  padding-top: 18px;
}

.padding-49 {
  padding: 49px 0;
}

.padding-4 {
  padding: 4px;
}

.padding-8 {
  padding: 8px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-34 {
  padding: 34px;
}

.padding-40 {
  padding: 40px;
}

.plr5 {
  padding: 0 5px;
}

.plr20 {
  padding: 0 20px;
}

.pl8 {
  padding-left: 8px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pr2 {
  padding-right: 2px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt12 {
  padding-top: 12px;
}

.pt18 {
  padding-top: 18px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb12 {
  padding-bottom: 12px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb18 {
  padding-bottom: 18px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb100 {
  padding-bottom: 100px;
}

.ptb6 {
  padding: 6px 0;
}

.ptb7 {
  padding: 7px 0;
}

.ptb9 {
  padding: 9px 0;
}

.ptb10 {
  padding: 10px 0;
}

.pt11 {
  padding-top: 11px;
}

.ptb12 {
  padding: 12px 0;
}

.ptb15 {
  padding: 15px 0;
}

.ptb20 {
  padding: 20px 0;
}

.pt15 {
  padding-top: 15px;
}

.plr-10 {
  padding: 0 10px;
}

.plr-20 {
  padding: 0 20px;
}

.padding-normal-2 {
  padding: 9px 20px;
}

.padding-normal-3 {
  padding: 17px 20px;
}

.padding-normal-4 {
  padding: 6px 8px;
}

.textellipsis-1 {
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  line-height: 16px;
}

.textellipsis-auto-1,
.swiper-watch-container .tabsBoxes a.fkp-checked-value,
.front-mudd-much-3-t2 .level0 >.itemCategory >ul >li,
.front-mudd-single-3 >li {
  max-height: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.textellipsis-2 {
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.textellipsis-auto-2 {
  max-height: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.textellipsis-auto-3 {
  max-height: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.textellipsis-auto-4 {
  max-height: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
}

.textellipsis-auto-5 {
  max-height: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
}

.for-password .fkp-desc,
.for-pw-new .fkp-desc,
.for-aff-edit-pwd .fkp-desc,
.for-aff-add-pwd .fkp-desc {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.progress-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  position: relative;
  font-size: 14px;
}

.progress-line >span:first-child {
  margin-right: 10px;
}

.progress-line >span:last-child {
  margin-left: 10px;
}

.progress-line span {
  color: #333;
}

.progress-line .progress-outer {
  padding-right: 4%;
  margin-right: -4%;
  width: 85%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.progress-line .progress-outer .progress-inner {
  width: 100%;
  background-color: #ccc;
  border-radius: 0;
}

.progress-line .progress-outer .progress-bg {
  border-radius: 0;
  background-color: #ccc;
  -webkit-transition: all .4s cubic-bezier(.08,.82,.17,1) 0s;
  transition: all .4s cubic-bezier(.08,.82,.17,1) 0s;
  position: relative;
  height: 6px;
}

.progress-line .progress-outer .progress-bg:before {
  content: "";
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-animation: all 2.4s cubic-bezier(.23,1,.32,1) infinite;
  animation: all 2.4s cubic-bezier(.23,1,.32,1) infinite;
}

.progress-line .progress-outer .progress-bg.progress-low {
  width: 33.3333%;
  background: #f23232;
}

.progress-line .progress-outer .progress-bg.progress-middle {
  background: #ff7e11;
  width: 66.6666%;
}

.progress-line .progress-outer .progress-bg.progress-hight {
  width: 100%;
  background: #38d73f;
}

.progress-line .progress-text {
  width: 3.5%;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  text-align: center;
}

.password-safety {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-left: 12px;
}

.password-safety .progress-line {
  width: 40%;
}

.password-safety .password-howset {
  color: #999;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 22px;
  text-align: left;
  cursor: pointer;
  position: relative;
  color: #666;
}

.password-safety .password-howset:hover {
  text-decoration: underline;
}

.password-safety .password-howset:hover >.password-set {
  display: block;
}

.password-safety .password-set {
  font-size: 12px;
  display: none;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 200px;
  background: #fffce9;
  border: 1px solid #fff4de;
  padding: 8px 10px;
  text-align: left;
  color: #666;
}

.password-safety .password-set:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 20px;
  border-left: 1px solid transparent;
  border-right: 1px solid #fff4de;
  border-top: 1px solid #fff4de;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fffce9;
}

.mt90 {
  margin-top: 90px;
}

.mt80 {
  margin-top: 80px;
}

.mt70 {
  margin-top: 70px;
}

.mt60 {
  margin-top: 60px;
}

.mt52 {
  margin-top: 52px;
}

.mt50 {
  margin-top: 50px;
}

.mt42 {
  margin-top: 42px;
}

.mt40 {
  margin-top: 40px;
}

.mt38 {
  margin-top: 38px;
}

.mt35 {
  margin-top: 35px;
}

.mt30 {
  margin-top: 30px;
}

.mt28 {
  margin-top: 28px;
}

.mt26 {
  margin-top: 26px;
}

.mt24 {
  margin-top: 24px;
}

.mt22 {
  margin-top: 22px;
}

.mt20 {
  margin-top: 20px;
}

.mt19 {
  margin-top: 19px;
}

.mt18 {
  margin-top: 18px;
}

.mt16 {
  margin-top: 16px;
}

.mt15 {
  margin-top: 15px;
}

.mt13 {
  margin-top: 13px;
}

.mt12 {
  margin-top: 12px;
}

.mt11 {
  margin-top: 11px;
}

.mt10 {
  margin-top: 10px;
}

.mt8 {
  margin-top: 8px;
}

.mt7 {
  margin-top: 7px;
}

.mt6 {
  margin-top: 6px;
}

.mt5 {
  margin-top: 5px;
}

.mt4 {
  margin-top: 4px;
}

.mt3 {
  margin-top: 3px;
}

.mt2 {
  margin-top: 2px;
}

.mt1 {
  margin-top: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb11 {
  margin-bottom: 11px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb13 {
  margin-bottom: 13px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb17 {
  margin-bottom: 17px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb19 {
  margin-bottom: 19px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr15 {
  margin-right: 15px;
}

.mr16 {
  margin-right: 16px;
}

.mr20 {
  margin-right: 20px;
}

.mr24 {
  margin-right: 24px;
}

.mr30 {
  margin-right: 30px;
}

.mr34 {
  margin-right: 34px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr68 {
  margin-right: 68px;
}

.mr83 {
  margin-right: 83px;
}

.mr120 {
  margin-right: 120px;
}

.ml0 {
  margin-left: 0;
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml14 {
  margin-left: 14px;
}

.ml15 {
  margin-left: 15px;
}

.ml18 {
  margin-left: 18px;
}

.ml20 {
  margin-left: 20px;
}

.ml22 {
  margin-left: 22px;
}

.ml24 {
  margin-left: 24px;
}

.ml25 {
  margin-left: 25px;
}

.ml26 {
  margin-left: 26px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml44 {
  margin-left: 44px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml86 {
  margin-left: 86px;
}

.ml92 {
  margin-left: 92px;
}

.ml120 {
  margin-left: 120px;
}

.ml124 {
  margin-left: 124px;
}

.ml140 {
  margin-left: 140px;
}

.ml180 {
  margin-left: 180px;
}

.ml230 {
  margin-left: 230px;
}

.mtb16 {
  margin: 16px 0;
}

.mlr4 {
  margin: 0 4px;
}

.mlr5 {
  margin: 0 5px;
}

.mlr7 {
  margin: 0 7px;
}

.mlr10-5 {
  margin: 0 10.5px;
}

.mlr9 {
  margin: 0 9px;
}

.mtb5 {
  margin: 5px 0;
}

.mtb10 {
  margin: 10px 0;
}

.mtb20 {
  margin: 20px 0;
}

.mtb35 {
  margin: 35px 0;
}

.mlr10 {
  margin: 0 10px;
}

.mlr10-m {
  margin: 0 -10px;
}

.mlr20-m {
  margin: 0 -20px;
}

.ml92Group {
  margin-left: 92px;
}

.ml-quote {
  margin-left: -.5em;
}

.ml-13-m {
  margin-left: -13px;
}

.ml-1-m {
  margin-left: -1px;
}

.ml-3-m {
  margin-left: -3px;
}

.ml-9-m {
  margin-left: -9px;
}

.ml-10-m {
  margin-left: -10px;
}

.mt-7-m {
  margin-top: -7px;
}

.mt-8-m {
  margin-top: -8px;
}

.mt-1-m {
  margin-top: -1px;
}

.mt-5-m {
  margin-top: -5px;
}

.mt-10-m {
  margin-top: -10px;
}

.mt-30-m {
  margin-top: -30px;
}

.mb-1-m {
  margin-bottom: -1px;
}

.mb-10-m {
  margin-bottom: -10px;
}

.mr-30-m {
  margin-right: -30px;
}

.m-auto {
  margin: auto;
}

.mb6-m {
  margin-bottom: -6px;
}

.margin-10 {
  margin: 10px;
}

.mr-p2 {
  margin-right: 2%;
}

.mr-p10 {
  margin-right: 10%;
}

.ml-p10 {
  margin-left: 10%;
}

.ml_7 {
  margin-left: -7px;
}

.tips-r {
  width: 26px;
  position: relative;
}

.tips-r .tsb-title {
  cursor: pointer;
}

.tips-r .tsb-title:hover ~.tsb-body {
  display: block;
}

.tips-r .tsb-body {
  display: none;
  background: #fff5d4;
  border: 1px solid #f4da85;
  color: #ff7e11;
  padding: 4px 8px;
  position: absolute;
  text-align: left;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  left: 30px;
  top: -4px;
}

html.ie8 .tips-r .tsb-body,
html.ie7 .tips-r .tsb-body,
html.ie6 .tips-r .tsb-body {
  border: 2px solid rgba(0,0,0,0.1);
}

.tips-r .tsb-body:after {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #f4da85;
  border-top: 1px solid #f4da85;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-134deg);
  transform: rotate(-134deg);
  position: absolute;
  z-index: 2;
  left: -4px;
  top: 8px;
  background: #fff5d4;
}

.tips-b {
  position: relative;
  line-height: 14px;
  color: #999;
  font-size: 14px;
}

.tips-b .tsb-title-1 {
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.tips-b .tsb-title-1.active:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  z-index: 2;
}

.tips-b .tsb-title-1.active ~.tsb-body {
  display: block;
}

.tips-b .tsb-title-1.active:before {
  bottom: -12px;
  left: 45%;
}

.tips-b .tsb-title-1.active ~.tsb-body {
  top: calc(100% + 8px);
  right: 0;
  width: 290px;
}

.tips-b .tsb-title-hover,
.tips-b .tsb-title-hover-1,
.tips-b .tsb-title-2 {
  cursor: pointer;
}

.tips-b .tsb-title-hover:hover,
.tips-b .tsb-title-hover-1:hover,
.tips-b .tsb-title-2:hover {
  text-decoration: underline;
  color: #227ce1;
}

.tips-b .tsb-title-hover:hover:before,
.tips-b .tsb-title-hover-1:hover:before,
.tips-b .tsb-title-2:hover:before {
  content: '';
  bottom: -12px;
  left: 45%;
}

.tips-b .tsb-title-hover:hover ~.tsb-body,
.tips-b .tsb-title-hover-1:hover ~.tsb-body,
.tips-b .tsb-title-2:hover ~.tsb-body {
  top: calc(100% + 8px);
  right: -9px;
  width: 252px;
}

.tips-b .tsb-title-hover-1 {
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.tips-b .tsb-title-hover-1.active:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #fff4de;
  border-top: 1px solid #fff4de;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fffce9;
  position: absolute;
  z-index: 2;
}

.tips-b .tsb-title-hover-1.active ~.tsb-body {
  display: block;
}

.tips-b .tsb-title-hover-1:hover:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #fff4de;
  border-top: 1px solid #fff4de;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fffce9;
  position: absolute;
  z-index: 2;
}

.tips-b .tsb-title-hover-1:hover ~.tsb-body {
  display: block;
}

.tips-b .tsb-title-hover-1:hover ~.tsb-body {
  border: 1px solid #fff4de;
  background: #fffce9;
}

.tips-b .tsb-title-2 {
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.tips-b .tsb-title-2.active:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid 32px;
  border-top: 1px solid 32px;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: 2;
  position: absolute;
  z-index: 2;
}

.tips-b .tsb-title-2.active ~.tsb-body {
  display: block;
}

.tips-b .tsb-title-2:hover:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid 32px;
  border-top: 1px solid 32px;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: 2;
  position: absolute;
  z-index: 2;
}

.tips-b .tsb-title-2:hover ~.tsb-body {
  display: block;
}

.tips-b .tsb-body {
  display: none;
  background: #fff;
  border: 1px solid #f3f3f3;
  color: #666;
  padding: 10px 18px;
  position: absolute;
  text-align: left;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

html.ie8 .tips-b .tsb-body,
html.ie7 .tips-b .tsb-body,
html.ie6 .tips-b .tsb-body {
  border: 2px solid rgba(0,0,0,0.1);
}

.tips-bottom {
  position: relative;
}

.tips-bottom .tsb-title-hover {
  cursor: pointer;
}

.tips-bottom .tsb-title-hover.active:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #f4da85;
  border-top: 1px solid #f4da85;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff5d4;
  position: absolute;
  z-index: 2;
}

.tips-bottom .tsb-title-hover.active ~.tsb-body {
  display: block;
}

.tips-bottom .tsb-title-hover:hover:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #f4da85;
  border-top: 1px solid #f4da85;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff5d4;
  position: absolute;
  z-index: 2;
}

.tips-bottom .tsb-title-hover:hover ~.tsb-body {
  display: block;
}

.tips-bottom .tsb-title-hover:hover {
  text-decoration: none;
}

.tips-bottom .tsb-title-hover:hover:before {
  height: 6px;
  width: 6px;
  right: 22px;
  bottom: -14px;
}

.tips-bottom .tsb-title-hover:hover ~.tsb-body {
  display: block;
  top: calc(100% + 10px);
}

.tips-bottom .tsb-title-hover-hotelLevel:hover:before {
  right: 0;
}

.tips-bottom .tsb-body {
  display: none;
  border: 1px solid #f4da85;
  background: #fff5d4;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  color: #ff7e11;
  white-space: nowrap;
  width: auto;
  right: 0;
  padding: 4px 11px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

html.ie8 .tips-bottom .tsb-body,
html.ie7 .tips-bottom .tsb-body,
html.ie6 .tips-bottom .tsb-body {
  border: 2px solid rgba(0,0,0,0.1);
}

.tips-bottom .tsb-body.tsb-left {
  left: 0;
  right: initial;
}

.ss-hover-pop {
  position: relative;
}

.ss-hover-pop .ss-title {
  cursor: pointer;
}

.ss-hover-pop .ss-title:hover {
  text-decoration: none;
}

.ss-hover-pop .ss-title:hover ~.ss-body {
  display: block;
}

.ss-hover-pop .ss-body {
  display: none;
  border: 1px solid #d2d2d2;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  position: absolute;
  padding: 20px 20px 14px 20px;
}

html.ie8 .ss-hover-pop .ss-body,
html.ie7 .ss-hover-pop .ss-body,
html.ie6 .ss-hover-pop .ss-body {
  border: 2px solid rgba(0,0,0,0.1);
}

.ss-hover-pop .ss-body.top-left {
  top: 0;
  right: 30px;
}

.tips-panel {
  position: relative;
}

.tips-panel .tsb-title {
  cursor: pointer;
}

.tips-panel .tsb-title:hover ~.tsb-body {
  display: block;
}

.tips-panel .tsb-body {
  position: absolute;
  z-index: 1;
  box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.045);
  border: 1px solid #f3f3f3;
  background-color: #fff;
  display: none;
}

html.ie8 .tips-panel .tsb-body,
html.ie7 .tips-panel .tsb-body,
html.ie6 .tips-panel .tsb-body {
  border: 2px solid rgba(0,0,0,0.045);
}

.tips-panel .tsb-body.tsb-left-bottom {
  top: 0;
  right: 100%;
  margin-right: 10px;
}

.tips-panel .tsb-body.tsb-right-bottom {
  top: 0;
  left: 100%;
  margin-left: 10px;
}

.tips-pop {
  position: relative;
}

.tips-pop.js-tips-pop-x .tsb-title-xx {
  cursor: pointer;
}

.tips-pop.js-tips-pop-x .tsb-title-xx:before {
  content: '';
  background: url("/images/icon/arrow.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  display: none;
}

.tips-pop.js-tips-pop-x .tsb-title-xx.active:before {
  display: block;
}

.tips-pop.js-tips-pop-x .tsb-body {
  top: calc(100% + 4px);
  min-width: 300px;
  left: 10px;
}

.tips-pop.js-tips-pop .tsb-title ~.tsb-body,
.tips-pop.js-tips-pop:hover ~.tsb-body {
  display: none;
}

.tips-pop.tips-pop-2 .tsb-title.nodisplay:hover:before {
  bottom: -17px;
}

.tips-pop.tips-pop-2 .tsb-title:hover:before {
  bottom: -8px;
  left: 25px;
  width: 5px;
  height: 5px;
}

.tips-pop.tips-pop-2 .tsb-body {
  top: calc(100% + 4px);
  min-width: 300px;
}

.tips-pop.tips-pop-3 .tsb-title:hover:before {
  bottom: -5px;
  left: 16px;
  width: 5px;
  height: 5px;
}

.tips-pop.tips-pop-3 .tsb-body {
  top: calc(100% + 3px);
  min-width: 300px;
}

.tips-pop.tips-pop-4 .tsb-title:hover:before {
  bottom: -10px;
  right: 5px;
  width: 5px;
  height: 5px;
}

.tips-pop.tips-pop-4 .tsb-body {
  top: calc(100% + 5px);
}

.tips-pop.tips-pop-5 .tsb-title:hover:before {
  bottom: -11px;
  right: 21px;
  width: 5px;
  height: 5px;
}

.tips-pop.tips-pop-5 .tsb-body {
  right: -20px;
  top: calc(100% + 6px);
  min-width: 430px;
}

.tips-pop.tips-pop-6 .tsb-title:hover:before {
  bottom: -5px;
  left: 20px;
  width: 5px;
  height: 5px;
}

.tips-pop.tips-pop-6 .tsb-body {
  top: calc(100% + 1px);
  min-width: auto;
}

.tips-pop.tips-pop-7 {
  position: initial;
}

.tips-pop.tips-pop-7 .tsb-title:hover:before {
  bottom: -11px;
  left: 10px;
  width: 5px;
  height: 5px;
}

.tips-pop.tips-pop-7 .tsb-body {
  top: calc(100% - 8px);
  min-width: auto;
  margin-left: -20px;
}

.tips-pop.tips-pop-8 {
  position: initial;
}

.tips-pop.tips-pop-8 .tsb-title:hover:before {
  bottom: -6px;
  left: 26px;
  width: 5px;
  height: 5px;
}

.tips-pop.tips-pop-8 .tsb-body {
  top: calc(100% + 1px);
  min-width: auto;
}

.tips-pop.tips-pop-9 .tsb-title:hover:before {
  bottom: -9px;
  right: 5px;
  width: 5px;
  height: 5px;
}

.tips-pop.tips-pop-9 .tsb-body {
  top: calc(100% + 5px);
}

.tips-pop.tips-pop-10 .tsb-title:hover:before {
  bottom: -11px;
  right: 4px;
  width: 5px;
  height: 5px;
}

.tips-pop.tips-pop-10 .tsb-body {
  top: calc(100% + 6px);
  right: -20px;
  min-width: 250px;
}

.tips-pop.tips-pop-11 .tsb-pop-wrap .tsb-title:hover ~.tsb-body {
  display: none;
}

.tips-pop.tips-pop-11 .tsb-pop-wrap:hover .tsb-title:before {
  bottom: -11px;
  right: 4px;
  width: 5px;
  height: 5px;
}

.tips-pop.tips-pop-11 .tsb-pop-wrap:hover .tsb-body {
  display: block;
}

.tips-pop.tips-pop-11 .tsb-body {
  top: calc(100% + 6px);
  right: -20px;
  min-width: 250px;
}

.tips-pop .tsb-title {
  cursor: pointer;
  position: relative;
}

.tips-pop .tsb-title.active:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  z-index: 2;
}

.tips-pop .tsb-title.active ~.tsb-body {
  display: block;
}

.tips-pop .tsb-title:hover:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  z-index: 2;
}

.tips-pop .tsb-title:hover ~.tsb-body {
  display: block;
}

.tips-pop .tsb-title:hover:before {
  bottom: -7px;
  right: 0;
  width: 10px;
  height: 10px;
}

.tips-pop .tsb-title.nohover.item-icon:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid transparent;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  z-index: 2;
  bottom: -11px;
  left: 24px;
}

.tips-pop .tsb-title.nohover:hover ~.tsb-body {
  display: none;
}

.tips-pop .tsb-title.nohover ~.tsb-body {
  left: 10px;
}

.tips-pop .tsb-body {
  position: absolute;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  border: 1px solid #d2d2d2;
  background-color: #fff;
  display: none;
  line-height: normal;
  padding: 7px 9px;
  min-width: 196px;
  overflow-y: auto;
}

html.ie8 .tips-pop .tsb-body,
html.ie7 .tips-pop .tsb-body,
html.ie6 .tips-pop .tsb-body {
  border: 2px solid 0 10px 20px rgba(0,0,0,0.1);
}

.tips-pop .tsb-body.white-nowrap {
  white-space: nowrap;
}

.tips-pop .tsb-body.tsb-bottom-right-m10 {
  right: -10px;
}

.tips-pop .tsb-body.tsb-left-bottom {
  top: 0;
  right: 100%;
  margin-right: 10px;
}

.tips-pop .tsb-body.tsb-right-bottom {
  top: 0;
  left: 100%;
  margin-left: 10px;
}

.tips-pop .uc-tsb-body {
  min-width: 245px;
}

.tips-pop-active {
  position: relative;
}

.tips-pop-active.tips-pop-active-1 {
  padding-bottom: 10px;
}

.tips-pop-active.tips-pop-active-1 .tsb-title.active:before {
  bottom: -11px;
  right: 21px;
}

.tips-pop-active.tips-pop-active-1 .tsb-body {
  right: -20px;
  top: calc(100% - 4px);
  min-width: 430px;
}

.tips-pop-active .tsb-title {
  cursor: pointer;
  position: relative;
}

.tips-pop-active .tsb-title.active:before {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  z-index: 2;
}

.tips-pop-active .tsb-title.active ~.tsb-body {
  display: block;
}

.tips-pop-active .tsb-title.active:before {
  width: 5px;
  height: 5px;
}

.tips-pop-active .tsb-body {
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  border: 1px solid #d2d2d2;
  background-color: #fff;
  display: none;
  line-height: normal;
  padding: 7px 9px;
  position: absolute;
}

html.ie8 .tips-pop-active .tsb-body,
html.ie7 .tips-pop-active .tsb-body,
html.ie6 .tips-pop-active .tsb-body {
  border: 2px solid 0 10px 20px rgba(0,0,0,0.1);
}

.wid1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.wid1084 {
  width: 1084px;
  margin: auto;
}

.wid50 {
  width: 50px;
}

.wid55 {
  width: 55px;
}

.wid64 {
  width: 64px;
}

.wid70 {
  width: 70px;
}

.wid78 {
  width: 78px;
}

.wid90 {
  width: 90px;
}

.wid94 {
  width: 94px;
}

.wid97 {
  width: 97px;
}

.wid100 {
  width: 100px;
}

.wid104 {
  width: 104px;
}

.wid106 {
  width: 106px;
}

.wid110 {
  width: 110px;
}

.wid115 {
  width: 115px;
}

.wid120 {
  width: 120px;
}

.wid126 {
  width: 126px;
}

.wid135 {
  width: 135px;
}

.wid136 {
  width: 136px;
}

.wid145 {
  width: 145px;
}

.wid150 {
  width: 150px;
}

.wid160 {
  width: 160px;
}

.wid167 {
  width: 167px;
}

.wid187 {
  width: 187px;
}

.wid200,
.wid190 {
  width: 190px;
  width: 200px;
}

.wid208 {
  width: 208px;
}

.wid210 {
  width: 210px;
}

.wid227 {
  width: 227px;
}

.wid230 {
  width: 230px;
}

.wid250 {
  width: 250px;
}

.wid260 {
  width: 260px;
}

.wid320 {
  width: 320px;
}

.wid324 {
  width: 324px;
}

.wid340 {
  width: 340px;
}

.wid428 {
  width: 428px;
}

.wid434 {
  width: 434px;
}

.wid480 {
  width: 480px;
}

.wid490 {
  width: 490px;
}

.wid560 {
  width: 560px;
}

.wid580 {
  width: 580px;
}

.wid600 {
  width: 600px;
}

.wid730 {
  width: 730px;
}

.wid990 {
  width: 990px;
}

.widm40 {
  min-width: 40px;
}

.widm48 {
  min-width: 48px;
}

.widm54 {
  min-width: 54px;
}

.widm60 {
  min-width: 60px;
}

.widm60 {
  min-width: 60px;
}

.widm70 {
  min-width: 70px;
}

.widm80 {
  min-width: 80px;
}

.widm90 {
  min-width: 90px;
}

.widm99 {
  min-width: 99px;
}

.widm100 {
  min-width: 100px;
}

.widmx-p50 {
  _width: 50%;
  max-width: 50%;
}

.widmx-p70 {
  _width: 70%;
  max-width: 70%;
}

.widmx96 {
  _width: 96px;
  max-width: 96px;
}

.widmx174 {
  _width: 174px;
  max-width: 174px;
}

.wid-p1 {
  width: 1%;
}

.wid-p2 {
  width: 2%;
}

.wid-p3 {
  width: 3%;
}

.wid-p4 {
  width: 4%;
}

.wid-p5 {
  width: 5%;
}

.wid-p6 {
  width: 6%;
}

.wid-p7 {
  width: 7%;
}

.wid-p8 {
  width: 8%;
}

.wid-p9 {
  width: 9%;
}

.wid-p10 {
  width: 10%;
}

.wid-p11 {
  width: 11%;
}

.wid-p12 {
  width: 12%;
}

.wid-p13 {
  width: 13%;
}

.wid-p14 {
  width: 14%;
}

.wid-p15 {
  width: 15%;
}

.wid-p16 {
  width: 16%;
}

.wid-p17 {
  width: 17%;
}

.wid-p18 {
  width: 18%;
}

.wid-p19 {
  width: 19%;
}

.wid-p20 {
  width: 20%;
}

.wid-p21 {
  width: 21%;
}

.wid-p22 {
  width: 22%;
}

.wid-p23 {
  width: 23%;
}

.wid-p24 {
  width: 24%;
}

.wid-p25 {
  width: 25%;
}

.wid-p26 {
  width: 26%;
}

.wid-p27 {
  width: 27%;
}

.wid-p28 {
  width: 28%;
}

.wid-p29 {
  width: 29%;
}

.wid-p30 {
  width: 30%;
}

.wid-p31 {
  width: 31%;
}

.wid-p32 {
  width: 32%;
}

.wid-p33 {
  width: 33%;
}

.wid-p34 {
  width: 34%;
}

.wid-p35 {
  width: 35%;
}

.wid-p36 {
  width: 36%;
}

.wid-p37 {
  width: 37%;
}

.wid-p38 {
  width: 38%;
}

.wid-p39 {
  width: 39%;
}

.wid-p40 {
  width: 40%;
}

.wid-p41 {
  width: 41%;
}

.wid-p42 {
  width: 42%;
}

.wid-p43 {
  width: 43%;
}

.wid-p44 {
  width: 44%;
}

.wid-p45 {
  width: 45%;
}

.wid-p46 {
  width: 46%;
}

.wid-p47 {
  width: 47%;
}

.wid-p48 {
  width: 48%;
}

.wid-p49 {
  width: 49%;
}

.wid-p50 {
  width: 50%;
}

.wid-p51 {
  width: 51%;
}

.wid-p52 {
  width: 52%;
}

.wid-p53 {
  width: 53%;
}

.wid-p54 {
  width: 54%;
}

.wid-p55 {
  width: 55%;
}

.wid-p56 {
  width: 56%;
}

.wid-p57 {
  width: 57%;
}

.wid-p58 {
  width: 58%;
}

.wid-p59 {
  width: 59%;
}

.wid-p60 {
  width: 60%;
}

.wid-p61 {
  width: 61%;
}

.wid-p62 {
  width: 62%;
}

.wid-p63 {
  width: 63%;
}

.wid-p64 {
  width: 64%;
}

.wid-p65 {
  width: 65%;
}

.wid-p66 {
  width: 66%;
}

.wid-p67 {
  width: 67%;
}

.wid-p68 {
  width: 68%;
}

.wid-p69 {
  width: 69%;
}

.wid-p70 {
  width: 70%;
}

.wid-p71 {
  width: 71%;
}

.wid-p72 {
  width: 72%;
}

.wid-p73 {
  width: 73%;
}

.wid-p74 {
  width: 74%;
}

.wid-p75 {
  width: 75%;
}

.wid-p76 {
  width: 76%;
}

.wid-p77 {
  width: 77%;
}

.wid-p78 {
  width: 78%;
}

.wid-p79 {
  width: 79%;
}

.wid-p80 {
  width: 80%;
}

.wid-p81 {
  width: 81%;
}

.wid-p82 {
  width: 82%;
}

.wid-p83 {
  width: 83%;
}

.wid-p84 {
  width: 84%;
}

.wid-p85 {
  width: 85%;
}

.wid-p86 {
  width: 86%;
}

.wid-p87 {
  width: 87%;
}

.wid-p88 {
  width: 88%;
}

.wid-p89 {
  width: 89%;
}

.wid-p90 {
  width: 90%;
}

.wid-p91 {
  width: 91%;
}

.wid-p92 {
  width: 92%;
}

.wid-p93 {
  width: 93%;
}

.wid-p94 {
  width: 94%;
}

.wid-p95 {
  width: 95%;
}

.wid-p96 {
  width: 96%;
}

.wid-p97 {
  width: 97%;
}

.wid-p98 {
  width: 98%;
}

.wid-p99 {
  width: 99%;
}

.wid-p100 {
  width: 100%;
}

.list-modal-report {
  padding: 14px 46px;
}

.form-report {
  position: relative;
}

.form-report .uploader-wrap p {
  font-size: 14px;
}

.form-report .inputItem .fkp-title {
  min-width: 6em;
}

.form-report .inputItem.upload-tips-4 >.fkp-title:after {
  content: '（最多上传4张）';
  position: absolute;
  top: 16px;
  right: 6px;
  color: #999;
  font-size: 12px;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,'Microsoft Yahei',Arial,sans-serif !important;
}

.tips-wrap {
  background: #fffce9;
  border: 1px solid #fff4de;
  color: #333;
  padding: 13px 20px;
  font-size: 24px;
}

.tips-wrap:before {
  content: '\e621';
  font-size: 24px;
  color: #fab427;
  margin-right: 10px;
}

.product-error-wrap {
  position: relative;
  padding: 19px;
  height: 410px;
  border: 1px solid #f3f3f3;
  background: #fff;
}

.product-error-wrap .nw-head {
  margin-bottom: 36px;
}

.product-error-wrap .nw-body {
  margin-left: 20px;
}

.product-error-wrap .nw-body em {
  font-style: normal;
  display: block;
  margin-bottom: 16px;
}

.product-error-wrap .nw-body p {
  margin-left: 10px;
  margin-bottom: 2px;
}

.product-error-wrap .nw-body .btn-fff-227ce1 {
  margin-top: 48px;
  margin-left: 10px;
  width: 100px;
}

.product-error-wrap.has-img {
  height: 500px;
}

.product-error-wrap.has-img .item-icon {
  width: 150px;
  height: 150px;
  margin: 4px auto;
  margin-top: 90px;
}

.product-error-wrap.bg-extend {
  border: none;
  background: transparent;
}

.detail-customscroll {
  min-height: auto;
  max-height: 200px;
  overflow-y: auto;
}

.detail-customscroll::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.detail-customscroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.detail-customscroll::-webkit-scrollbar-track {
  border-radius: 5px;
}

.detail-customscroll:hover::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.detail-customscroll-2 {
  min-height: auto;
  max-height: 496px;
  overflow-y: auto;
}

.detail-customscroll-2::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.detail-customscroll-2::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.detail-customscroll-2::-webkit-scrollbar-track {
  border-radius: 5px;
}

.detail-customscroll-2:hover::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.detail-slide-container.swiper-container {
  width: 462px;
  height: 260px;
}

.nodata-wrap {
  background: #fff;
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nodata-wrap img {
  width: 130px;
}

.nodata-wrap >.item-title {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.nodata-wrap >.item-desc {
  color: #999;
  font-size: 14px;
  margin-top: 6px;
}

.item-logo-wrap-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}

.item-logo-wrap-32 img {
  border: 1px solid #f3f3f3;
  width: 100%;
  height: 100%;
}

.ticket-table .ss-table-body >li {
  border-bottom: 1px solid #f3f3f3;
  height: 100px;
}

.ticket-table .ss-table-tr {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.tickethotelForm.inputGroup .fkp-title-nowidth >.fkp-title {
  margin-right: 10px;
}

.tickethotelForm.inputGroup input[type="text"],
.tickethotelForm.inputGroup input [type="select"] {
  height: 34px;
  line-height: 34px;
  width: 130px;
}

.tickethotelForm.inputGroup .form-datepicker {
  width: 130px;
}

.tickethotelForm.inputGroup .form-datepicker ~.fkp-desc {
  margin: 0 12px;
}

.tickethotelForm.inputGroup .fkp-dd {
  width: 130px;
}

.tickethotelForm.inputGroup .fkp-desc {
  margin: 0 7.5px;
}

.tickethotelForm.inputGroup .inputItem-select-2 .fkp-dd-input {
  text-align: right;
}

.tickethotelForm.inputGroup .inputItem-select-2 .fkp-dd:before {
  position: absolute;
  left: 8px;
  top: calc(50% - 7px);
  color: #b2b2b2;
}

.tickethotelForm.inputGroup .placeholder-roomnum .fkp-dd:before {
  content: '房间数';
}

.tickethotelForm.inputGroup .placeholder-adult .fkp-dd:before {
  content: '成人';
}

.tickethotelForm.inputGroup .placeholder-child .fkp-dd:before {
  content: '儿童';
}

.tickethotel-delete {
  position: absolute;
  right: -23px;
  top: 8px;
}

.tickethotel-delete:before {
  content: '\e821';
  color: #ccc;
  font-size: 12px;
}

.pages-img-wrap {
  height: 297px;
  overflow: hidden;
}

.pages-img-wrap .list-p50 >li {
  height: 98px;
}

.pages-img-wrap .list-p50 >li img {
  max-height: 98px;
}

.tabs-normal-top-menus >.tabsMenus>ul {
  width: 1200px;
  margin: 0 auto;
}

.inputGroup .save-btn-list {
  bottom: 5px;
}

.inputGroup .front.inputItem,
.inputGroup .nofront.inputItem,
.inputGroup .scan.inputItem {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inputGroup .front .fkp-title,
.inputGroup .nofront .fkp-title,
.inputGroup .scan .fkp-title {
  margin-top: 8px;
}

.inputGroup .front >.fkp-content,
.inputGroup .nofront >.fkp-content,
.inputGroup .scan >.fkp-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.inputGroup .front >.fkp-content >.fkp-desc,
.inputGroup .nofront >.fkp-content >.fkp-desc,
.inputGroup .scan >.fkp-content >.fkp-desc {
  margin-left: 0;
}

.inputGroup .front .inputGroup-flex,
.inputGroup .nofront .inputGroup-flex,
.inputGroup .scan .inputGroup-flex {
  margin-top: 10px;
}

.itme-pic,
.front .uploader-list,
.nofront .uploader-list,
.scan .uploader-list {
  width: 250px;
  height: 140px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.itme-pic img,
.front .uploader-list img,
.nofront .uploader-list img,
.scan .uploader-list img {
  height: 100%;
}

.itme-pic.itemError,
.front .uploader-list.itemError,
.nofront .uploader-list.itemError,
.scan .uploader-list.itemError {
  overflow: initial;
}

.uploader-list {
  position: relative;
}

.front .uploader-list {
  background: url("../images/preview/frontimg.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.nofront .uploader-list {
  background: url("../images/preview/nofrontimg.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.scan .uploader-list {
  background: url("../images/preview/license.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.uploader-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.uploader-wrap .up-info {
  display: none;
}

.uploader-button .webuploader-pick + div {
  height: 32px !important;
  width: 100px !important;
}

.uploader-button .webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
}

.upload-poster-pdf {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.upload-poster-pdf .uploads-list p {
  color: #666;
  text-indent: 0;
  line-height: inherit;
}

.upload-poster-pdf .uploads-list p .download-pdf {
  float: right;
  color: #676767;
}

.upload-poster-pdf .uploads-list p .download-pdf:hover {
  color: #323232;
  text-decoration: underline;
}

.upload-poster-pdf .uploads-list .detail_download {
  width: 100%;
}

.upload-poster-pdf .uploads-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upload-poster-pdf .uploads-box .uploads-list {
  width: 100%;
}

.upload-poster-pdf .uploads-box span {
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 20px;
  min-width: 100px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #f4f9ff;
  border-color: #e2eefa;
  color: #768fab;
  text-decoration: none;
  text-align: center;
  margin-right: 10px;
}

.upload-poster-pdf .uploads-box span:hover {
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.upload-poster-pdf .uploads-box span:active {
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.upload-poster-pdf .uploads-box .uploads-box-tips {
  color: #ccc;
}

.upload-poster-pdf .uploads-box >div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.upload-poster-pdf .uploads-box >div p {
  text-indent: 0;
}

.upload-poster-pdf .uploader-button {
  width: 100%;
}

.upload-poster-pdf .uploads-list a {
  color: #333;
  text-decoration: none;
}

.upload-poster-pdf .uploads-list i {
  font-style: normal;
}

.upload-poster-pdf .uploads-list .del-upload-pdf {
  color: #227ce1;
}

.upload-poster-pdf .uploads-list .del-upload-pdf:hover {
  text-decoration: underline;
}

.upload-poster-pdf .uploads-list .uploader-progress {
  display: block;
  background: #3a9de7;
  height: 100%;
}

.upload-poster-pdf .uploads-list li {
  background: #c3e3fb;
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
  margin-top: 6px;
}

.upload-poster-pdf .uploads-list .upitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.papers-tip {
  position: relative;
}

.papers {
  position: absolute;
  top: 33%;
  right: 0;
  border-left: 1px solid #ccc;
  padding-left: 30px;
  min-height: 150px;
  padding-top: 22px;
}

.papers p:first-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.save-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  padding: 0 3px;
}

.save-btn-list li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  margin-left: 1px;
}

.save-btn-list li:hover {
  background: rgba(0,0,0,0.5);
}

.save-btn-list li:before {
  font-size: 12px;
}

.save-btn-list .upldbtn-left:before {
  content: '\e76e';
}

.save-btn-list .upldbtn-right:before {
  content: '\e771';
}

.save-btn-list .upldbtn-del:before {
  content: '\e76d';
}

.save-btn-list .upldbtn-del2:before {
  content: '删除';
}

.uploaderslist {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.uploaderslist .uploader-button {
  width: 100%;
}

.uploaderslist .webuploader-pick {
  position: relative;
}

.uploaderslist .uploads-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uploaderslist .uploads-box span {
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 20px;
  min-width: 100px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #f4f9ff;
  border-color: #f4f9ff;
  color: #768fab;
  text-decoration: none;
  text-align: center;
  margin-right: 10px;
}

.uploaderslist .uploads-box span:hover {
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.uploaderslist .uploads-box span:active {
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.uploaderslist .uploads-box p {
  color: #ccc;
}

.uploaderslist .uploads-box .uploads-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -4px;
  width: 100%;
}

.uploaderslist .uploads-box .uploads-list >li,
.uploaderslist .uploads-box .uploads-list >div,
.uploaderslist .uploads-box .uploads-list >span {
  margin-left: 4px;
  margin-bottom: 0;
}

.uploaderslist .uploads-box .uploads-list >li {
  border: 1px solid #ccc;
  width: 24.4%;
  height: 107px;
  position: relative;
  margin-top: 10px;
}

.uploaderslist .uploads-box .uploads-list >li i {
  display: block;
  width: 100%;
  height: 100%;
}

.uploaderslist .uploads-box .uploads-list >li img {
  width: 100%;
  height: 105px;
}

.uploaderslist .uploads-box .uploads-list >li .webuploader-pick + div {
  height: 72px !important;
}

.uploader-display-tips {
  background: #f8f8f8;
  color: #999;
  font-size: 14px;
  line-height: 21px;
  padding: 14px 10px;
}

.uploader-display-tips .item-title {
  color: #666;
  font-style: normal;
  display: block;
  margin-bottom: 4px;
}

.loadingx-wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.2);
}

@media screen and (min-device-width:380px) {
  .loadingx-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

.loadingx-wrap.loadingx-hide {
  display: none;
}

.loadingx-wrap.loadingx-mask {
  background: rgba(0,0,0,0.3);
}

.loadingx-wrap .loadingx-body {
  width: 300px;
  height: 160px;
  background: rgba(0,0,0,0.5);
  border-radius: 8px;
}

.loadingx-wrap .loadingx {
  width: 100%;
  height: 104px;
  padding: 10px 0 0;
  position: relative;
  -moz-box-sizing: unset;
       box-sizing: unset;
}

.loadingx-wrap .loadingx .loadingx-circle,
.loadingx-wrap .loadingx .loadingx-logo {
  width: 104px;
  height: 104px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.loadingx-wrap .loadingx .loadingx-circle {
  background: url("/images/loading.png") center center no-repeat;
  -webkit-animation: loading 1.8s linear infinite;
}

.loadingx-wrap .loadingx .loadingx-logo {
  background: url("/images/loading-logo.png") center center no-repeat;
}

.loadingx-wrap .loadingx-txt {
  text-align: center;
  color: #fff;
}

@media screen and (min-device-width:380px) {
  .loading-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: initial;
        -ms-flex-line-pack: initial;
            align-content: initial;
  }
}

.loading-wrap.loading-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.loading-wrap.loading-flex .loading-txt {
  margin-left: 10px;
  margin-top: 0;
  font-size: 12px;
}

.loading-wrap.loading-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

@media screen and (min-device-width:380px) {
  .loading-wrap.loading-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

.loading-wrap .loading-txt {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
}

.loading-wrap .loading-body {
  position: relative;
}

.loading-wrap .loading-body.default-Wid {
  width: 50px;
  height: 50px;
}

.loading-wrap .loading-body.sm-Wid {
  width: 28px;
  height: 28px;
}

.loading-wrap .loading-circle,
.loading-wrap .loading-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.loading-wrap .loading-circle {
  background: url("/images/new-loading.png") center center no-repeat;
  background-size: cover;
  -webkit-animation: loading 1.3s linear infinite;
}

.loading-wrap .loading-logo {
  background: url("/images/new-loading-logo.png") center center no-repeat;
  background-size: cover;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.dh-fixed {
  position: fixed;
  left: 20px;
  top: calc(50% - (150px / 2));
  width: 110px;
  height: 150px;
  cursor: pointer;
  z-index: 10;
}

.dh-fixed.hide {
  display: none;
}

.answers-animate {
  position: relative;
}

.answers-animate .aa-bunting {
  background: url("/images/awards/animate/bunting.png") no-repeat;
  position: absolute;
  top: 0;
  left: 36px;
  display: block;
  width: 22px;
  height: 22px;
  z-index: 2;
  -webkit-animation: buntingmove 2s infinite;
  animation: buntingmove 2s infinite;
}

.answers-animate .aa-hand {
  background: url("/images/awards/animate/hand.png") no-repeat;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 0;
  display: block;
  width: 32px;
  height: 60px;
  -webkit-animation: handmove .6s steps(1) infinite;
  animation: handmove .6s steps(1) infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.answers-animate .aa-person {
  background: url("/images/awards/animate/person.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 150px;
  display: block;
}

.header-right-link-answer {
  cursor: pointer;
}

.header-right-link-answer.hide {
  display: none;
}

.message-modal {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 20px;
  position: relative;
  min-width: 280px;
  text-align: center;
  -webkit-transform: translate3d(0,236px,0);
  transform: translate3d(0,236px,0);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.message-modal.active {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  bottom: 10px;
}

.message-modal .item-icon {
  color: #999;
  position: absolute;
  font-size: 16px;
  top: 16px;
  right: 16px;
}

.message-modal .item-pic {
  width: 130px;
  height: 130px;
  margin: -20px auto 0;
}

.message-modal .item-desc {
  color: #333;
  font-size: 14px;
  margin-bottom: 24px;
}

.message-modal .item-btn {
  min-width: 90px;
  padding: 8px;
}

.fixed-bottom-right-2 {
  position: fixed;
  right: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  z-index: 9999;
}

html.ie8 .fixed-bottom-right-2,
html.ie7 .fixed-bottom-right-2,
html.ie6 .fixed-bottom-right-2 {
  border: 2px solid rgba(0,0,0,0.1);
}

input {
  outline: none;
}

#search {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

#search >.search-jx-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #227ce1;
  position: relative;
  height: 40px;
  font-size: 14px;
}

#search >.search-jx-blue .dropdown-search-link {
  width: 80px;
}

#search >.search-jx-blue .dropdown-search-link .itemrootCkb {
  display: none;
}

#search >.search-jx-blue .dropdown-search-link .caption {
  background: inherit;
  border: none;
  border-radius: 0;
  display: block;
  line-height: 36px;
  padding: 0 5%;
  position: relative;
  cursor: pointer;
  color: #666;
  z-index: 9;
}

#search >.search-jx-blue .dropdown-search-link .caption:after {
  position: absolute;
  top: 0;
  right: 5%;
  width: 14px;
  height: 14px;
  content: '\e616';
  font-size: 12px;
}

#search >.search-jx-blue .dropdown-search-link .itemCategory {
  position: relative;
  min-height: 36px;
}

#search >.search-jx-blue .dropdown-search-link .itemCategory ul {
  border: $dropdown-border;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  background-color: #fff;
  height: initial;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 99;
  max-height: 160px;
  overflow-y: auto;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

html.ie8 #search >.search-jx-blue .dropdown-search-link .itemCategory ul,
html.ie7 #search >.search-jx-blue .dropdown-search-link .itemCategory ul,
html.ie6 #search >.search-jx-blue .dropdown-search-link .itemCategory ul {
  border: 2px solid 0 10px 20px rgba(0,0,0,0.1);
}

#search >.search-jx-blue .dropdown-search-link .itemCategory ul li,
#search >.search-jx-blue .dropdown-search-link .itemCategory ul .fkp-dd-option {
  padding: 0 .5em;
  line-height: 2em;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#search >.search-jx-blue .dropdown-search-link .itemCategory ul li.active,
#search >.search-jx-blue .dropdown-search-link .itemCategory ul .fkp-dd-option.active,
#search >.search-jx-blue .dropdown-search-link .itemCategory ul li.activated,
#search >.search-jx-blue .dropdown-search-link .itemCategory ul .fkp-dd-option.activated {
  background-color: #227ce1;
  color: #fff;
}

#search >.search-jx-blue .dropdown-search-link .itemCategory ul li.active:hover,
#search >.search-jx-blue .dropdown-search-link .itemCategory ul .fkp-dd-option.active:hover,
#search >.search-jx-blue .dropdown-search-link .itemCategory ul li.activated:hover,
#search >.search-jx-blue .dropdown-search-link .itemCategory ul .fkp-dd-option.activated:hover {
  background-color: #227ce1;
  color: #fff;
}

#search >.search-jx-blue .dropdown-search-link .itemCategory ul li.select-disabled,
#search >.search-jx-blue .dropdown-search-link .itemCategory ul .fkp-dd-option.select-disabled {
  cursor: not-allowed;
  color: #999;
}

#search >.search-jx-blue .dropdown-search-link .itemCategory ul li.select-disabled:hover,
#search >.search-jx-blue .dropdown-search-link .itemCategory ul .fkp-dd-option.select-disabled:hover {
  background-color: initial;
  color: #999;
}

#search >.search-jx-blue .dropdown-search-link .itemCategory ul li:hover,
#search >.search-jx-blue .dropdown-search-link .itemCategory ul .fkp-dd-option:hover {
  background-color: #f0f7ff;
  color: #333;
}

#search >.search-jx-blue .dropdown-search-link .selected .caption:after {
  content: '\e6a3';
}

#search >.search-jx-blue .dropdown-search-link .selected ul {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#search >.search-jx-blue .dropdown-search-link .caption {
  padding-left: 18px;
}

#search >.search-jx-blue .inputGroup {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#search >.search-jx-blue .inputGroup label,
#search >.search-jx-blue .inputGroup .inputItem {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

#search >.search-jx-blue .inputGroup input {
  border: none;
  box-shadow: initial;
  padding: 0;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

html.ie8 #search >.search-jx-blue .inputGroup input,
html.ie7 #search >.search-jx-blue .inputGroup input,
html.ie6 #search >.search-jx-blue .inputGroup input {
  border: 2px solid initial;
}

#search >.search-jx-blue .inputGroup .fkp-desc {
  min-width: auto;
  margin-left: 0;
  height: 36px;
}

#search >.search-jx-blue .inputGroup .fkp-dd {
  min-height: 36px;
  width: 100%;
  position: relative;
}

#search >.search-jx-blue .inputGroup .fkp-dd:after {
  content: '';
}

#search >.search-jx-blue .inputGroup .fkp-dd ul {
  color: #000;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  background-color: #fff;
  height: initial;
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  z-index: 99;
  max-height: 160px;
  overflow-y: auto;
}

html.ie8 #search >.search-jx-blue .inputGroup .fkp-dd ul,
html.ie7 #search >.search-jx-blue .inputGroup .fkp-dd ul,
html.ie6 #search >.search-jx-blue .inputGroup .fkp-dd ul {
  border: 2px solid 0 10px 20px rgba(0,0,0,0.1);
}

#search >.search-jx-blue .inputGroup .fkp-dd ul li,
#search >.search-jx-blue .inputGroup .fkp-dd ul .fkp-dd-option {
  padding: 0 .5em;
  line-height: 2em;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#search >.search-jx-blue .inputGroup .fkp-dd ul li.active,
#search >.search-jx-blue .inputGroup .fkp-dd ul .fkp-dd-option.active,
#search >.search-jx-blue .inputGroup .fkp-dd ul li.activated,
#search >.search-jx-blue .inputGroup .fkp-dd ul .fkp-dd-option.activated {
  background-color: #227ce1;
  color: #fff;
}

#search >.search-jx-blue .inputGroup .fkp-dd ul li.active:hover,
#search >.search-jx-blue .inputGroup .fkp-dd ul .fkp-dd-option.active:hover,
#search >.search-jx-blue .inputGroup .fkp-dd ul li.activated:hover,
#search >.search-jx-blue .inputGroup .fkp-dd ul .fkp-dd-option.activated:hover {
  background-color: #227ce1;
  color: #fff;
}

#search >.search-jx-blue .inputGroup .fkp-dd ul li.select-disabled,
#search >.search-jx-blue .inputGroup .fkp-dd ul .fkp-dd-option.select-disabled {
  cursor: not-allowed;
  color: #999;
}

#search >.search-jx-blue .inputGroup .fkp-dd ul li.select-disabled:hover,
#search >.search-jx-blue .inputGroup .fkp-dd ul .fkp-dd-option.select-disabled:hover {
  background-color: initial;
  color: #999;
}

#search >.search-jx-blue .inputGroup .fkp-dd ul li:hover,
#search >.search-jx-blue .inputGroup .fkp-dd ul .fkp-dd-option:hover {
  background-color: #f0f7ff;
  color: #333;
}

#search >.search-jx-blue .inputGroup button {
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 20px;
  min-width: 100px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #227ce1;
  border-color: #227ce1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  padding: 0;
  line-height: 36px;
  font-size: 16px;
}

#search >.search-jx-blue .inputGroup button:hover {
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

#search >.search-jx-blue .inputGroup button:active {
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

#search >.search-jx-blue .for-autoCompleteReplaceZone .fkp-title {
  display: none;
}

#search >.search-jx-blue .form-span {
  width: 100%;
  margin-left: -70px;
  margin-top: 6px;
}

#search >.search-jx-blue .form-span ul {
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -6px;
}

#search >.search-jx-blue .form-span ul >li,
#search >.search-jx-blue .form-span ul >div,
#search >.search-jx-blue .form-span ul >span {
  margin-left: 6px;
  margin-bottom: 0;
}

.paging-jump,
.paging-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: 4px;
  color: #999;
}

.paging-pages {
  font-size: 14px;
}

.paging-pages .paging-disabled {
  background: #fff;
  border-color: #e5e5e5;
  color: #e5e5e5;
  cursor: not-allowed;
}

.paging-pages .paging-disabled:hover {
  border: 1px solid #e5e5e5;
}

.paging-pages a,
.paging-pages .paging-jump-val {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 40px;
  min-width: 40px;
  margin-left: 5px;
  text-decoration: none;
  text-align: center;
}

.paging-pages a:hover,
.paging-pages .paging-jump-val:hover {
  border: 1px solid #4b9afc;
}

.paging-pages .paging-jump-val {
  font-size: 14px;
  width: 40px;
}

.paging-pages .paging-active a {
  border: 1px solid #4b9afc;
  background: #f2f8ff;
  color: #4b9afc;
}

.paging-pages .paging-dot {
  margin-right: 3px;
}

.paging-pages .paging-prev,
.paging-pages .paging-next {
  padding: 6px 4px;
}

.paging-pages .paging-prev:before {
  content: '\e615';
}

.paging-pages .paging-next:after {
  content: '\e618';
}

.paging-pages .paging-jump-confirm {
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 20px;
  min-width: 100px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  padding: .3em 1em;
  min-width: 40px;
  margin-left: 6px;
}

.paging-pages .paging-jump-confirm:hover {
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.paging-pages .paging-jump-confirm:active {
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.paging-pages .paging-jump-confirm:hover {
  background: #f3f3f3;
}

.paging-pages input {
  margin: 0 6px;
}

input,
button,
select,
textarea {
  color: #333;
  font-size: 14px;
  outline: none;
}

input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

input:-moz-placeholder:color: $color,
button:-moz-placeholder:color: $color,
select:-moz-placeholder:color: $color,
textarea:-moz-placeholder:color: $color {
  font-size: 14px;
}

input::-moz-placeholder:color: $color,
button::-moz-placeholder:color: $color,
select::-moz-placeholder:color: $color,
textarea::-moz-placeholder:color: $color {
  font-size: 14px;
}

input:-ms-input-placeholder:color: $color,
button:-ms-input-placeholder:color: $color,
select:-ms-input-placeholder:color: $color,
textarea:-ms-input-placeholder:color: $color {
  font-size: 14px;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

input:disabled,
button:disabled,
select:disabled,
textarea:disabled {
  background-color: #f3f3f3;
}

textarea {
  resize: none;
}

.form-item-input,
.inputGroup input[type="text"],
.inputGroup input[type="password"],
.inputGroup .fkp-dd-input {
  height: 32px;
  padding: 0 8px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}

.form-item-input.fkp-dd-input,
.inputGroup input[type="text"].fkp-dd-input,
.inputGroup input[type="password"].fkp-dd-input,
.inputGroup .fkp-dd-input.fkp-dd-input {
  padding: 0 29px 0 8px;
}

.form-item-input:focus,
.inputGroup input[type="text"]:focus,
.inputGroup input[type="password"]:focus,
.inputGroup .fkp-dd-input:focus {
  border-color: #227ce1;
  outline: none;
}

.form-item-input:-moz-read-only:focus,
.inputGroup input[type="text"]:-moz-read-only:focus,
.inputGroup input[type="password"]:-moz-read-only:focus,
.inputGroup .fkp-dd-input:-moz-read-only:focus {
  box-shadow: none;
  border-color: none;
}

.form-item-input:read-only:focus,
.inputGroup input[type="text"]:read-only:focus,
.inputGroup input[type="password"]:read-only:focus,
.inputGroup .fkp-dd-input:read-only:focus {
  box-shadow: none;
  border-color: none;
}

html.ie8 .form-item-input:-moz-read-only:focus,
html.ie8 .inputGroup input[type="text"]:-moz-read-only:focus,
html.ie8 .inputGroup input[type="password"]:-moz-read-only:focus,
html.ie8 .inputGroup .fkp-dd-input:-moz-read-only:focus,
html.ie7 .form-item-input:-moz-read-only:focus,
html.ie7 .inputGroup input[type="text"]:-moz-read-only:focus,
html.ie7 .inputGroup input[type="password"]:-moz-read-only:focus,
html.ie7 .inputGroup .fkp-dd-input:-moz-read-only:focus,
html.ie6 .form-item-input:-moz-read-only:focus,
html.ie6 .inputGroup input[type="text"]:-moz-read-only:focus,
html.ie6 .inputGroup input[type="password"]:-moz-read-only:focus,
html.ie6 .inputGroup .fkp-dd-input:-moz-read-only:focus {
  border: 2px solid none;
}

html.ie8 .form-item-input:read-only:focus,
html.ie8 .inputGroup input[type="text"]:read-only:focus,
html.ie8 .inputGroup input[type="password"]:read-only:focus,
html.ie8 .inputGroup .fkp-dd-input:read-only:focus,
html.ie7 .form-item-input:read-only:focus,
html.ie7 .inputGroup input[type="text"]:read-only:focus,
html.ie7 .inputGroup input[type="password"]:read-only:focus,
html.ie7 .inputGroup .fkp-dd-input:read-only:focus,
html.ie6 .form-item-input:read-only:focus,
html.ie6 .inputGroup input[type="text"]:read-only:focus,
html.ie6 .inputGroup input[type="password"]:read-only:focus,
html.ie6 .inputGroup .fkp-dd-input:read-only:focus {
  border: 2px solid none;
}

.form-item-input:disabled,
.inputGroup input[type="text"]:disabled,
.inputGroup input[type="password"]:disabled,
.inputGroup .fkp-dd-input:disabled {
  background-color: #f3f3f3;
  cursor: default;
}

.inputItem {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  min-height: 32px;
}

.inputItem.wid-auto-fkp-title .fkp-title {
  min-width: auto;
}

.inputItem.flex-items-flex-start,
.inputItem.title-align-fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.inputItem.w-p100-form-span .form-span {
  width: 100%;
}

.inputItem.fkp-content-input-order input[type='text'] {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.inputItem.inputItem-input-count.fkp-content-wid-p100 .fkp-content,
.inputItem.inputItem-input-count-2.fkp-content-wid-p100 .fkp-content {
  width: 100%;
}

.inputItem.inputItem-input-count.fkp-content-wid-p100 .fkp-content input[type='text'],
.inputItem.inputItem-input-count-2.fkp-content-wid-p100 .fkp-content input[type='text'] {
  width: 100%;
}

.inputItem.inputItem-input-count.fkp-content-wid-500 .fkp-content,
.inputItem.inputItem-input-count-2.fkp-content-wid-500 .fkp-content {
  width: 500px;
}

.inputItem.inputItem-input-count.fkp-content-wid-500 .fkp-content input[type='text'],
.inputItem.inputItem-input-count-2.fkp-content-wid-500 .fkp-content input[type='text'] {
  width: 100%;
}

.inputItem.inputItem-input-count .fkp-content,
.inputItem.inputItem-input-count-2 .fkp-content {
  width: 267px;
  -webkit-box-flex: inherit;
  -moz-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

.inputItem.inputItem-input-count .fkp-desc,
.inputItem.inputItem-input-count-2 .fkp-desc {
  position: inherit;
}

.inputItem.inputItem-input-count input[type='text'],
.inputItem.inputItem-input-count-2 input[type='text'] {
  padding: 0 40px 0 8px;
}

.inputItem.inputItem-input-count .input-count,
.inputItem.inputItem-input-count-2 .input-count {
  background: #fff;
  position: absolute;
  right: 14px;
  top: -6px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
}

.inputItem.inputItem-input-count-2 .fkp-desc {
  position: initial;
}

.inputItem.inputItem-input-count-2 .input-count {
  top: calc(50% - 6px);
}

.inputMultiply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.inputMultiply lable:first-child,
.inputMultiply lable.inputMultiply-lable-ml0 {
  margin-left: 0;
}

.inputMultiply lable.no-margin-btn {
  margin-left: -1px;
}

.inputMultiply input[type='text'] {
  width: 100%;
}

.inputMultiply .fkp-desc {
  min-width: auto;
  margin-right: .6em;
}

.inputMultiply >.inputItem:not(:first-child) >.fkp-title {
  display: none;
}

.inputMultiply >.inputItem.fkp-title-reset >.fkp-title {
  display: block;
  min-width: auto;
  margin: 0;
}

.inputMultiply >.inputItem.fkp-title-opacity >.fkp-title {
  display: block;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.itemError .form_control {
  border-color: #e96767;
  outline: 0;
}

.input-mudd-group.inputGroup .inputMultiply {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkboxGroup,
.radioGroup {
  margin-bottom: 10px;
  position: relative;
  min-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkboxGroup .fkp-input-required,
.radioGroup .fkp-input-required {
  display: none;
}

.checkboxGroup >.fkp-title,
.radioGroup >.fkp-title {
  min-width: 6em;
  margin-right: .6em;
  margin-top: 10px;
}

.checkboxGroup >.fkp-content,
.radioGroup >.fkp-content {
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: -8px;
}

.checkboxGroup >.fkp-content .fkp-title,
.radioGroup >.fkp-content .fkp-title {
  margin-right: 15px;
}

.checkboxGroup .checkboxItem,
.radioGroup .checkboxItem,
.checkboxGroup .radioItem,
.radioGroup .radioItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: auto;
  margin-bottom: 8px;
}

.checkboxGroup .checkboxItem .fkp-title,
.radioGroup .checkboxItem .fkp-title,
.checkboxGroup .radioItem .fkp-title,
.radioGroup .radioItem .fkp-title {
  color: #333;
}

.checkboxGroup .fkp-checkbox-box,
.radioGroup .fkp-checkbox-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 14px;
}

.checkboxGroup .fkp-checkbox-box.active:before,
.radioGroup .fkp-checkbox-box.active:before {
  color: #777;
}

.checkboxGroup .fkp-checkbox-box.active:after,
.radioGroup .fkp-checkbox-box.active:after {
  content: '\e766';
  color: #227ce1;
  position: absolute;
  top: 0;
  left: 0;
}

.checkboxGroup input[type='checkbox'],
.radioGroup input[type='checkbox'],
.checkboxGroup input[type='radio'],
.radioGroup input[type='radio'] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  border: 0;
  margin: 0;
  z-index: 9;
}

.checkboxGroup input[type='checkbox']:checked+.fkp-radio-box:after,
.radioGroup input[type='checkbox']:checked+.fkp-radio-box:after,
.checkboxGroup input[type='radio']:checked+.fkp-radio-box:after,
.radioGroup input[type='radio']:checked+.fkp-radio-box:after,
.checkboxGroup input[type='checkbox']:checked+.fkp-checkbox-box:after,
.radioGroup input[type='checkbox']:checked+.fkp-checkbox-box:after,
.checkboxGroup input[type='radio']:checked+.fkp-checkbox-box:after,
.radioGroup input[type='radio']:checked+.fkp-checkbox-box:after {
  content: '\e76b';
  position: absolute;
  left: 0;
  top: 1px;
  color: #048cf9;
  font-size: 14px;
}

.checkboxGroup input[type='checkbox']:checked+.fkp-checkbox-box:after,
.radioGroup input[type='checkbox']:checked+.fkp-checkbox-box:after,
.checkboxGroup input[type='radio']:checked+.fkp-checkbox-box:after,
.radioGroup input[type='radio']:checked+.fkp-checkbox-box:after {
  content: '\e766';
  color: #227ce1;
  top: 0;
}

.checkboxGroup input[type='checkbox']:disabled,
.radioGroup input[type='checkbox']:disabled,
.checkboxGroup input[type='radio']:disabled,
.radioGroup input[type='radio']:disabled {
  cursor: not-allowed;
}

.checkboxGroup input[type='checkbox']:disabled+.fkp-radio-box:before,
.radioGroup input[type='checkbox']:disabled+.fkp-radio-box:before,
.checkboxGroup input[type='radio']:disabled+.fkp-radio-box:before,
.radioGroup input[type='radio']:disabled+.fkp-radio-box:before,
.checkboxGroup input[type='checkbox']:disabled+.fkp-checkbox-box:before,
.radioGroup input[type='checkbox']:disabled+.fkp-checkbox-box:before,
.checkboxGroup input[type='radio']:disabled+.fkp-checkbox-box:before,
.radioGroup input[type='radio']:disabled+.fkp-checkbox-box:before {
  background: #f3f3f3;
}

.checkboxGroup input[type='checkbox']:disabled~.c-value,
.radioGroup input[type='checkbox']:disabled~.c-value,
.checkboxGroup input[type='radio']:disabled~.c-value,
.radioGroup input[type='radio']:disabled~.c-value {
  color: #999;
}

.checkboxGroup span,
.radioGroup span {
  display: block;
  position: relative;
  margin-right: 6px;
}

.checkboxGroup span.fkp-radio-box,
.radioGroup span.fkp-radio-box,
.checkboxGroup span.fkp-checkbox-box,
.radioGroup span.fkp-checkbox-box {
  font-size: 14px;
  position: relative;
}

.checkboxGroup span.fkp-radio-box:before,
.radioGroup span.fkp-radio-box:before,
.checkboxGroup span.fkp-checkbox-box:before,
.radioGroup span.fkp-checkbox-box:before {
  content: '';
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #ccc;
  display: block;
  width: 14px;
  height: 14px;
}

.checkboxGroup span.fkp-radio-box:before,
.radioGroup span.fkp-radio-box:before {
  border-radius: 14px;
}

.checkboxGroup .checkboxItem .fkp-radio-box,
.radioGroup .checkboxItem .fkp-radio-box,
.checkboxGroup .radioItem .fkp-radio-box,
.radioGroup .radioItem .fkp-radio-box,
.checkboxGroup .checkboxItem .fkp-checkbox-box,
.radioGroup .checkboxItem .fkp-checkbox-box,
.checkboxGroup .radioItem .fkp-checkbox-box,
.radioGroup .radioItem .fkp-checkbox-box {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.checkboxGroup .checkboxItem >span,
.radioGroup .checkboxItem >span,
.checkboxGroup .radioItem >span,
.radioGroup .radioItem >span {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: .6em;
}

.checkboxGroup .switch .fkp-checkbox-box,
.radioGroup .switch .fkp-checkbox-box {
  width: 36px;
  height: 15px;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 15px;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

html.ie8 .checkboxGroup .switch .fkp-checkbox-box,
html.ie8 .radioGroup .switch .fkp-checkbox-box,
html.ie7 .checkboxGroup .switch .fkp-checkbox-box,
html.ie7 .radioGroup .switch .fkp-checkbox-box,
html.ie6 .checkboxGroup .switch .fkp-checkbox-box,
html.ie6 .radioGroup .switch .fkp-checkbox-box {
  border: 2px solid inset;
}

.checkboxGroup .switch .fkp-checkbox-box:after,
.radioGroup .switch .fkp-checkbox-box:after {
  content: '';
  width: 22px;
  height: 24px;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

html.ie8 .checkboxGroup .switch .fkp-checkbox-box:after,
html.ie8 .radioGroup .switch .fkp-checkbox-box:after,
html.ie7 .checkboxGroup .switch .fkp-checkbox-box:after,
html.ie7 .radioGroup .switch .fkp-checkbox-box:after,
html.ie6 .checkboxGroup .switch .fkp-checkbox-box:after,
html.ie6 .radioGroup .switch .fkp-checkbox-box:after {
  border: 2px solid rgba(0,0,0,0.4);
}

.checkboxGroup .switch .fkp-checkbox-box:before,
.radioGroup .switch .fkp-checkbox-box:before {
  content: '';
}

.checkboxGroup .switch input:checked+.fkp-checkbox-box,
.radioGroup .switch input:checked+.fkp-checkbox-box {
  border-color: #64bd63;
  box-shadow: #64bd63 0 0 0 16px inset;
  background-color: #64bd63;
}

html.ie8 .checkboxGroup .switch input:checked+.fkp-checkbox-box,
html.ie8 .radioGroup .switch input:checked+.fkp-checkbox-box,
html.ie7 .checkboxGroup .switch input:checked+.fkp-checkbox-box,
html.ie7 .radioGroup .switch input:checked+.fkp-checkbox-box,
html.ie6 .checkboxGroup .switch input:checked+.fkp-checkbox-box,
html.ie6 .radioGroup .switch input:checked+.fkp-checkbox-box {
  border: 2px solid inset;
}

.checkboxGroup .switch input:checked+.fkp-checkbox-box:after,
.radioGroup .switch input:checked+.fkp-checkbox-box:after {
  left: 18px;
}

.mt-25 {
  margin-top: 25px;
}

.btn,
.btn-default,
.btn-c227ce1,
.btn-c4b9afc,
.btn-f4f9ff,
.btn-f15d3b,
.btn-ff7e11,
.btn-fffaf0,
.btn-fff,
.btn-fff-666,
.btn-fff-227ce1,
.btn-disabled,
.btn-b2b2b2,
.btn-f3f3f3,
.btn-link,
.btn-link-333,
.btn-link-68bf7b,
.lable-btn-disabled input[type='submit'],
.lable-btn-disabled input[type='button'],
.lable-btn-ff7e11 input[type='submit'],
.lable-btn-ff7e11 input[type='button'],
.lable-btn-c227ce1 input[type='submit'],
.lable-btn-c227ce1 input[type='button'],
.lable-btn-c227ce1 a[name='btn'],
.lable-btn-fff input[type='submit'],
.lable-btn-fff input[type='button'],
.lable-btn-fff-333 input[type='submit'],
.lable-btn-fff-333 input[type='button'],
.lable-btn-line input[type='submit'],
.lable-btn-line input[type='button'],
.list-search-box .search-property-form .inputGroup .btn-confirm {
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  padding: 8px 1.25em;
  min-width: 100px;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

.btn:hover,
.btn-default:hover,
.btn-c227ce1:hover,
.btn-c4b9afc:hover,
.btn-f4f9ff:hover,
.btn-f15d3b:hover,
.btn-ff7e11:hover,
.btn-fffaf0:hover,
.btn-fff:hover,
.btn-fff-666:hover,
.btn-fff-227ce1:hover,
.btn-disabled:hover,
.btn-b2b2b2:hover,
.btn-f3f3f3:hover,
.btn-link:hover,
.btn-link-333:hover,
.btn-link-68bf7b:hover,
.lable-btn-disabled input[type='submit']:hover,
.lable-btn-disabled input[type='button']:hover,
.lable-btn-ff7e11 input[type='submit']:hover,
.lable-btn-ff7e11 input[type='button']:hover,
.lable-btn-c227ce1 input[type='submit']:hover,
.lable-btn-c227ce1 input[type='button']:hover,
.lable-btn-c227ce1 a[name='btn']:hover,
.lable-btn-fff input[type='submit']:hover,
.lable-btn-fff input[type='button']:hover,
.lable-btn-fff-333 input[type='submit']:hover,
.lable-btn-fff-333 input[type='button']:hover,
.lable-btn-line input[type='submit']:hover,
.lable-btn-line input[type='button']:hover,
.list-search-box .search-property-form .inputGroup .btn-confirm:hover {
  opacity: .85;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  text-decoration: none;
}

.btn:active,
.btn-default:active,
.btn-c227ce1:active,
.btn-c4b9afc:active,
.btn-f4f9ff:active,
.btn-f15d3b:active,
.btn-ff7e11:active,
.btn-fffaf0:active,
.btn-fff:active,
.btn-fff-666:active,
.btn-fff-227ce1:active,
.btn-disabled:active,
.btn-b2b2b2:active,
.btn-f3f3f3:active,
.btn-link:active,
.btn-link-333:active,
.btn-link-68bf7b:active,
.lable-btn-disabled input[type='submit']:active,
.lable-btn-disabled input[type='button']:active,
.lable-btn-ff7e11 input[type='submit']:active,
.lable-btn-ff7e11 input[type='button']:active,
.lable-btn-c227ce1 input[type='submit']:active,
.lable-btn-c227ce1 input[type='button']:active,
.lable-btn-c227ce1 a[name='btn']:active,
.lable-btn-fff input[type='submit']:active,
.lable-btn-fff input[type='button']:active,
.lable-btn-fff-333 input[type='submit']:active,
.lable-btn-fff-333 input[type='button']:active,
.lable-btn-line input[type='submit']:active,
.lable-btn-line input[type='button']:active,
.list-search-box .search-property-form .inputGroup .btn-confirm:active {
  opacity: .85;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

.btn.btn-vcenter,
.btn-default.btn-vcenter,
.btn-c227ce1.btn-vcenter,
.btn-c4b9afc.btn-vcenter,
.btn-f4f9ff.btn-vcenter,
.btn-f15d3b.btn-vcenter,
.btn-ff7e11.btn-vcenter,
.btn-fffaf0.btn-vcenter,
.btn-fff.btn-vcenter,
.btn-fff-666.btn-vcenter,
.btn-fff-227ce1.btn-vcenter,
.btn-disabled.btn-vcenter,
.btn-b2b2b2.btn-vcenter,
.btn-f3f3f3.btn-vcenter,
.btn-link.btn-vcenter,
.btn-link-333.btn-vcenter,
.btn-link-68bf7b.btn-vcenter,
.lable-btn-disabled input[type='submit'].btn-vcenter,
.lable-btn-disabled input[type='button'].btn-vcenter,
.lable-btn-ff7e11 input[type='submit'].btn-vcenter,
.lable-btn-ff7e11 input[type='button'].btn-vcenter,
.lable-btn-c227ce1 input[type='submit'].btn-vcenter,
.lable-btn-c227ce1 input[type='button'].btn-vcenter,
.lable-btn-c227ce1 a[name='btn'].btn-vcenter,
.lable-btn-fff input[type='submit'].btn-vcenter,
.lable-btn-fff input[type='button'].btn-vcenter,
.lable-btn-fff-333 input[type='submit'].btn-vcenter,
.lable-btn-fff-333 input[type='button'].btn-vcenter,
.lable-btn-line input[type='submit'].btn-vcenter,
.lable-btn-line input[type='button'].btn-vcenter,
.list-search-box .search-property-form .inputGroup .btn-confirm.btn-vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.btn-small {
  min-width: 80px;
  padding: 6px;
}

.btn-small1 {
  min-width: 80px;
  padding: 8px 6px;
}

.btn-small-x {
  min-width: 80px;
  width: 80px;
}

.btn-larger {
  min-width: 120px;
  padding: 9px 1.25em;
}

.btn-larger2 {
  line-height: initial;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}

.btn-p100 {
  width: 100%;
  padding: 9px 1.25em;
}

.btn-default {
  color: #ff7e11;
  background-color: #fff;
  border-color: #ff7e11;
}

.btn-default.btn-bg-full:hover {
  background-color: #ff7e11;
  color: #fff;
}

.btn-c227ce1,
.lable-btn-c227ce1 input[type='submit'],
.lable-btn-c227ce1 input[type='button'],
.lable-btn-c227ce1 a[name='btn'] {
  color: #fff;
  background-color: #227ce1;
  border-color: #227ce1;
}

.btn-c4b9afc {
  color: #fff;
  background-color: #4b9afc;
  border-color: #4b9afc;
}

.btn-f4f9ff {
  color: #fff;
  background-color: #f4f9ff;
  border-color: #f4f9ff;
}

.btn-f15d3b {
  color: #fff;
  background-color: #f15d3b;
  border-color: #f15d3b;
}

.btn-ff7e11,
.lable-btn-ff7e11 input[type='submit'],
.lable-btn-ff7e11 input[type='button'] {
  color: #fff;
  background-color: #ff7e11;
  border-color: #ff7e11;
}

.btn-fffaf0 {
  color: #edad2c;
  background-color: #fffaf0;
  border-color: #fbe3b3;
}

.btn-fff,
.lable-btn-fff input[type='submit'],
.lable-btn-fff input[type='button'] {
  color: #ff7e11;
  background-color: #fff;
  border-color: #ff7e11;
}

.btn-fff-666,
.list-search-box .search-property-form .inputGroup .btn-confirm {
  color: #666;
  background-color: #fff;
  border-color: #d2d2d2;
  min-width: 50px;
}

.btn-fff-666:hover,
.list-search-box .search-property-form .inputGroup .btn-confirm:hover {
  border-color: #227ce1;
  color: #227ce1;
}

.btn-fff-227ce1 {
  color: #227ce1;
  background-color: #fff;
  border-color: #227ce1;
  min-width: 50px;
}

.btn-disabled,
.lable-btn-disabled input[type='submit'],
.lable-btn-disabled input[type='button'] {
  color: #fff;
  cursor: not-allowed;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-b2b2b2 {
  color: #fff;
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}

.btn-f3f3f3 {
  color: #999;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.btn-f4f9ff {
  color: #768fab;
  background-color: #f4f9ff;
  border-color: #d1e0f1;
}

.btn-link,
.lable-btn-line input[type='submit'],
.lable-btn-line input[type='button'] {
  border: 1px solid transparent;
  background: none;
  text-decoration: none;
}

.btn-link:hover,
.lable-btn-line input[type='submit']:hover,
.lable-btn-line input[type='button']:hover {
  text-decoration: underline;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.btn-link-333,
.lable-btn-fff-333 input[type='submit'],
.lable-btn-fff-333 input[type='button'] {
  border: 1px solid #ccc;
  background: none;
  color: #333;
}

.btn-link-68bf7b {
  border: 1px solid #68bf7b;
  background: none;
  color: #68bf7b;
}

.ss-form {
  position: relative;
}

.ss-form .ss-form-tips,
.inputGroup .fkp-input-error.warning,
.inputGroup .error,
.inputGroup .err-a-tips {
  border: 1px solid #fff4de;
  background: #fffce9;
  color: #333;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 9px;
  padding: 6px 10px 4px 30px;
  z-index: 10;
  font-size: 12px;
  _width: 370px;
  max-width: 370px;
  white-space: nowrap;
  line-height: 14px;
}

.ss-form .ss-form-tips:before,
.inputGroup .fkp-input-error.warning:before,
.inputGroup .error:before,
.inputGroup .err-a-tips:before {
  margin-right: 6px;
  font-size: 14px;
  vertical-align: bottom;
  position: absolute;
  left: 10px;
  font-size: 16px;
}

.ss-form .ss-form-tips.warning:before,
.inputGroup .fkp-input-error.warning.warning:before,
.inputGroup .error.warning:before,
.inputGroup .err-a-tips.warning:before {
  content: '\e621';
  color: #f9b427;
}

.ss-form .ss-form-tips.error:before,
.inputGroup .fkp-input-error.warning.error:before,
.inputGroup .error.error:before,
.inputGroup .err-a-tips.error:before {
  content: '\e648';
  color: #fc1616;
}

.ss-form .ss-form-tips.succcess,
.inputGroup .fkp-input-error.warning.succcess,
.inputGroup .error.succcess,
.inputGroup .err-a-tips.succcess {
  min-width: 200px;
}

.ss-form .ss-form-tips.succcess:before,
.inputGroup .fkp-input-error.warning.succcess:before,
.inputGroup .error.succcess:before,
.inputGroup .err-a-tips.succcess:before {
  content: '\e654';
}

.inputGroup {
  font-size: 14px;
  line-height: 14px;
  min-height: 28px;
}

.inputGroup input[type="text"],
.inputGroup input[type="password"],
.inputGroup .fkp-dd-input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #000;
  -moz-tap-highlight-color: #000;
  -ms-tap-highlight-color: #000;
  -o-tap-highlight-color: #000;
  tap-highlight-color: #000;
  width: 250px;
}

.inputGroup input[type="text"][type=button],
.inputGroup input[type="password"][type=button],
.inputGroup .fkp-dd-input[type=button] {
  background-color: #fff;
}

.inputGroup input[type="text"].input-no-border,
.inputGroup input[type="password"].input-no-border,
.inputGroup .fkp-dd-input.input-no-border {
  border: none;
}

.inputGroup span {
  position: relative;
  vertical-align: middle;
}

.inputGroup span.form-input-prefix {
  position: static;
}

.inputGroup .fkp-title {
  min-width: 6em;
  text-align: right;
  white-space: nowrap;
  margin-right: .6em;
  display: block;
}

.inputGroup .fkp-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
  line-height: 14px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

.inputGroup .inputItemGroup >.fkp-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.inputGroup .htextarea {
  overflow: hidden;
  width: 100%;
}

.inputGroup .htextarea ~.fkp-input-error {
  top: initial;
  bottom: -14px;
}

.inputGroup .htextarea ~.fkp-desc {
  position: static;
}

.inputGroup .fkp-desc {
  margin-left: .6em;
}

.inputGroup .fkp-input-box {
  position: relative;
  margin-left: 0;
}

.inputGroup .fkp-input-box:after {
  content: '\e60c';
  display: block;
  color: #d6d6d6;
  padding-top: .1em;
  position: absolute;
  font-size: .4em;
  right: .7em;
  top: -.8em;
  color: #f00;
}

.inputGroup .inputMultiply .fkp-desc {
  min-width: auto;
}

.inputGroup .fkp-dd {
  position: relative;
}

.inputGroup .fkp-dd input {
  width: 100%;
}

.inputGroup .fkp-dd+span[class="fkp-input-box"] {
  display: none;
}

.inputGroup .fkp-dd .fkp-dd-list {
  display: none;
}

.inputGroup .fkp-dd ul {
  border: 1px solid #ccc;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  background-color: #fff;
  height: initial;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 99;
  max-height: 160px;
  overflow-y: auto;
}

html.ie8 .inputGroup .fkp-dd ul,
html.ie7 .inputGroup .fkp-dd ul,
html.ie6 .inputGroup .fkp-dd ul {
  border: 2px solid 0 10px 20px rgba(0,0,0,0.1);
}

.inputGroup .fkp-dd ul li,
.inputGroup .fkp-dd ul .fkp-dd-option {
  padding: 0 .5em;
  line-height: 2em;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inputGroup .fkp-dd ul li.active,
.inputGroup .fkp-dd ul .fkp-dd-option.active,
.inputGroup .fkp-dd ul li.activated,
.inputGroup .fkp-dd ul .fkp-dd-option.activated {
  background-color: #227ce1;
  color: #fff;
}

.inputGroup .fkp-dd ul li.active:hover,
.inputGroup .fkp-dd ul .fkp-dd-option.active:hover,
.inputGroup .fkp-dd ul li.activated:hover,
.inputGroup .fkp-dd ul .fkp-dd-option.activated:hover {
  background-color: #227ce1;
  color: #fff;
}

.inputGroup .fkp-dd ul li.select-disabled,
.inputGroup .fkp-dd ul .fkp-dd-option.select-disabled {
  cursor: not-allowed;
  color: #999;
}

.inputGroup .fkp-dd ul li.select-disabled:hover,
.inputGroup .fkp-dd ul .fkp-dd-option.select-disabled:hover {
  background-color: initial;
  color: #999;
}

.inputGroup .fkp-dd ul li:hover,
.inputGroup .fkp-dd ul .fkp-dd-option:hover {
  background-color: #f0f7ff;
  color: #333;
}

.inputGroup .fkp-dd:after {
  content: "\ec0a";
  display: block;
  color: #333;
  position: absolute;
  right: .5em;
  top: 9px;
  font-size: 18px;
}

.inputGroup .none {
  display: none;
}

.inputGroup lable,
.inputGroup .inputItem {
  position: relative;
  margin-bottom: 10px;
}

.inputGroup input[type='text'].small-input {
  width: 10em;
}

.inputGroup input[type="submit"],
.inputGroup input[type="button"] {
  width: auto;
}

.inputGroup input[type='text'].itemError,
.inputGroup input[type='password'].itemError,
.inputGroup input[type='select'].itemError {
  border-color: #fc1616;
}

.inputGroup .uploader-wrap .itemError {
  border-color: #fc1616;
}

.inputGroup .uploader-wrap .err-a-tips,
.inputGroup .uploader-wrap .fkp-input-error.warning,
.inputGroup .uploader-wrap .fkp-input-error.error {
  top: initial;
  bottom: -14px;
}

.inputGroup textarea {
  height: 100px;
  border: 1px solid #ccc;
  padding: 6px 10px 24px 10px;
  width: 100%;
  line-height: 20px;
}

.inputGroup textarea.itemError {
  border-color: #fc1616;
}

.inputGroup textarea.itemError ~.fkp-input-error {
  top: initial;
  bottom: -14px;
}

.inputGroup .textarea-div {
  position: relative;
}

.inputGroup .textarea-div span {
  font-size: 12px;
}

.inputGroup .textarea-count {
  background: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.inputGroup span.form-span {
  color: #333;
}

.inputGroup .span-color-666 span.form-span {
  color: #666;
}

.inputGroup .fkp-input-required +.fkp-title:before {
  content: '*';
  color: #f00;
  margin-right: 3px;
}

.inputGroup .fkp-input-required-false .fkp-input-required +.fkp-title:before {
  content: '';
}

.inputGroup .succcess {
  padding: 6px 10px 4px 30px;
  min-width: 200px;
}

.inputGroup .succcess:before {
  content: '\e654';
  margin-right: 6px;
}

.inputGroup .code-input input {
  width: 9.4em;
}

.inputGroup .code {
  height: 32px;
}

.inputGroup .code a,
.inputGroup .code img {
  height: 100%;
}

.inputGroup .fkp-desc {
  text-align: right;
  color: #999;
}

.inputGroup .fkp-desc .cd_wrap {
  padding: 8px 14px;
}

.inputGroup .fkp-dd {
  width: 154px;
  cursor: pointer;
}

.inputGroup .fkp-dd >input {
  cursor: pointer;
}

.inputGroup .form-datepicker {
  cursor: pointer;
  position: relative;
  width: 170px;
}

.inputGroup .form-datepicker >input {
  cursor: pointer;
}

.inputGroup .form-datepicker:after {
  content: '\e605';
  position: absolute;
  top: 10px;
  right: 6px;
  color: #999;
  font-size: 16px;
}

.inputGroup .form-datepicker input {
  width: 100%;
}

.inputGroup .form-datepicker ~.fkp-desc {
  min-width: 1px;
  margin: 0 10px;
  text-align: center;
}

.inputGroup .form-tip {
  background: #fef8d5;
  color: #666;
  position: absolute;
  top: 78%;
  left: 7em;
  z-index: 2;
  _width: 540px;
  max-width: 540px;
  padding: 15px 10px;
  line-height: 22px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.inputGroup .form-tip .form-tip-i {
  margin-right: 10px;
}

.inputGroup .form-tip .form-tip-title {
  color: #333;
  margin-bottom: 4px;
}

.inputGroup .form-table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inputGroup .form-table .clickbtn {
  margin-right: 10px;
}

.inputGroup .form-table .fkp-desc {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
}

.form-input-prefix i,
.form-input-prefix .input-prefix {
  position: absolute;
  top: 0;
  left: 134px;
  font-style: normal;
  line-height: 15px;
  padding: 0 10px;
  color: #333;
  display: block;
  z-index: 1;
}

.lable-btn-fff-c227ce1 input[type='submit'],
.lable-btn-fff-c227ce1 input[type='button'] {
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 20px;
  min-width: 100px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  border-color: #227ce1;
  color: #227ce1;
  text-decoration: none;
  text-align: center;
}

.lable-btn-fff-c227ce1 input[type='submit']:hover,
.lable-btn-fff-c227ce1 input[type='button']:hover {
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.lable-btn-fff-c227ce1 input[type='submit']:active,
.lable-btn-fff-c227ce1 input[type='button']:active {
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.lable-btn-fff-c227ce1.btn-bg-full:hover input[type='submit'],
.lable-btn-fff-c227ce1.btn-bg-full:hover input[type='button'] {
  background-color: #227ce1;
  color: #fff;
}

.lable-btn-fff-ff7e11 input[type='submit'],
.lable-btn-fff-ff7e11 input[type='button'] {
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 20px;
  min-width: 100px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  border-color: #ff7e11;
  color: #ff7e11;
  text-decoration: none;
  text-align: center;
}

.lable-btn-fff-ff7e11 input[type='submit']:hover,
.lable-btn-fff-ff7e11 input[type='button']:hover {
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.lable-btn-fff-ff7e11 input[type='submit']:active,
.lable-btn-fff-ff7e11 input[type='button']:active {
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.modal-p10 {
  width: 10%;
}

.modal-p20 {
  width: 20%;
}

.modal-p30 {
  width: 30%;
}

.modal-p40 {
  width: 40%;
}

.modal-p50 {
  width: 50%;
}

.modal-p60 {
  width: 60%;
}

.modal-p70 {
  width: 70%;
}

.modal-p80 {
  width: 80%;
}

.modal-p90 {
  width: 90%;
}

.modal-open {
  overflow: hidden;
}

.modal-bg {
  z-index: 10020;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.modal-container {
  min-height: 100px;
  background-color: #fff;
  margin: 30px 0;
  border-radius: 0;
  outline: none;
  border: none;
  box-shadow: initial;
  max-height: 98%;
  overflow: hidden;
}

html.ie8 .modal-container,
html.ie7 .modal-container,
html.ie6 .modal-container {
  border: 2px solid initial;
}

.modal-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 40px;
  padding: 10px;
}

.modal-head h5 i {
  font-style: normal;
  font-size: 12px;
}

.modal-head.type-head {
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-body {
  font-size: 14px;
  min-height: 50px;
  max-height: 440px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-body .modal-alonetitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.modal-body .modal-alonetitle:before {
  content: '\e620';
  color: #6bc839;
  font-size: 30px;
}

.modal-body .modal-alonetitle:before {
  margin-right: 20px;
}

.modal-body .modal-alonetitle-wrarn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.modal-body .modal-alonetitle-wrarn:before {
  content: '\e621';
  color: #ff7e11;
  font-size: 30px;
}

.modal-body .modal-alonetitle-wrarn:before {
  margin-right: 20px;
}

.modal-body .modal-alonetitle-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.modal-body .modal-alonetitle-error:before {
  content: '\e648';
  color: #fc1616;
  font-size: 30px;
}

.modal-body .modal-alonetitle-error:before {
  margin-right: 20px;
}

.modal-body.no-scroll {
  overflow-x: initial;
  overflow-y: initial;
}

.modal-body.type-body {
  padding: 12px;
}

.modal-foot {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: right;
  height: 50px;
  padding: 0 40px;
  margin-bottom: 34px;
}

.modal-foot button {
  margin-left: 2%;
}

.modal-max-p60 {
  _width: 60%;
  max-width: 60%;
  border: none;
  background: none;
}

.modal-max-p60 .modal-pic {
  max-height: 80%;
}

.modal-max-p60 .modal-pic img {
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.modal-middle .modal-foot {
  border-top: 1px solid #f3f3f3;
  height: 50px;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.modal-middle .modal-foot button {
  font-size: 16px;
  border: none;
  background: none;
  color: #999;
  margin: 0 auto;
  width: 50%;
  border-right: 1px solid #f3f3f3;
}

.modal-middle .modal-foot button:last-child {
  color: #227ce1;
  border-right: none;
}

.modal-middle .modal-body {
  min-height: 50px;
  padding: 38px 40px 30px 40px;
  font-size: 14px;
}

.modal-middle .modal-body .modal-title-p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px;
  color: #333;
}

.modal-middle .modal-body .modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  margin-bottom: 12px;
}

.modal-middle .modal-body .modal-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: flex;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  align-content: center;
}

.modal-middle .modal-body .modal-success:before {
  content: '\e620';
  color: #6bc839;
  font-size: 24px;
}

.modal-middle .modal-body .modal-success:before {
  margin-right: 10px;
}

.modal-middle .modal-body .modal-problem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: flex;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  align-content: center;
}

.modal-middle .modal-body .modal-problem:before {
  content: '\e621';
  color: #ff7e11;
  font-size: 24px;
}

.modal-middle .modal-body .modal-problem:before {
  margin-right: 10px;
}

.modal-middle .modal-body .modal-fail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: flex;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  align-content: center;
}

.modal-middle .modal-body .modal-fail:before {
  content: '\e648';
  color: #fc1616;
  font-size: 24px;
}

.modal-middle .modal-body .modal-fail:before {
  margin-right: 10px;
}

.modal-middle .modal-body .modal-center {
  text-align: center;
}

.modal-type-2 .modal-foot {
  border-top: 1px solid #f3f3f3;
  height: 50px;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.modal-type-2 .modal-foot button {
  font-size: 16px;
  border: none;
  background: none;
  color: #999;
  margin: 0 auto;
  width: 50%;
  border-right: 1px solid #f3f3f3;
}

.modal-type-2 .modal-foot button:last-child {
  color: #227ce1;
  border-right: none;
}

.modal-type-2 .modal-body {
  padding: 36px 32px 16px;
  max-height: initial;
}

.modal {
  position: relative;
}

.close,
.modal-head-close,
.modal-head-close2 {
  cursor: pointer;
}

.close:before,
.modal-head-close:before,
.modal-head-close2:before {
  content: '\e653';
  color: #999;
  font-size: 14px;
}

.modal-head-close,
.modal-head-close2 {
  position: absolute;
  top: 10px;
  right: 18px;
}

.modal-head-close2 {
  top: 4px;
  right: 7px;
}

.modal-head-close2:before {
  content: '\e680';
  color: #fff;
  font-size: 26px;
}

.modal-form {
  padding: 26px 40px;
}

.modal-form .inputGroup lable {
  margin-bottom: 12px;
}

.permission-list {
  margin-top: 20px;
}

.modal-small-title {
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #f3f3f3;
}

.modal-small-title em,
.modal-small-title i {
  font-style: normal;
}

.modal-small-title em {
  font-weight: bold;
  color: #333;
}

.modal-nofind-mdd {
  padding: 10px 40px;
}

.modal-nofind-mdd .inputGroup {
  padding: 20px;
}

.modal-nofind-mdd .inputGroup .fkp-title {
  min-width: 110px;
}

.modal-nofind-mdd .inputGroup input[type='text'],
.modal-nofind-mdd .inputGroup .form-span {
  width: 100%;
}

.modal-price {
  padding: 30px 40px;
}

.modal-price .modal_price_button {
  width: 100%;
  text-align: right;
}

.modal-price .modal_price_button button {
  display: inline-block;
  width: 100px;
}

.modal-price .inputGroup >.inputItemGroup,
.modal-price .inputGroup >.inputItem {
  min-width: 70px;
}

.modal-price .inputGroup.form-fkp-title-w-60 >div >.fkp-title,
.modal-price .inputGroup.form-fkp-title-w-60 >.inputItem >.fkp-title {
  min-width: 60px;
}

.modal-pic {
  background: initial;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  position: relative;
}

html.ie8 .modal-pic,
html.ie7 .modal-pic,
html.ie6 .modal-pic {
  border: 2px solid rgba(0,0,0,0.2);
}

.ss-tabsMenus-hlist,
.tabs-bt >.tabsMenus >.hlist,
.tabs-bt >.tabsMenus .innerWrap>.hlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 38px;
  text-align: center;
  font-size: 16px;
}

.ss-tabsMenus-hlist .item,
.tabs-bt >.tabsMenus >.hlist .item,
.tabs-bt >.tabsMenus .innerWrap>.hlist .item {
  border-top: 1px solid #f3f3f3;
  cursor: pointer;
  position: relative;
  line-height: 38px;
  min-width: 100px;
  padding: 0 10px;
  margin-left: -1px;
  border-right: 1px solid #f3f3f3;
}

.ss-tabsMenus-hlist .item:first-child,
.tabs-bt >.tabsMenus >.hlist .item:first-child,
.tabs-bt >.tabsMenus .innerWrap>.hlist .item:first-child {
  margin-left: 0;
}

.ss-tabsMenus-hlist .item:before,
.tabs-bt >.tabsMenus >.hlist .item:before,
.tabs-bt >.tabsMenus .innerWrap>.hlist .item:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}

.ss-tabsMenus-hlist .item.item-disabled,
.tabs-bt >.tabsMenus >.hlist .item.item-disabled,
.tabs-bt >.tabsMenus .innerWrap>.hlist .item.item-disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ss-tabsMenus-hlist .item.item-disabled:hover:before,
.tabs-bt >.tabsMenus >.hlist .item.item-disabled:hover:before,
.tabs-bt >.tabsMenus .innerWrap>.hlist .item.item-disabled:hover:before {
  border-bottom-color: transparent;
}

.ss-tabsMenus-hlist li:before,
.tabs-bt >.tabsMenus >.hlist li:before,
.tabs-bt >.tabsMenus .innerWrap>.hlist li:before {
  border-top: 2px solid transparent;
  top: 0;
}

.ss-tabsMenus-hlist li.select:before,
.tabs-bt >.tabsMenus >.hlist li.select:before,
.tabs-bt >.tabsMenus .innerWrap>.hlist li.select:before,
.ss-tabsMenus-hlist li:hover:before,
.tabs-bt >.tabsMenus >.hlist li:hover:before,
.tabs-bt >.tabsMenus .innerWrap>.hlist li:hover:before {
  border-top-color: #227ce1;
}

.ss-tabsMenus-hlist li,
.tabs-bt >.tabsMenus >.hlist li,
.tabs-bt >.tabsMenus .innerWrap>.hlist li {
  background: #fff;
}

.ss-tabsMenus-hlist-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 38px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #f3f3f3;
}

.ss-tabsMenus-hlist-2 .item {
  cursor: pointer;
  position: relative;
  line-height: 38px;
  min-width: auto;
  padding: 0;
  margin-left: 35px;
}

.ss-tabsMenus-hlist-2 .item:first-child {
  margin-left: 0;
}

.ss-tabsMenus-hlist-2 .item:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}

.ss-tabsMenus-hlist-2 .item.item-disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ss-tabsMenus-hlist-2 .item.item-disabled:hover:before {
  border-bottom-color: transparent;
}

.ss-tabsMenus-hlist-2 li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ss-tabsMenus-hlist-2 li:before {
  border-bottom: 2px solid transparent;
  bottom: 0;
}

.ss-tabsMenus-hlist-2 li.select,
.ss-tabsMenus-hlist-2 li:hover {
  color: #227ce1;
}

.ss-tabsMenus-hlist-2 li.select:before,
.ss-tabsMenus-hlist-2 li:hover:before {
  border-bottom-color: #227ce1;
}

.ss-tabsMenus-hlist-2 li {
  -webkit-box-flex: initial;
  -moz-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.ss-tabsMenus-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d2d2d2;
}

.ss-tabsMenus-3 >li {
  border: 1px solid #d2d2d2;
  color: #666;
  cursor: pointer;
  margin: 0 5px 0 0;
  -webkit-box-flex: inherit;
  -moz-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  padding: 4px 14px;
  position: relative;
}

.ss-tabsMenus-3 >li:before {
  content: '';
  border-top: 2px solid transparent;
  width: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}

.ss-tabsMenus-3 >li:hover {
  color: #227ce1;
}

.ss-tabsMenus-3 >li.selected {
  color: #227ce1;
}

.ss-tabsMenus-3 >li.selected:before {
  border-top-color: #227ce1;
}

.ss-tabsMenus-3 >li.selected:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #fff;
}

.ss-tabsMenus-3 >li {
  border-bottom: none;
}

.tabs-bt >.tabsBoxes {
  background: #fff;
  border: 1px solid #f3f3f3;
  padding: 1.2em 1.4em;
  font-size: 14px;
}

.tabs-bt >.tabsMenus {
  position: relative;
}

.tabs-normal-top.custom-scroll .tabsBoxes {
  height: 300px;
  overflow-y: auto;
}

.tabs-normal-top.custom-scroll .tabsBoxes::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.tabs-normal-top.custom-scroll .tabsBoxes::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.tabs-normal-top.custom-scroll .tabsBoxes::-webkit-scrollbar-track {
  border-radius: 5px;
}

.tabs-normal-top.custom-scroll .tabsBoxes:hover::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.tabs-normal-top >.tabsBoxes {
  background: #fff;
  font-size: 14px;
}

.tabs-normal-top >.tabsMenus >ul,
.tabs-normal-top-menus >.tabsMenus >ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 60px;
  text-align: center;
  font-size: 16px;
  background: #fff;
  padding: 0 20px;
}

.tabs-normal-top >.tabsMenus >ul .item,
.tabs-normal-top-menus >.tabsMenus >ul .item {
  border-top: 1px solid #f3f3f3;
  cursor: pointer;
  position: relative;
  line-height: 60px;
  min-width: auto;
  padding: 0;
  margin-left: 30px;
  border-left: none;
}

.tabs-normal-top >.tabsMenus >ul .item:first-child,
.tabs-normal-top-menus >.tabsMenus >ul .item:first-child {
  margin-left: 0;
}

.tabs-normal-top >.tabsMenus >ul .item:first-child,
.tabs-normal-top-menus >.tabsMenus >ul .item:first-child {
  border-left: none;
}

.tabs-normal-top >.tabsMenus >ul .item:before,
.tabs-normal-top-menus >.tabsMenus >ul .item:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}

.tabs-normal-top >.tabsMenus >ul .item.item-disabled,
.tabs-normal-top-menus >.tabsMenus >ul .item.item-disabled {
  color: #ccc;
  cursor: not-allowed;
}

.tabs-normal-top >.tabsMenus >ul .item.item-disabled:hover:before,
.tabs-normal-top-menus >.tabsMenus >ul .item.item-disabled:hover:before {
  border-bottom-color: transparent;
}

.tabs-normal-top >.tabsMenus >ul >li,
.tabs-normal-top-menus >.tabsMenus >ul >li {
  -webkit-box-flex: initial;
  -moz-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  color: #666;
}

.tabs-normal-top >.tabsMenus >ul >li:before,
.tabs-normal-top-menus >.tabsMenus >ul >li:before {
  border-bottom: 4px solid transparent;
  bottom: -1px;
}

.tabs-normal-top >.tabsMenus >ul >li:hover,
.tabs-normal-top-menus >.tabsMenus >ul >li:hover {
  color: #227ce1;
}

.tabs-normal-top >.tabsMenus >ul >li.select,
.tabs-normal-top-menus >.tabsMenus >ul >li.select,
.tabs-normal-top >.tabsMenus >ul >li.selected,
.tabs-normal-top-menus >.tabsMenus >ul >li.selected {
  color: #227ce1;
}

.tabs-normal-top >.tabsMenus >ul >li.select:before,
.tabs-normal-top-menus >.tabsMenus >ul >li.select:before,
.tabs-normal-top >.tabsMenus >ul >li.selected:before,
.tabs-normal-top-menus >.tabsMenus >ul >li.selected:before {
  border-bottom-color: #227ce1;
}

.tabs-normal-top >.tabsMenus >ul >.item,
.tabs-normal-top-menus >.tabsMenus >ul >.item {
  border-top: none;
}

.tabs-normal-top-menus >.tabsBoxes {
  background: #f5f5f5;
  font-size: 14px;
}

.tabs-normal-top-menus >.tabsMenus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabsGroup.custom-scroll-normal .tabsBoxes {
  height: 300px;
  overflow-y: auto;
}

.tabsGroup.custom-scroll-normal .tabsBoxes::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.tabsGroup.custom-scroll-normal .tabsBoxes::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.tabsGroup.custom-scroll-normal .tabsBoxes::-webkit-scrollbar-track {
  border-radius: 5px;
}

.tabsGroup.custom-scroll-normal .tabsBoxes:hover::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.tabsGroup.tabs-normal-bottom >.tabsBoxes {
  background: #fff;
  margin: 15px 0;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 40px;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid #eee;
  background: #fff;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul .item {
  cursor: pointer;
  position: relative;
  line-height: 40px;
  min-width: auto;
  padding: 0;
  margin-left: 32px;
  border-left: none;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul .item:first-child {
  margin-left: 0;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul .item:first-child {
  border-left: none;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul .item:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul .item.item-disabled {
  color: #ccc;
  cursor: not-allowed;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul .item.item-disabled:hover:before {
  border-bottom-color: transparent;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul >li {
  -webkit-box-flex: initial;
  -moz-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  color: #666;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul >li:before {
  border-bottom: 2px solid transparent;
  bottom: -1px;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul >li:hover {
  color: #227ce1;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul >li.select,
.tabsGroup.tabs-normal-bottom >.tabsMenus >ul >li.selected {
  color: #227ce1;
}

.tabsGroup.tabs-normal-bottom >.tabsMenus >ul >li.select:before,
.tabsGroup.tabs-normal-bottom >.tabsMenus >ul >li.selected:before {
  border-bottom-color: #227ce1;
}

.control-city .grids .citybox-search {
  height: 254px;
  overflow-y: auto;
}

.citybigbox-head {
  position: relative;
  line-height: 30px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.city-box {
  font-size: 14px;
}

.city-box >.tabsMenus >ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -40px;
  color: #333;
  margin-bottom: 10px;
  line-height: 14px;
}

.city-box >.tabsMenus >ul >li,
.city-box >.tabsMenus >ul >div,
.city-box >.tabsMenus >ul >span {
  margin-left: 40px;
  margin-bottom: 0;
}

.city-box >.tabsMenus .level0 {
  position: relative;
}

.city-box >.tabsMenus .level0.select,
.city-box >.tabsMenus .level0:hover {
  color: #227ce1;
}

.city-box >.tabsMenus .level0.select:after,
.city-box >.tabsMenus .level0:hover:after {
  content: '';
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #227ce1;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.city-box >.tabsMenus .level0.select a,
.city-box >.tabsMenus .level0:hover a {
  color: #227ce1;
}

.city-box >.tabsMenus .level0 a {
  padding: 8px;
  color: #227ce1;
  text-decoration: none;
}

.city-box >.tabsBoxes {
  border-top: 1px solid #f3f3f3;
}

.city-box >.tabsBoxes .level0 {
  line-height: 30px;
}

.city-box >.tabsBoxes .level0 a {
  text-decoration: none;
}

.city-box >.tabsBoxes .level0 .itemCategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.city-box >.tabsBoxes .level0 .itemCategory >.caption a {
  color: #ff7e11;
  text-align: center;
  margin-right: 12px;
}

.city-box >.tabsBoxes .level0 .itemCategory >.caption a:hover {
  color: #ff7e11;
}

.city-box >.tabsBoxes .level0 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -27px;
}

.city-box >.tabsBoxes .level0 ul >li,
.city-box >.tabsBoxes .level0 ul >div,
.city-box >.tabsBoxes .level0 ul >span {
  margin-left: 30px;
  margin-bottom: 0;
}

.city-box >.tabsBoxes .level0 ul a {
  color: #333;
}

.city-box >.tabsBoxes .level0 ul a:hover {
  color: #227ce1;
  text-decoration: underline;
}

.city-box >.tabsBoxes .level0 ul a.s-color {
  color: #227ce1;
}

.city-box >.tabsBoxes li.active >a {
  color: #227ce1;
}

.city-box >.tabsBoxes li.disabled >a {
  color: #999;
  text-decoration: none;
  cursor: default;
}

.city-box >.tabsBoxes li.disabled >a:hover {
  color: #999;
  text-decoration: none;
}

.city-box >.tabsBoxes .itemrootCkb {
  display: none;
}

.city-box >.tabsBoxes >ul {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.city-box .city-hot-title .itemCategory >a {
  display: none;
}

.cloneicon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 14px;
}

.cloneicon:before {
  content: "\e653";
  font-size: 10px;
  color: #999;
}

.cloneicon:hover:before {
  color: #666;
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: .2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }

  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-beat >.item-div {
  background-color: #227ce1;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat .7s 0s infinite linear;
  animation: ball-beat .7s 0s infinite linear;
}

.ball-beat >.item-div:nth-child(2n-1) {
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: .3;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    -webkit-transform: scale(.4);
    transform: scale(.4);
  }

  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-spin-fade-loader {
  position: relative;
}

.ball-spin-fade-loader >.item-div {
  background-color: #279fcf;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}

.ball-spin-fade-loader >.item-div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s 0s infinite linear;
  animation: ball-spin-fade-loader 1s 0s infinite linear;
}

.ball-spin-fade-loader >.item-div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s .12s infinite linear;
  animation: ball-spin-fade-loader 1s .12s infinite linear;
}

.ball-spin-fade-loader >.item-div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s .24s infinite linear;
  animation: ball-spin-fade-loader 1s .24s infinite linear;
}

.ball-spin-fade-loader >.item-div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s .36s infinite linear;
  animation: ball-spin-fade-loader 1s .36s infinite linear;
}

.ball-spin-fade-loader >.item-div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s .48s infinite linear;
  animation: ball-spin-fade-loader 1s .48s infinite linear;
}

.ball-spin-fade-loader >.item-div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s .6s infinite linear;
  animation: ball-spin-fade-loader 1s .6s infinite linear;
}

.ball-spin-fade-loader >.item-div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s .72s infinite linear;
  animation: ball-spin-fade-loader 1s .72s infinite linear;
}

.ball-spin-fade-loader >.item-div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s .84s infinite linear;
  animation: ball-spin-fade-loader 1s .84s infinite linear;
}

@-webkit-keyframes ss-load2 {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }

  100% {
    opacity: .2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  }
}

.ss-spin-dot {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.ss-spin-dot >.item-div {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #333;
  display: block;
  position: absolute;
  -webkit-animation: ss-load2 1.04s ease infinite;
  animation: ss-load2 1.04s ease infinite;
}

.ss-spin-dot >.item-div:nth-child(1) {
  left: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-animation-delay: .13s;
  animation-delay: .13s;
}

.ss-spin-dot >.item-div:nth-child(2) {
  left: 3px;
  top: 3px;
  -webkit-animation-delay: .26s;
  animation-delay: .26s;
}

.ss-spin-dot >.item-div:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -3px;
  -webkit-animation-delay: .39s;
  animation-delay: .39s;
}

.ss-spin-dot >.item-div:nth-child(4) {
  top: 3px;
  right: 3px;
  -webkit-animation-delay: .52s;
  animation-delay: .52s;
}

.ss-spin-dot >.item-div:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-animation-delay: .65s;
  animation-delay: .65s;
}

.ss-spin-dot >.item-div:nth-child(6) {
  right: 3px;
  bottom: 3px;
  -webkit-animation-delay: .78s;
  animation-delay: .78s;
}

.ss-spin-dot >.item-div:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  -webkit-animation-delay: .91s;
  animation-delay: .91s;
}

.ss-spin-dot >.item-div:nth-child(8) {
  bottom: 3px;
  left: 3px;
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: .2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }

  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-beat {
  50% {
    opacity: .2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }

  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: .3;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    -webkit-transform: scale(.4);
    transform: scale(.4);
  }

  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: .3;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    -webkit-transform: scale(.4);
    transform: scale(.4);
  }

  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ss-load2 {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }

  100% {
    opacity: .2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  }
}

@keyframes ss-load2 {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }

  100% {
    opacity: .2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  }
}

.tag-227ce1 {
  background: #227ce1;
  border: 1px solid transparent;
  border-color: #227ce1;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-fff4c5 {
  background: #fff4c5;
  border: 1px solid transparent;
  border-color: #ffe5b8;
  border-radius: 2px;
  color: #ea6a0c;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.tag-fbe3b3 {
  background: #fff;
  border: 1px solid transparent;
  border-color: #fbe3b3;
  border-radius: 2px;
  color: #ff7e11;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.tag-ff5552 {
  background: #ff5552;
  border: 1px solid transparent;
  border-color: #ff5552;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 24px;
}

.tag-68bf7b {
  background: #68bf7b;
  border: 1px solid transparent;
  border-color: #68bf7b;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-fff-68bf7b {
  background: #fff;
  border: 1px solid transparent;
  border-color: #68bf7b;
  border-radius: 2px;
  color: #68bf7b;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-ff7e11 {
  background: #fff;
  border: 1px solid transparent;
  border-color: #ffd3ae;
  border-radius: 2px;
  color: #ff7e11;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-ff7e11-2 {
  background: #ff7e11;
  border: 1px solid transparent;
  border-color: #ff7e11;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-ff7e11-3 {
  background: #ff7e11;
  border: 1px solid transparent;
  border-color: #ff7e11;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 11px;
  padding-right: 11px;
  height: 22px;
  display: inline-block;
  line-height: 16px;
}

.tag-01c6c3 {
  background: #fff;
  border: 1px solid transparent;
  border-color: #01c6c3;
  border-radius: 0;
  color: #01c6c3;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.tag-ff6666 {
  background: #f66;
  border: 1px solid transparent;
  border-color: #f66;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.tag-ff796c {
  background: #ff796c;
  border: 1px solid transparent;
  border-color: #ff796c;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.tag-square-ff6666 {
  background: #f66;
  border: 1px solid transparent;
  border-color: #f66;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  height: 15px;
  display: inline-block;
}

.tag-square-00cccc {
  background: #0cc;
  border: 1px solid transparent;
  border-color: #0cc;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  height: 15px;
  display: inline-block;
}

.tag-square-ff7e11 {
  background: #ff7e11;
  border: 1px solid transparent;
  border-color: #ff7e11;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-square-3399ff {
  background: #39f;
  border: 1px solid transparent;
  border-color: #39f;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  height: 15px;
  display: inline-block;
}

.tag-square-fce9a7 {
  background: #fce9a7;
  border: 1px solid transparent;
  border-color: #fce9a7;
  border-radius: 24px;
  color: #381d01;
  font-size: 14px;
  font-style: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 12px;
  height: 24px;
  display: inline-block;
}

.tag-square-ffdc42 {
  background: #ffdc42;
  border: 1px solid transparent;
  border-color: #ffdc42;
  border-radius: 24px;
  color: #381d01;
  font-size: 14px;
  font-style: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 12px;
  height: 24px;
  display: inline-block;
}

.tag-square-ff4c29 {
  background: #ff4c29;
  border: 1px solid transparent;
  border-color: #ff4c29;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 12px;
  height: 24px;
  display: inline-block;
}

.tag-square-ffde00 {
  background: #ffde00;
  border: 1px solid transparent;
  border-color: #ffde00;
  border-radius: 24px;
  color: #381d01;
  font-size: 14px;
  font-style: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 12px;
  height: 24px;
  display: inline-block;
}

.tag-square-5dcba6 {
  background: #5dcba6;
  border: 1px solid transparent;
  border-color: #5dcba6;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-square-4b9afc {
  background: #4b9afc;
  border: 1px solid transparent;
  border-color: #4b9afc;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-fff9eb {
  background: #fff9eb;
  border: 1px solid transparent;
  border-color: #fff9eb;
  border-radius: 0;
  color: #666;
  font-size: 14px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  width: 1200px;
  margin-bottom: 10px;
}

.tag-fff9eb a {
  color: #ff7e11;
  text-decoration: underline;
}

.tag-fff9eb a:hover {
  color: #ffa54a;
}

.tag-fff {
  background: #fff;
  border: 1px solid transparent;
  border-color: #ccc;
  border-radius: 2px;
  color: #999;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.tag-fff-fd992c {
  background: #fff;
  border: 1px solid transparent;
  border-color: #fd992c;
  border-radius: 0;
  color: #fd992c;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.tag-fff-349ae9 {
  background: #fff;
  border: 1px solid transparent;
  border-color: #349ae9;
  border-radius: 0;
  color: #349ae9;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.tag-fff-50b766 {
  background: #fff;
  border: 1px solid transparent;
  border-color: #a7dbb2;
  border-radius: 2px;
  color: #56c8a2;
  font-size: 12px;
  font-style: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  height: 24px;
  display: inline-block;
  line-height: 12px;
}

.tag-fff-666 {
  background: #fff;
  border: 1px solid transparent;
  border-color: #ccc;
  border-radius: 0;
  color: #666;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.tag-fff-fe8e83 {
  background: #fff;
  border: 1px solid transparent;
  border-color: #ffd3ae;
  border-radius: 2px;
  color: #ff7e11;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-fff-ff796c {
  background: #fff;
  border: 1px solid transparent;
  border-color: #ffb7b0;
  border-radius: 2px;
  color: #ff796c;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-fff-5dcba6 {
  background: #fff;
  border: 1px solid transparent;
  border-color: #5dcba6;
  border-radius: 2px;
  color: #5dcba6;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.tag-fff-56c8a2 {
  background: #fff;
  border: 1px solid transparent;
  border-color: #a7dbb2;
  border-radius: 2px;
  color: #56c8a2;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-big-ff4c29 {
  background: #ff4c29;
  border: 1px solid transparent;
  border-color: #ff4c29;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  height: 24px;
  display: inline-block;
}

.tag-circle-fbe59f {
  background: #fbe59f;
  border: 1px solid transparent;
  border-color: #fbe59f;
  border-radius: 22px;
  color: #693700;
  font-size: 12px;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  height: 22px;
  display: inline-block;
}

.tag-circle-fbe59f.ss-circle {
  width: 22px;
}

.tag-circle-ff4c29 {
  background: #ff4c29;
  border: 1px solid transparent;
  border-color: #ff4c29;
  border-radius: 22px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  height: 22px;
  display: inline-block;
}

.tag-circle-ff4c29.ss-circle {
  width: 22px;
}

.tag-circle-ea6904 {
  background: #ea6904;
  border: 1px solid transparent;
  border-color: #ea6904;
  border-radius: 26px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  height: 26px;
  display: inline-block;
  font-style: italic;
}

.tag-square-2-ffd200 {
  background: #ffd200;
  border: 1px solid transparent;
  border-color: #5b2006;
  border-radius: 40px;
  color: #5b2006;
  font-size: 20px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  height: 40px;
  border: 2px solid #5b2006;
  min-width: 160px;
  outline: none;
}

.tag-square-2-ffd200.disabled {
  border: 2px solid #e5dcb1;
  background: #fde9bd;
  color: #dfd5a4;
}

.tag-square-2-fff3d8 {
  background: #fff3d8;
  border: 1px solid transparent;
  border-color: #5b2006;
  border-radius: 40px;
  color: #5b2006;
  font-size: 20px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 38px;
  padding-right: 38px;
  height: 40px;
  border: 2px solid #5b2006;
  min-width: 160px;
}

.trangle-r,
.tag-rectangle-r {
  position: relative;
}

.trangle-r:before,
.tag-rectangle-r:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #ff7e11;
  border-right: initial;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -7px;
  top: calc(50% - 6px);
}

.tag-rectangle-r {
  background: #ff7e11;
  border: 1px solid transparent;
  border-color: #ff7e11;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 11px;
  padding-right: 11px;
  height: 30px;
}

.tag-000-opacity {
  background: rgba(0,0,0,0.7);
  border: 1px solid transparent;
  border-color: none;
  border-radius: 2px;
  color: #ccc;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
}

.tag-ffb685 {
  background: #fff;
  border: 1px solid transparent;
  border-color: #ffb685;
  border-radius: 2px;
  color: #f60;
  font-size: 12px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
}

.list-extracting,
.list-pic-row-item,
.list-pic-row {
  color: #666;
  font-size: 13px;
}

.list-extracting .item-title-20,
.list-pic-row-item .item-title-20,
.list-pic-row .item-title-20 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}

.list-extracting .item-title-20:hover,
.list-pic-row-item .item-title-20:hover,
.list-pic-row .item-title-20:hover {
  text-decoration: none;
}

.list-extracting .item-title,
.list-pic-row-item .item-title,
.list-pic-row .item-title {
  color: #333;
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.list-extracting lable,
.list-pic-row-item lable,
.list-pic-row lable {
  color: #999;
}

.list-extracting p,
.list-pic-row-item p,
.list-pic-row p {
  height: 22px;
  margin-bottom: 4px;
}

.list-extracting >li,
.list-pic-row-item >li,
.list-pic-row >li {
  background: #fff;
  position: relative;
}

.list-extracting .item-wrap,
.list-pic-row-item .item-wrap,
.list-pic-row .item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  width: 100%;
}

.list-extracting .item-wrap-row,
.list-pic-row-item .item-wrap-row,
.list-pic-row .item-wrap-row,
.list-extracting .inner,
.list-pic-row-item .inner,
.list-pic-row .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
}

.list-extracting .item-header,
.list-pic-row-item .item-header,
.list-pic-row .item-header,
.list-extracting .hheader,
.list-pic-row-item .hheader,
.list-pic-row .hheader {
  position: relative;
  overflow: hidden;
}

.list-extracting .item-body,
.list-pic-row-item .item-body,
.list-pic-row .item-body,
.list-extracting .hbody,
.list-pic-row-item .hbody,
.list-pic-row .hbody {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-extracting .item-body a,
.list-pic-row-item .item-body a,
.list-pic-row .item-body a,
.list-extracting .hbody a,
.list-pic-row-item .hbody a,
.list-pic-row .hbody a {
  text-decoration: none;
}

.list-extracting .item-body a:hover,
.list-pic-row-item .item-body a:hover,
.list-pic-row .item-body a:hover,
.list-extracting .hbody a:hover,
.list-pic-row-item .hbody a:hover,
.list-pic-row .hbody a:hover {
  color: #227ce1;
}

.list-pic-row-item .item-header,
.list-pic-row .item-header,
.list-pic-row-item .hheader,
.list-pic-row .hheader {
  width: 80px;
  height: 80px;
  border: 1px solid #f3f3f3;
}

.list-pic-row-item .item-body,
.list-pic-row .item-body,
.list-pic-row-item .hbody,
.list-pic-row .hbody {
  padding: 0 0 0 20px;
}

.list-pic-row-item .tag-ff7e11,
.list-pic-row .tag-ff7e11 {
  margin-right: .08rem;
}

.list-pic-row >li {
  padding: 0 20px;
  min-height: 129px;
}

.list-pic-row >li .inner {
  border-top: 1px solid #f3f3f3;
  padding: 30px 0;
}

.list-pic-row >li:first-child .inner {
  border-top: none;
}

.list-pic-row >li:hover {
  background: #fafafa;
}

.list-logs {
  font-size: 14px;
  line-height: 16px;
}

.list-logs .hbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list-logs li {
  color: #999;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -4px;
}

.list-logs li:before {
  content: '\e60c';
  position: relative;
  z-index: 1;
  font-size: 25px;
  margin-top: -1px;
  color: #ccc;
}

.list-logs li:after {
  content: '';
  border-left: 1px solid #ccc;
  position: absolute;
  left: 7px;
  top: 7px;
  height: 100%;
}

.list-logs li:last-child .inner {
  margin-bottom: 0;
}

.list-logs li .inner {
  width: 100%;
}

.list-logs li .inner .hbody {
  width: 100%;
  color: #999;
}

.list-logs li:first-child {
  color: #333;
  margin-top: 0;
}

.list-logs li:first-child:before {
  color: #666;
}

.list-logs li:first-child .hbody {
  color: #333;
}

.list-logs li:last-child:after {
  height: 0;
}

.list-logs i {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
}

.list-logs .inner {
  margin-bottom: 15px;
}

.list-logs lable {
  margin-right: 6px;
  min-height: auto;
}

.list-logs span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  margin-bottom: 60px;
}

.navigation-list {
  width: 870px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -102px;
}

.navigation-list >li,
.navigation-list >div,
.navigation-list >span {
  margin-left: 102px;
  margin-bottom: 10px;
}

.navigation-list>li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.navigation-child-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
  font-size: 16px;
  margin-top: 20px;
}

.navigation-child-list .item-li,
.navigation-child-list >li {
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 0 14px 0;
}

.navigation-child-list >li {
  border-left: 1px solid #f3f3f3;
  line-height: 16px;
}

.navigation-child-list a {
  color: #333;
  position: relative;
}

.navigation-title {
  padding: 18px 0;
  font-size: 22px;
  font-weight: bold;
  color: #227ce1;
  border-bottom: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.navigation-title .icon-poster {
  color: #fc935c;
  background: url("/images/icon-poster.png");
}

.navigation-title .icon-poster:before {
  content: '\e6a8';
}

.navigation-title .icon-ground {
  color: #51ca9f;
  background: url("/images/icon-ground.png");
}

.navigation-title .icon-ground:before {
  content: '\e6a9';
}

.navigation-title .icon-group {
  color: #67a9f5;
  background: url("/images/icon-group.png");
}

.navigation-title .icon-group:before {
  content: '\e6aa';
}

.navigation-title .iconimg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.navigation-title .iconimg:before {
  display: none;
  font-size: 26px;
}

.ss-row-list-pic .title-1 {
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.ss-row-list-pic .title-1 .htitle {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

.ss-row-list-pic .title-1 .htitle:hover {
  color: #227ce1;
  text-decoration: none;
}

.ss-row-list-pic .title-1-fs20 {
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  line-height: 20px;
}

.ss-row-list-pic .title-1-fs20 .htitle {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
}

.ss-row-list-pic .title-1-fs20 .htitle:hover {
  color: #227ce1;
  text-decoration: none;
}

.ss-row-list-pic .title-2 {
  max-height: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  height: 42px;
  line-height: 21px;
}

.ss-row-list-pic .title-2 .htitle {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

.ss-row-list-pic .title-2 .htitle:hover {
  color: #227ce1;
  text-decoration: none;
}

.ss-row-list-pic .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  position: relative;
  margin-bottom: 0;
  padding: 20px;
}

.ss-row-list-pic .hheader {
  width: 360px;
  height: 204px;
  overflow: hidden;
}

.ss-row-list-pic .hheader img {
  width: 100%;
  height: 100%;
}

.ss-row-list-pic .item-height {
  height: 44px;
}

.ss-row-list-pic .hb-item {
  height: 100%;
}

.ss-row-list-pic .hb-item >.property-ul {
  margin: 8px 0 0 0;
}

.ss-row-list-pic .item-column-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ss-row-list-pic .item-border-b {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.ss-row-list-pic .hbody {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 30px;
  height: 100%;
}

.ss-row-list-pic .hbody .rlp-body-source {
  color: #999;
  font-size: 12px;
}

.ss-row-list-pic .hbody .rlp-body-source>p {
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.ss-row-list-pic .hbody .rlp-body-digest,
.ss-row-list-pic .hbody .rlp-body-digest-1 {
  font-size: 14px;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.ss-row-list-pic .hbody .rlp-body-digest-1 {
  height: 16px;
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.ss-row-list-pic .hbody .rlp-body-city {
  font-size: 12px;
}

.ss-row-list-pic .hbody .rlp-body-city span {
  margin-right: 28px;
}

.ss-row-list-pic .hbody .item-icon,
.ss-row-list-pic .hbody .item-icon2 {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.ss-row-list-pic .hbody .item-icon:before,
.ss-row-list-pic .hbody .item-icon2:before {
  content: '\e790';
  font-size: 18px;
  margin-right: 5px;
}

.ss-row-list-pic .hbody .item-icon:hover:before,
.ss-row-list-pic .hbody .item-icon2:hover:before {
  color: #666;
}

.ss-row-list-pic .hbody .item-icon:hover >.qrcode-box,
.ss-row-list-pic .hbody .item-icon2:hover >.qrcode-box {
  display: block;
  font-family: "Microsoft yahei",arial,Simsun,sans-serif !important;
}

.ss-row-list-pic .hbody .qrcode-box {
  border: 1px solid #d2d2d2;
  bottom: 0;
  display: none;
  right: 36px;
  width: 200px;
  height: 219px;
}

.ss-row-list-pic .hbody .qrcode-box img {
  width: 156px;
  height: 156px;
  margin: 20px 20px 14px 20px;
}

.ss-row-list-pic .hbody .item-icon2 {
  padding: 6px 14px;
}

.ss-row-list-pic .hbody .item-icon2:before {
  margin-right: 0;
  position: relative;
  z-index: 4;
}

.ss-row-list-pic .hbody .item-icon2:after {
  content: '';
  border: 1px solid #f3f3f3;
  display: block;
  position: absolute;
  width: 44px;
  height: 32px;
  bottom: 0;
  left: 0;
}

.ss-row-list-pic .hbody .item-icon2:hover:after {
  border-top: none;
  padding-top: 9px;
  border-top: 1px solid #fff;
  background: #fff;
  z-index: 3;
}

.ss-row-list-pic .hbody .item-icon2 >.qrcode-box {
  bottom: 42px;
  right: 0;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: none;
  padding: 24px 40px;
}

html.ie8 .ss-row-list-pic .hbody .item-icon2 >.qrcode-box,
html.ie7 .ss-row-list-pic .hbody .item-icon2 >.qrcode-box,
html.ie6 .ss-row-list-pic .hbody .item-icon2 >.qrcode-box {
  border: 2px solid none;
}

.ss-row-list-pic .item-absolute {
  position: absolute;
  left: 30px;
  top: 20px;
}

.colmun-item-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.colmun-item-pic .item-li,
.colmun-item-pic >li {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 20px 0;
}

.colmun-item-pic .title-1 {
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.colmun-item-pic .title-1 .htitle {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

.colmun-item-pic .title-1 .htitle:hover {
  color: #227ce1;
  text-decoration: none;
}

.colmun-item-pic .title-1-fs20 {
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  line-height: 20px;
}

.colmun-item-pic .title-1-fs20 .htitle {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
}

.colmun-item-pic .title-1-fs20 .htitle:hover {
  color: #227ce1;
  text-decoration: none;
}

.colmun-item-pic .title-2 {
  max-height: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  height: 42px;
  line-height: 21px;
}

.colmun-item-pic .title-2 .htitle {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

.colmun-item-pic .title-2 .htitle:hover {
  color: #227ce1;
  text-decoration: none;
}

.colmun-item-pic .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
}

.colmun-item-pic .hheader {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.colmun-item-pic .hheader img {
  width: 100%;
  height: 100%;
}

.colmun-item-pic .item-height {
  height: 44px;
}

.colmun-item-pic .hb-item {
  height: 100%;
}

.colmun-item-pic .hb-item >.property-ul {
  margin: 8px 0 0 0;
}

.colmun-item-pic .item-column-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.colmun-item-pic .item-border-b {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.colmun-item-pic .hbody {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  height: 100%;
}

.colmun-item-pic .hbody .rlp-body-source {
  color: #999;
  font-size: 12px;
}

.colmun-item-pic .hbody .rlp-body-source>p {
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.colmun-item-pic .hbody .rlp-body-digest,
.colmun-item-pic .hbody .rlp-body-digest-1 {
  font-size: 14px;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.colmun-item-pic .hbody .rlp-body-digest-1 {
  height: 16px;
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.colmun-item-pic .hbody .rlp-body-city {
  font-size: 12px;
}

.colmun-item-pic .hbody .rlp-body-city span {
  margin-right: 28px;
}

.colmun-item-pic .hbody .item-icon,
.colmun-item-pic .hbody .item-icon2 {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.colmun-item-pic .hbody .item-icon:before,
.colmun-item-pic .hbody .item-icon2:before {
  content: '\e790';
  font-size: 18px;
  margin-right: 5px;
}

.colmun-item-pic .hbody .item-icon:hover:before,
.colmun-item-pic .hbody .item-icon2:hover:before {
  color: #666;
}

.colmun-item-pic .hbody .item-icon:hover >.qrcode-box,
.colmun-item-pic .hbody .item-icon2:hover >.qrcode-box {
  display: block;
  font-family: "Microsoft yahei",arial,Simsun,sans-serif !important;
}

.colmun-item-pic .hbody .qrcode-box {
  border: 1px solid #d2d2d2;
  bottom: 0;
  display: none;
  right: 36px;
  width: 200px;
  height: 219px;
}

.colmun-item-pic .hbody .qrcode-box img {
  width: 156px;
  height: 156px;
  margin: 20px 20px 14px 20px;
}

.colmun-item-pic .hbody .item-icon2 {
  padding: 6px 14px;
}

.colmun-item-pic .hbody .item-icon2:before {
  margin-right: 0;
  position: relative;
  z-index: 4;
}

.colmun-item-pic .hbody .item-icon2:after {
  content: '';
  border: 1px solid #f3f3f3;
  display: block;
  position: absolute;
  width: 44px;
  height: 32px;
  bottom: 0;
  left: 0;
}

.colmun-item-pic .hbody .item-icon2:hover:after {
  border-top: none;
  padding-top: 9px;
  border-top: 1px solid #fff;
  background: #fff;
  z-index: 3;
}

.colmun-item-pic .hbody .item-icon2 >.qrcode-box {
  bottom: 42px;
  right: 0;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: none;
  padding: 24px 40px;
}

html.ie8 .colmun-item-pic .hbody .item-icon2 >.qrcode-box,
html.ie7 .colmun-item-pic .hbody .item-icon2 >.qrcode-box,
html.ie6 .colmun-item-pic .hbody .item-icon2 >.qrcode-box {
  border: 2px solid none;
}

.colmun-item-pic .item-absolute {
  position: absolute;
  left: 30px;
  top: 20px;
}

.colmun-item-pic .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 0;
}

.colmun-item-pic .shop-logo-long {
  background: #fff;
}

.colmun-item-pic .item-absolute {
  top: 0;
  left: 10px;
}

.colmun-item-pic .hbody {
  width: 100%;
}

.ss-list-a {
  font-size: 14px;
}

.ss-list-a .inner-center .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.ss-list-a .hhbody-space-around .hbody {
  height: 80px;
}

.ss-list-a .hhbody-space-around .hb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 100%;
}

.ss-list-a .hhbody-space .hbody {
  height: 80px;
}

.ss-list-a .hhbody-space .hb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.ss-list-a .img-border img {
  border: 1px solid #f3f3f3;
}

.ss-list-a .hfoot-end-center .hfoot {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.ss-list-a >li,
.ss-list-a >.item-li {
  border-bottom: 1px solid #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.ss-list-a >li:last-child,
.ss-list-a >.item-li:last-child {
  border-bottom: none;
}

.ss-list-a >li:hover,
.ss-list-a >.item-li:hover,
.ss-list-a >li:active,
.ss-list-a >.item-li:active {
  background: #fafafa;
}

.ss-list-a .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.ss-list-a .hheader {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-bottom: none;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-right: 10px;
  padding-right: 10px;
}

.ss-list-a .hheader img {
  width: 100%;
  height: 100%;
}

.ss-list-a .hbody {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ss-list-a .item-title {
  color: #333;
  font-size: 16px;
}

.ss-list-a .item-a {
  text-decoration: none;
}

.ss-list-a .item-a:hover {
  color: #227ce1;
  text-decoration: none;
}

.ss-list-a .item-pic {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.ss-list-a .item-pic img {
  width: auto;
  height: 100%;
}

.ss-list-a .item-desc {
  color: #999;
  line-height: 18px;
}

.ss-list-a-2 {
  font-size: 14px;
}

.ss-list-a-2 .inner-center .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.ss-list-a-2 .hhbody-space-around .hbody {
  height: 60px;
}

.ss-list-a-2 .hhbody-space-around .hb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 100%;
}

.ss-list-a-2 .hhbody-space .hbody {
  height: 60px;
}

.ss-list-a-2 .hhbody-space .hb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.ss-list-a-2 .img-border img {
  border: 1px solid #f3f3f3;
}

.ss-list-a-2 .hfoot-end-center .hfoot {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.ss-list-a-2 >li,
.ss-list-a-2 >.item-li {
  border-bottom: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.ss-list-a-2 >li:last-child,
.ss-list-a-2 >.item-li:last-child {
  border-bottom: none;
}

.ss-list-a-2 >li:hover,
.ss-list-a-2 >.item-li:hover,
.ss-list-a-2 >li:active,
.ss-list-a-2 >.item-li:active {
  background: #f1fafe;
}

.ss-list-a-2 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.ss-list-a-2 .hheader {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-bottom: none;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-right: 10px;
  padding-right: 10px;
}

.ss-list-a-2 .hheader img {
  width: 100%;
  height: 100%;
}

.ss-list-a-2 .hbody {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ss-list-a-2 .item-title {
  color: #333;
  font-size: 16px;
}

.ss-list-a-2 .item-a {
  text-decoration: none;
}

.ss-list-a-2 .item-a:hover {
  color: #227ce1;
  text-decoration: none;
}

.ss-list-a-2 .item-pic {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.ss-list-a-2 .item-pic img {
  width: auto;
  height: 100%;
}

.ss-list-a-2 .item-desc {
  color: #999;
  line-height: 18px;
}

.ss-list-a-2 .item-li:first-child {
  position: relative;
}

.ss-list-a-2 .item-li:first-child:after {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid transparent;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  background: #fff;
  top: -6px;
  right: 50px;
}

.ss-list-a-2 .item-li:first-child:hover:after {
  background: #f1fafe;
}

.ss-grids-padding-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.ss-grids-padding-10 .item-li,
.ss-grids-padding-10 >li {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 20px 0;
}

.ss-list-headshot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 16px;
}

.ss-list-headshot .hheader {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  overflow: inherit;
  margin: 0 auto;
}

.ss-list-headshot .hheader img {
  width: 80px;
  height: 80px;
}

.ss-list-headshot .ss-icon {
  position: absolute;
  top: 0;
  right: -13px;
  width: 26px;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.ss-list-headshot .ss-desc {
  font-size: 14px;
  color: #a98359;
  margin-top: 4px;
}

.ss-list-headshot .ss-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.ss-normal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ss-normal-list >.item-title {
  color: #666;
}

.ss-normal-list >.item-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ss-normal-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.ss-normal-list2 >.item-li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #f3f3f3;
  text-align: center;
}

.ss-normal-list2 >.item-li:first-child {
  border-left: none;
  text-align: left;
}

.ss-normal-list2 >.item-li:last-child {
  text-align: right;
}

.list-rule >li {
  margin-bottom: 9px;
}

.list-rule >li:last-child {
  margin-bottom: 0;
}

.list-rule-ul >li {
  border-bottom: 1px solid #f3f3f3;
  padding: 11.5px 13px;
}

.list-rule-ul >li:last-child {
  border-bottom: none;
}

.layers-list >li {
  margin-bottom: 20px;
}

.layers-list >li:last-child {
  margin-bottom: 20px;
}

.list-mb-10 >li {
  margin-bottom: 10px;
}

.list-mb-10 >li:last-child {
  margin-bottom: 10px;
}

.list-type-circle >li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2px 0;
}

.list-type-circle >li:before {
  content: '';
  border-radius: 12px;
  background: #666;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: block;
  margin-top: 6px;
}

.tree-table >.hlist {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.tree-table >.hlist >li {
  border-bottom: 1px solid #f3f3f3;
}

.tree-table >.hlist >li:last-child {
  border-bottom: none;
}

.tree-table .itemCategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.tree-table .itemCategory >.caption {
  width: 30%;
  padding: 7px 0;
}

.tree-table .itemCategory >.property-ul {
  border-left: 1px solid #f3f3f3;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tree-table .itemCategory >.property-ul span {
  padding: 7px 12px;
}

.tree-table .itemCategory .flex-row {
  border-bottom: 1px solid #f3f3f3;
}

.tree-table .itemCategory .flex-row:last-child {
  border-bottom: none;
}

.list-p50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -2px;
  margin-top: -2px;
}

.list-p50 >.item-li {
  width: 50%;
  padding-left: 2px;
  margin-top: 2px;
}

.itemrootCkb {
  display: none;
}

.inputGroup .input-dropdown {
  position: relative;
}

.inputGroup .input-dropdown.inpuxt-dropdown-mdd >.fkp-title {
  color: #999;
  font-size: 12px;
  min-width: 80px;
  margin-right: 4px;
}

.inputGroup .input-dropdown.for-departurePlace .fkp-desc {
  _width: 490px;
  max-width: 490px;
}

.inputGroup .input-dropdown.input-dropdown-destination .fkp-desc {
  width: 778px;
}

.inputGroup .input-dropdown .fkp-desc {
  position: absolute;
  top: 33px;
  left: -.6em;
  text-align: left;
  z-index: 100;
  width: 100%;
  _width: 778px;
  max-width: 778px;
  _width: calc(100% - 130px);
  max-width: calc(100% - 130px);
}

.inputGroup .input-dropdown .city_searchBox {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

html.ie8 .inputGroup .input-dropdown .city_searchBox,
html.ie7 .inputGroup .input-dropdown .city_searchBox,
html.ie6 .inputGroup .input-dropdown .city_searchBox {
  border: 2px solid rgba(0,0,0,0.1);
}

.inputGroup .input-dropdown input[type='text'] {
  width: 152px;
}

.inputGroup .input-dropdown .fkp-content:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: initial;
  border-left: initial;
  border-right: 6px solid #666;
  position: absolute;
  top: 22px;
  left: 142px;
  z-index: 9;
}

.inputGroup .position-content .fkp-content:before {
  left: 283px;
}

.inputGroup .position-content-x .fkp-content:before {
  right: 4px;
  left: initial;
  top: initial;
  bottom: 4px;
}

.input-dropdown-ul {
  border: 1px solid #f3f3f3;
  background-color: #fff;
  height: initial;
  width: 100%;
  z-index: 8;
  max-height: 160px;
  overflow-y: auto;
  font-size: 12px;
  text-align: left;
  _width: 400px;
  max-width: 400px;
}

.input-dropdown-ul li {
  padding: 0 .5em;
  line-height: 26px;
  cursor: pointer;
}

.input-dropdown-ul li.active,
.input-dropdown-ul li.activated {
  background-color: #227ce1;
  color: #fff;
}

.input-dropdown-ul li.active:hover,
.input-dropdown-ul li.activated:hover {
  background-color: #227ce1;
  color: #fff;
}

.input-dropdown-ul li:hover {
  background-color: #f0f7ff;
  color: #333;
}

.input-dropdown-ul li.select-disabled {
  cursor: not-allowed;
  color: #999;
}

.input-dropdown-ul li.select-disabled:hover {
  background-color: initial;
  color: #999;
}

.headernav-list {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.headernav-list >li {
  color: #fff;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  width: auto;
}

.headernav-list >li:hover {
  background: rgba(0,0,0,0.1);
  color: #fff;
}

.headernav-list >li:hover a {
  color: #fff;
}

.headernav-list >li.active {
  background: rgba(0,0,0,0.23);
  color: #fff;
}

.headernav-list >li.active a {
  color: #fff;
}

.headernav-list >li >a {
  display: block;
  padding: 0 17px;
  position: relative;
  color: #fff;
}

.headernav-list >li >a:hover {
  text-decoration: none;
}

.headernav-list >li >.itemCategory {
  position: relative;
  padding: 0 17px;
}

.headernav-list >li >.itemCategory >.caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headernav-list >li >.itemCategory >.caption:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  border-bottom: 8px solid #fff;
  bottom: 0;
  position: absolute;
  display: none;
  z-index: 9999;
}

.headernav-list >li >.itemCategory >.caption:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  border-bottom: 0;
  margin-left: 9px;
}

.headernav-list >li >.itemCategory ul {
  display: none;
}

.headernav-list >li:hover >.itemCategory >.caption:before {
  display: block;
}

.headernav-list >li:hover >.itemCategory >.caption:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.headernav-list >li:hover .property-ul {
  display: block;
}

.headernav-list .property-ul {
  position: absolute;
  top: 39px;
  width: 100%;
  background-color: #fff;
  line-height: 28px;
  min-width: 120px;
  margin-top: -1px;
  padding-top: 2px;
  line-height: 40px;
  left: 0;
  font-size: 14px;
  z-index: 999;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  text-align: left;
}

html.ie8 .headernav-list .property-ul,
html.ie7 .headernav-list .property-ul,
html.ie6 .headernav-list .property-ul {
  border: 2px solid rgba(0,0,0,0.2);
}

.headernav-list .property-ul a {
  padding: 0 40px;
  color: #666;
  text-decoration: none;
  position: relative;
}

.headernav-list .property-ul >li {
  background-color: #fff;
}

.headernav-list .property-ul >li >a {
  color: #333;
  padding: 0 20px;
}

.headernav-list .property-ul >li >a:before {
  right: 27px;
  top: 6px;
}

.headernav-list .property-ul >li.active >a,
.headernav-list .property-ul >li:hover >a {
  background: #f0f7ff;
  color: #227ce1;
}

.headernav-list .property-ul >li >.itemCategory {
  cursor: pointer;
}

.headernav-list .property-ul >li >.itemCategory >.caption {
  color: #333;
  padding: 0 20px;
}

.headernav-list .property-ul >li >.itemCategory >span {
  min-width: 116px;
  position: relative;
  color: #333;
  padding: 0 20px;
}

.headernav-list .property-ul >li >.itemCategory >span:after {
  content: '';
  border-left: 1px solid transparent;
  border-right: 1px solid #6b6b6b;
  border-top: 1px solid #6b6b6b;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  right: 20px;
}

.headernav-list .property-ul ul {
  font-size: $font-size -2;
  padding: ;
}

.headernav-list .property-ul span,
.headernav-list .property-ul a {
  display: block;
  color: #fff;
}

.headernav-list .itemrootCkb {
  display: none;
}

.c-check input[type='checkbox']:checked ~.lsb-search-text {
  color: #227ce1;
}

.list-search-attr {
  color: #333;
  font-size: 12px;
  position: relative;
}

.list-search-attr >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  padding: 2px 0;
}

.list-search-attr >.inner >.hheader {
  margin-right: 4px;
  line-height: 36px;
  min-width: 80px;
  text-align: left;
  color: #999;
}

.list-search-attr >.inner >.hbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  width: 80%;
  height: 33px;
  overflow: hidden;
}

.list-search-attr >.inner .hb-item {
  margin-right: 30px;
  margin-top: 8px;
  line-height: 14px;
}

.list-search-attr >.inner .hb-item >.c-check {
  height: 23px;
}

.list-search-attr >.inner .hb-item >.c-check >span {
  margin-top: -4px;
}

.list-search-attr >.inner .hb-item >.c-check:hover .fkp-checkbox-box:before {
  border: 1px solid #227ce1;
}

.list-search-attr >.inner .hb-item >.c-check:hover .lsb-search-text {
  color: #227ce1;
}

.list-search-attr >.inner .hb-item .color-999 {
  line-height: 22px;
  padding: 4px 5px;
}

.list-search-attr >.inner .hb-item .color-999 a {
  padding: 4px 0;
}

.list-search-attr >.inner .hb-item span {
  vertical-align: top;
}

.list-search-attr >.inner .hb-item a {
  padding: 4px 5px;
}

.list-search-attr >.inner .hb-item a:hover {
  color: #227ce1;
}

.list-search-attr >.inner >.hfoot {
  width: 100%;
}

.list-search-attr a {
  text-decoration: none;
  color: #333;
  display: block;
}

.list-search-attr a:hover {
  text-decoration: none;
}

.list-search-attr .clear-all {
  color: #227ce1;
}

.item-list-selected .list-search-attr >.inner >.hbody {
  width: auto;
}

.item-list-selected .list-search-attr >.inner >.hbody .hb-item {
  margin-right: 10px;
}

.item-list-selected .list-search-attr >.inner >.hbody .hb-item:last-child {
  margin-right: 0;
}

.item-checked-li {
  background: #fff;
  border: 1px solid #227ce1;
  color: #227ce1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 22px;
  padding: 0;
}

.item-checked-li i {
  font-style: normal;
}

.item-checked-li div {
  padding-right: 4px;
  padding-left: 4px;
  margin-right: 4px;
  color: #666;
}

.item-checked-li .item-checked-close {
  background: #eaf4ff;
  color: #227ce1;
  display: inline-block;
  margin-left: 4px;
  min-width: 22px;
  text-align: center;
  cursor: pointer;
}

.item-checked-li .item-checked-close:hover {
  background: #227ce1;
  color: #fff;
}

.item-checked-li .item-checked-close:after {
  content: '\e7e4';
}

.clear-all {
  color: #227ce1;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
  margin-top: 5px;
}

.clear-all:hover {
  text-decoration: underline;
}

.pa-r {
  position: absolute;
  top: 12px;
  right: 8%;
  color: #227ce1;
  font-size: 12px;
  cursor: pointer;
}

.pa-r:after {
  content: '\ec0a';
  font-size: 16px;
  position: absolute;
  top: -3px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}

.pa-r.active:after {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.pa-r:hover {
  color: #227ce1;
}

.pa-r.pa-r-2:after {
  top: 0;
}

.search-more-btn {
  margin: 10px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-more-btn button {
  margin-right: 8px;
  padding: 4px 10px;
  min-width: 50px;
  font-size: 12px;
}

.btn-multi-select {
  border: none;
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 12px;
  padding: 4px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.btn-multi-select .icon-add3:before {
  font-size: 16px;
}

.btn-multi-select:hover {
  color: #227ce1;
}

.item-dt-btn >div,
.item-special-field >div {
  margin-left: 8px;
}

.item-dt-btn >li,
.item-special-field >li {
  margin-left: 4px;
}

.wid50 {
  margin: 0 8px;
}

.lsb-more-list {
  margin-top: -10px;
}

.lsb-more-list.lsb-check .hbody li {
  padding: 0;
}

.lsb-more-list.lsb-check .hbody .item-li:hover {
  background: none;
  color: #666;
}

.lsb-more-list .hheader {
  background: #fff;
  cursor: pointer;
  padding: 0 6px;
  position: relative;
  line-height: 30px;
  top: 2px;
  border-top: 3px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.lsb-more-list .hheader:after {
  content: '\e616';
  margin-left: 4px;
  color: #9e9e9e;
}

.lsb-more-list .hheader.icons:before {
  content: '\ec0c';
  color: #227ce1;
  position: absolute;
  top: -7px;
  right: 11px;
  font-size: 18px;
}

.lsb-more-list .hheader.active {
  background: #fff;
  border-top-color: #227ce1;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  position: relative;
  z-index: 12;
}

.lsb-more-list .hheader.active ~.hbody {
  display: block;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  border: 1px solid #d2d2d2;
}

html.ie8 .lsb-more-list .hheader.active ~.hbody,
html.ie7 .lsb-more-list .hheader.active ~.hbody,
html.ie6 .lsb-more-list .hheader.active ~.hbody {
  border: 2px solid rgba(0,0,0,0.1);
}

.lsb-more-list .hbody {
  display: none;
  position: absolute;
  left: 72px;
  background: #fff;
  top: 31px;
  z-index: 11;
  width: 87.4%;
}

.lsb-more-list .hbody .hb-item {
  padding: 6px 6px 12px 6px;
}

.lsb-more-list .hbody .hb-item >.property-ul {
  margin-bottom: -10px;
}

.lsb-more-list .hbody .hb-item >.property-ul >li {
  margin-bottom: 10px;
}

.lsb-more-list .hbody ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.lsb-more-list .hbody li {
  margin-right: 10px;
  padding: 0 4px;
  cursor: pointer;
}

.lsb-more-list .hbody .item-li:hover {
  color: #227ce1;
}

.lsb-level3 .hbody .hb-item >.property-ul >li {
  width: 100%;
}

.lsb-level3 .hbody .hb-item >.property-ul >li>.flex-row-justify-start >span.item-li,
.lsb-level3 .hbody .hb-item >.property-ul >li>.flex-row-justify-start >.c-check >span.lsb-search-text {
  font-weight: bold;
}

.height-free {
  height: auto !important;
  overflow: inherit !important;
}

.height-hidden {
  height: 33px !important;
  overflow: hidden !important;
}

.list-search-box {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  border: 1px solid #f3f3f3;
  margin-bottom: 20px;
}

.list-search-box .lsb-head {
  border-bottom: 1px dotted #f3f3f3;
  padding: 0 0 9px 0;
}

.list-search-box .lsb-head .item-checked-li {
  padding: 0 5px;
}

.list-search-box .lsb-t-list >li {
  position: relative;
}

.list-search-box .itemCategory {
  position: relative;
}

.list-search-box .lsb-destination-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.list-search-box .lsb-destination-search.other-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list-search-box .lsb-destination-search .fkp-title {
  color: #999;
  font-size: 12px;
  line-height: 32px;
  min-width: 80px;
  margin-right: 4px;
  text-align: left;
}

.list-search-box .lsb-destination-search .fkp-content,
.list-search-box .lsb-destination-search .fkp-dd {
  position: relative;
}

.list-search-box .lsb-destination-search .fkp-dd {
  width: 120px;
}

.list-search-box .lsb-destination-search >.inputItem {
  margin-right: 22px;
}

.list-search-box .lsb-destination-search >.inputItem.inputItem-width .fkp-title {
  min-width: 60px;
}

.list-search-box .lsb-destination-search .inputItem {
  margin-bottom: 0;
}

.list-search-box .lsb-destination-search .input-dropdown input[type='text'] {
  width: 170px;
}

.list-search-box .lsb-destination-search .input-dropdown .fkp-content:before {
  left: inherit;
  right: 4px;
}

.list-search-box .lsb-destination-search .city_searchBox {
  min-width: 500px;
  padding: 10px 20px 18px;
  border: 1px solid #d2d2d2;
  background: #fff;
}

.list-search-box .lsb-destination-search .city_searchBox.city_searchBox_more {
  min-width: 840px;
}

.list-search-box .lsb-destination-search .ds-btn {
  margin-right: 0;
}

.list-search-box .lsb-destination-search .ds-btn .btn {
  min-width: 80px;
}

.list-search-box .lsb-destination-search .input-price-scope {
  margin-right: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.list-search-box .lsb-destination-search .input-price-scope .fkp-desc {
  margin-left: 4px;
  margin-right: 4px;
}

.list-search-box .lsb-destination-search .input-price-scope input[type='text'] {
  width: 60px;
}

.list-search-box .lsb-destination-search .input-price-scope input[type='text']:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}

.list-search-box .lsb-head-search {
  padding: 8px;
  border: 1px solid #f3f3f3;
}

.list-search-box .search-property-form .hheader {
  font-size: 12px;
  margin-right: 4px;
  line-height: 36px;
  min-width: 80px;
  text-align: left;
  color: #999;
}

.list-search-box .search-property-form .inputGroup {
  padding: 4px;
}

.list-search-box .search-property-form .inputGroup input[type="text"] {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 70px;
  border: 1px solid #d2d2d2;
}

.list-search-box .search-property-form .inputGroup .btn-confirm {
  margin-left: 8px;
  min-width: 50px;
  font-size: 12px;
  padding: 4px 2px;
  display: inline-block;
}

.list-search-box .search-property-form .inputGroup .btn-confirm:hover {
  border-color: #227ce1;
  color: #227ce1;
}

.list-search-box .search-property-form .inputGroup .btn-clear {
  margin-left: 8px;
  color: #227ce1 !important;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
}

.list-search-box .search-property-form .inputGroup .btn-clear:hover {
  text-decoration: underline;
}

.list-search-box .input-search .empty-box {
  background: #fff;
  border: 1px solid #f3f3f3;
  font-size: 12px;
  padding: 0 10px;
  box-shadow: 0 4px 7px 0 rgba(5,17,26,0.3);
  height: 30px;
  line-height: 30px;
  color: #ff4242;
}

html.ie8 .list-search-box .input-search .empty-box,
html.ie7 .list-search-box .input-search .empty-box,
html.ie6 .list-search-box .input-search .empty-box {
  border: 2px solid rgba(5,17,26,0.3);
}

.list-search-box .input-search .empty-box .empty-text {
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  line-height: 30px;
}

.list-search-box .condition-search-item {
  border-bottom: 1px dotted #f3f3f3;
}

.list-search-box .condition-search-item:last-child {
  border-bottom: none;
}

.c-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.c-check .fkp-checkbox-box {
  position: relative;
}

.list-search-form {
  padding: 20px;
  margin-bottom: 0;
}

.list-search-form .input-dropdown-ul {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 12px;
  padding: 4px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.list-search-form .input-dropdown-ul >li em {
  color: #227ce1;
  font-style: normal;
}

.list-search-form .input-dropdown-ul .icon-add3:before {
  font-size: 16px;
}

.list-search-form .input-dropdown-ul:hover {
  color: #227ce1;
}

.list-search-form .item-dt-btn >div,
.list-search-form .item-special-field >div {
  margin-left: 8px;
}

.list-search-form .item-dt-btn >li,
.list-search-form .item-special-field >li {
  margin-left: 4px;
}

.list-search-form .wid50 {
  margin: 0 8px;
}

.list-search-form .lsb-more-list {
  margin-top: -10px;
}

.list-search-form .lsb-more-list.lsb-check .hbody li {
  padding: 0;
}

.list-search-form .lsb-more-list.lsb-check .hbody .item-li:hover {
  background: none;
  color: #666;
}

.list-search-form .lsb-more-list .hheader {
  background: #fff;
  cursor: pointer;
  padding: 0 6px;
  position: relative;
  line-height: 30px;
  top: 2px;
  border-top: 3px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.list-search-form .lsb-more-list .hheader:after {
  content: '\e616';
  margin-left: 4px;
  color: #9e9e9e;
}

.list-search-form .lsb-more-list .hheader.icons:before {
  content: '\ec0c';
  color: #227ce1;
  position: absolute;
  top: -7px;
  right: 11px;
  font-size: 18px;
}

.list-search-form .lsb-more-list .hheader.active {
  background: #fff;
  border-top-color: #227ce1;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  position: relative;
  z-index: 12;
}

.list-search-form .lsb-more-list .hheader.active ~.hbody {
  display: block;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  border: 1px solid #d2d2d2;
}

html.ie8 .list-search-form .lsb-more-list .hheader.active ~.hbody,
html.ie7 .list-search-form .lsb-more-list .hheader.active ~.hbody,
html.ie6 .list-search-form .lsb-more-list .hheader.active ~.hbody {
  border: 2px solid rgba(0,0,0,0.1);
}

.list-search-form .lsb-more-list .hbody {
  display: none;
  position: absolute;
  left: 72px;
  background: #fff;
  top: 31px;
  z-index: 11;
  width: 87.4%;
}

.list-search-form .lsb-more-list .hbody .hb-item {
  padding: 6px 6px 12px 6px;
}

.list-search-form .lsb-more-list .hbody .hb-item >.property-ul {
  margin-bottom: -10px;
}

.list-search-form .lsb-more-list .hbody .hb-item >.property-ul >li {
  margin-bottom: 10px;
}

.list-search-form .lsb-more-list .hbody ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.list-search-form .lsb-more-list .hbody li {
  margin-right: 10px;
  padding: 0 4px;
  cursor: pointer;
}

.list-search-form .lsb-more-list .hbody .item-li:hover {
  color: #227ce1;
}

.list-search-form.lsb-level3 .hbody .hb-item >.property-ul >li {
  width: 100%;
}

.list-search-form.lsb-level3 .hbody .hb-item >.property-ul >li>.flex-row-justify-start >span.item-li,
.list-search-form.lsb-level3 .hbody .hb-item >.property-ul >li>.flex-row-justify-start >.c-check >span.lsb-search-text {
  font-weight: bold;
}

.grade-list-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 20px;
  margin: 10px 20px 0 20px;
}

.grade-list-icon li {
  color: #333;
  cursor: pointer;
}

.grade-list-icon li.active,
.grade-list-icon li:hover {
  color: #ff7e11;
}

.grade-list-icon li:before {
  margin-right: 6px;
  font-size: 18px;
}

.grade-list-icon li:first-child {
  position: relative;
  margin-left: 20px;
}

.grade-list-icon li:first-child:before {
  content: '\e655';
  color: #ff7e11;
}

.grade-list-icon li:first-child:after {
  content: '\e655';
  color: #ff7e11;
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 18px;
}

.grade-list-icon li:nth-child(2):before {
  content: '\e655';
  color: #ff7e11;
}

.grade-list-icon li:nth-child(3):before {
  content: '\e635';
  color: #ff7e11;
}

.grade-list-icon li:nth-child(4):before {
  content: '\e635';
  color: #bbb;
}

.grade-list-icon li:nth-child(5):before {
  content: '\e67a';
  color: #bbb;
}

.bd-pd20 {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px;
  margin: 0 20px;
}

.gradetag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -16px;
}

.gradetag-list >li,
.gradetag-list >div,
.gradetag-list >span {
  margin-left: 16px;
  margin-bottom: 6px;
}

.gradetag-list li {
  background: #fff;
  border: 1px solid transparent;
  border-color: #ccc;
  border-radius: 14px;
  color: #333;
  font-size: 12px;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 9px;
  padding-right: 9px;
  height: 14px;
  display: inline-block;
  cursor: pointer;
}

.gradetag-list li:hover,
.gradetag-list li.active {
  border: 1px solid #ffa060;
  color: #ff7e11;
}

.gradetag-list i {
  font-style: normal;
}

.row-list-nopic >li {
  padding: 0 20px;
}

.row-list-nopic .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.row-list-nopic .hheader span {
  display: block;
  margin-bottom: 16px;
}

.row-list-nopic .hbody {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 68px 0 38px;
}

.row-list-nopic .hbody li {
  margin-bottom: 10px;
}

.row-list-nopic .hbody .evaluate-effect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.row-list-nopic .hbody .evaluate-effect label {
  line-height: 28px;
}

.row-list-nopic .hbody .evaluate-effect ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-list-nopic .hfoot ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal-full {
  width: 1200px;
}

.modal-full .close {
  top: 0;
  z-index: 99;
}

.modal-maps {
  position: relative;
}

.modal-maps #map {
  margin: 0 0 36px 36px;
  height: 540px;
  _width: 860px;
  max-width: 860px;
  background: #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-maps .map-aside {
  width: 300px;
  max-height: 540px;
  top: 40px;
  right: 0;
  overflow: hidden;
  margin: 0 5px;
}

.modal-maps .title-map {
  padding: 10px 40px;
  font-size: 20px;
}

.modal-maps .title-aside {
  margin: 10px 20px;
  font-size: 20px;
}

.modal-maps .tabs-map-way {
  margin-bottom: 20px;
  margin-left: 3px;
}

.modal-maps .tabs-map-way>li {
  float: left;
  position: relative;
  width: 100px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #ddd;
  cursor: pointer;
  background: #fff;
  margin-left: -2px;
}

.modal-maps .tabs-map-way>li>i {
  color: #ff7900;
  margin-right: 6px;
}

.modal-maps .tabs-map-way>li.active {
  border-color: #ff7900;
  background: #fff5ed;
  color: #ff7900;
  z-index: 1;
}

.modal-maps .tabs-map-way .icon-map-car:before {
  content: '\e6dc';
}

.modal-maps .tabs-map-way .icon-map-bus:before {
  content: '\e6e7';
}

.modal-maps .tabs-map-way .icon-map-walk:before {
  content: '\e70c';
}

.modal-maps .form-map {
  position: relative;
  display: block;
  padding: 0 30px 0 42px;
}

.modal-maps .form-map .form_control {
  display: block;
  width: 100%;
  padding: 5px 10px;
  text-indent: 0;
  border: 2px solid #ddd;
}

.modal-maps .form-map .icon-map-A:before {
  content: '\e72e';
}

.modal-maps .form-map .icon-map-B:before {
  content: '\e72f';
}

.modal-maps .form-map .icon-map-exchange:before {
  content: '\e70d';
}

.modal-maps .form-map .icon-map-A,
.modal-maps .form-map .icon-map-B,
.modal-maps .form-map .icon-map-exchange {
  position: absolute;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
}

.modal-maps .form-map .icon-map-A {
  width: 42px;
  line-height: 32px;
  left: 0;
  color: #ff7900;
}

.modal-maps .form-map .icon-map-B {
  width: 42px;
  line-height: 32px;
  left: 0;
  color: #50b400;
}

.modal-maps .form-map .icon-map-exchange {
  width: 30px;
  font-size: 20px;
  line-height: 32px;
  right: 0;
  top: 50%;
  margin-top: -16px;
  color: #c9c9c9;
}

.modal-maps .form-map .icon-map-exchange:hover {
  color: #ff7900;
}

.modal-maps .form-map .form-group {
  position: relative;
  display: block;
}

.modal-maps .form-map .form-group .fkp-title {
  position: relative;
  left: -42px;
  top: 0;
}

.modal-maps .form-map .form-group-extra {
  margin-bottom: 0;
  height: auto;
  min-height: auto;
}

.modal-maps .form-map .form-group-extra .fkp-desc {
  position: absolute;
  top: -50px;
  right: -30px;
}

.modal-maps .form-map .btn-map-search .btn {
  display: inline-block;
  background: #ff7900;
  color: #fff;
}

.modal-maps .form-map .btn-map-search .fkp-desc {
  float: right;
}

.modal-maps .form-map .btn-map-search .tabs-map-unit {
  display: inline-block;
}

.modal-maps .form-map .btn-map-search .tabs-map-unit>span {
  padding: 0 10px;
  border-right: 1px solid #ddd;
  cursor: pointer;
}

.modal-maps .form-map .btn-map-search .tabs-map-unit>span.active {
  color: #ff7900;
}

.modal-maps .form-map .btn-map-search .tabs-map-unit>span:last-child {
  border-right: none;
}

.modal-maps .map-tips {
  margin-bottom: 10px;
  padding: 0 30px 0 42px;
  color: #ff7900;
}

.modal-maps .map-tips:before {
  content: '\e604';
}

.modal-maps .map-tips:empty:before {
  display: none;
}

.modal-maps img {
  width: auto;
}

.tangram-suggestion-main {
  z-index: 10099;
}

.inputGroup .save-btn-list {
  bottom: 5px;
}

.inputGroup .front.inputItem,
.inputGroup .nofront.inputItem,
.inputGroup .scan.inputItem {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inputGroup .front .fkp-title,
.inputGroup .nofront .fkp-title,
.inputGroup .scan .fkp-title {
  margin-top: 8px;
}

.inputGroup .front >.fkp-content,
.inputGroup .nofront >.fkp-content,
.inputGroup .scan >.fkp-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.inputGroup .front >.fkp-content >.fkp-desc,
.inputGroup .nofront >.fkp-content >.fkp-desc,
.inputGroup .scan >.fkp-content >.fkp-desc {
  margin-left: 0;
}

.inputGroup .front .inputGroup-flex,
.inputGroup .nofront .inputGroup-flex,
.inputGroup .scan .inputGroup-flex {
  margin-top: 10px;
}

.itme-pic,
.front .uploader-list,
.nofront .uploader-list,
.scan .uploader-list {
  width: 250px;
  height: 140px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.itme-pic img,
.front .uploader-list img,
.nofront .uploader-list img,
.scan .uploader-list img {
  height: 100%;
}

.itme-pic.itemError,
.front .uploader-list.itemError,
.nofront .uploader-list.itemError,
.scan .uploader-list.itemError {
  overflow: initial;
}

.uploader-list {
  position: relative;
}

.front .uploader-list {
  background: url("../images/preview/frontimg.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.nofront .uploader-list {
  background: url("../images/preview/nofrontimg.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.scan .uploader-list {
  background: url("../images/preview/license.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.uploader-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.uploader-wrap .up-info {
  display: none;
}

.uploader-button .webuploader-pick + div {
  height: 32px !important;
  width: 100px !important;
}

.uploader-button .webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
}

.upload-poster-pdf {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.upload-poster-pdf .uploads-list p {
  color: #666;
  text-indent: 0;
  line-height: inherit;
}

.upload-poster-pdf .uploads-list p .download-pdf {
  float: right;
  color: #676767;
}

.upload-poster-pdf .uploads-list p .download-pdf:hover {
  color: #323232;
  text-decoration: underline;
}

.upload-poster-pdf .uploads-list .detail_download {
  width: 100%;
}

.upload-poster-pdf .uploads-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upload-poster-pdf .uploads-box .uploads-list {
  width: 100%;
}

.upload-poster-pdf .uploads-box span {
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 20px;
  min-width: 100px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #f4f9ff;
  border-color: #e2eefa;
  color: #768fab;
  text-decoration: none;
  text-align: center;
  margin-right: 10px;
}

.upload-poster-pdf .uploads-box span:hover {
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.upload-poster-pdf .uploads-box span:active {
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.upload-poster-pdf .uploads-box .uploads-box-tips {
  color: #ccc;
}

.upload-poster-pdf .uploads-box >div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.upload-poster-pdf .uploads-box >div p {
  text-indent: 0;
}

.upload-poster-pdf .uploader-button {
  width: 100%;
}

.upload-poster-pdf .uploads-list a {
  color: #333;
  text-decoration: none;
}

.upload-poster-pdf .uploads-list i {
  font-style: normal;
}

.upload-poster-pdf .uploads-list .del-upload-pdf {
  color: #227ce1;
}

.upload-poster-pdf .uploads-list .del-upload-pdf:hover {
  text-decoration: underline;
}

.upload-poster-pdf .uploads-list .uploader-progress {
  display: block;
  background: #3a9de7;
  height: 100%;
}

.upload-poster-pdf .uploads-list li {
  background: #c3e3fb;
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
  margin-top: 6px;
}

.upload-poster-pdf .uploads-list .upitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.papers-tip {
  position: relative;
}

.papers {
  position: absolute;
  top: 33%;
  right: 0;
  border-left: 1px solid #ccc;
  padding-left: 30px;
  min-height: 150px;
  padding-top: 22px;
}

.papers p:first-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.save-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  padding: 0 3px;
}

.save-btn-list li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  margin-left: 1px;
}

.save-btn-list li:hover {
  background: rgba(0,0,0,0.5);
}

.save-btn-list li:before {
  font-size: 12px;
}

.save-btn-list .upldbtn-left:before {
  content: '\e76e';
}

.save-btn-list .upldbtn-right:before {
  content: '\e771';
}

.save-btn-list .upldbtn-del:before {
  content: '\e76d';
}

.save-btn-list .upldbtn-del2:before {
  content: '删除';
}

.uploaderslist {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.uploaderslist .uploader-button {
  width: 100%;
}

.uploaderslist .webuploader-pick {
  position: relative;
}

.uploaderslist .uploads-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uploaderslist .uploads-box span {
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 20px;
  min-width: 100px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #f4f9ff;
  border-color: #f4f9ff;
  color: #768fab;
  text-decoration: none;
  text-align: center;
  margin-right: 10px;
}

.uploaderslist .uploads-box span:hover {
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.uploaderslist .uploads-box span:active {
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.uploaderslist .uploads-box p {
  color: #ccc;
}

.uploaderslist .uploads-box .uploads-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -4px;
  width: 100%;
}

.uploaderslist .uploads-box .uploads-list >li,
.uploaderslist .uploads-box .uploads-list >div,
.uploaderslist .uploads-box .uploads-list >span {
  margin-left: 4px;
  margin-bottom: 0;
}

.uploaderslist .uploads-box .uploads-list >li {
  border: 1px solid #ccc;
  width: 24.4%;
  height: 107px;
  position: relative;
  margin-top: 10px;
}

.uploaderslist .uploads-box .uploads-list >li i {
  display: block;
  width: 100%;
  height: 100%;
}

.uploaderslist .uploads-box .uploads-list >li img {
  width: 100%;
  height: 105px;
}

.uploaderslist .uploads-box .uploads-list >li .webuploader-pick + div {
  height: 72px !important;
}

.uploader-display-tips {
  background: #f8f8f8;
  color: #999;
  font-size: 14px;
  line-height: 21px;
  padding: 14px 10px;
}

.uploader-display-tips .item-title {
  color: #666;
  font-style: normal;
  display: block;
  margin-bottom: 4px;
}

.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal .close-x {
  cursor: pointer;
}

.modal .close-x:before {
  color: #999;
  content: '\e653';
}

.modal .title-bg2 {
  background: #f2f4f6;
}

.modal .modal-head h5 {
  padding-left: 5px;
  line-height: 1;
  border-left: 3px solid #227ce1;
}

.modal-front-tip {
  width: 500px;
}

.modal-front-tip .flex-center-row {
  padding: 30px 0;
}

.modal-front-tip .modal-foot a.btn {
  display: inline-block;
  padding: 0;
  width: 50%;
  color: #227ce1;
}

.modal-front-tip .modal-foot a.btn:first-child {
  border-right: 1px solid #f3f3f3;
  color: #999;
}

.modal-contact .modal-body {
  padding: 24px 40px 0 40px;
}

.modal-contact .modal-body .contact-item {
  color: #333;
  padding-bottom: 12px;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
}

.modal-contact .modal-body .contact-item.display-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-contact .modal-body .contact-item.display-item >label {
  min-width: 88px;
}

.modal-contact .modal-body .contact-item >span {
  position: relative;
  margin-right: 1em;
}

.modal-contact .modal-body .contact-item >label {
  position: relative;
  color: #999;
}

.modal-contact .modal-body .contact-item >label.icon-shop {
  padding-left: 24px;
}

.modal-contact .modal-body .contact-item >label.icon-shop:before {
  position: absolute;
  content: '\e786';
  left: 0;
}

.modal-contact .modal-body .contact-item >label.icon-shop-time {
  padding-left: 24px;
}

.modal-contact .modal-body .contact-item >label.icon-shop-time:before {
  position: absolute;
  content: '\e78a';
  left: 0;
}

.modal-contact .modal-body .contact-item .link-shop {
  color: #666;
}

.modal-contact .modal-body .contact-item .link-shop:hover {
  color: #227ce1;
  text-decoration: underline;
}

.modal-contact .modal-body .contact-item .link-shop:after {
  content: '\e785';
  color: #999;
}

.modal-contact .modal-body .contact-person-list {
  padding: 10px 0;
  border-top: 1px solid #f3f3f3;
  min-height: 160px;
}

.modal-contact .modal-body .contact-person-list >li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
}

.modal-contact .modal-body .contact-person-list >li >span {
  position: relative;
  padding-left: 24px;
  line-height: 40px;
  font-size: 18px;
}

.modal-contact .modal-body .contact-person-list >li >span:before {
  position: absolute;
  left: 0;
  font-size: 18px;
}

.modal-contact .modal-body .contact-person-list >li >span.item-name {
  width: 30%;
  color: #333;
  padding: 10px 0 10px 24px;
  line-height: 24px;
}

.modal-contact .modal-body .contact-person-list >li >span.item-name:before {
  content: '\e789';
  color: #999;
}

.modal-contact .modal-body .contact-person-list >li >span.item-mobile {
  width: 50%;
  color: #ff7e11;
  font-size: 28px;
}

.modal-contact .modal-body .contact-person-list >li >span.item-mobile:before {
  content: '\e681';
}

.modal-contact .modal-body .contact-person-list >li >span.item-qq {
  color: #999;
}

.modal-contact .modal-body .contact-person-list >li >span.item-qq:before {
  content: '\e67d';
  color: #999;
  top: -2px;
}

.modal-contact .modal-body .contact-person-list >li >span a {
  color: #999;
}

.modal-contact .modal-body .contact-person-list >li >span a:hover {
  color: #144bff;
}

.modal-contact .modal-body .contact-person-list >li .link-qq img {
  width: auto;
}

.modal-contact .tips-contact {
  height: 50px;
  padding: 0 40px;
  color: #333;
}

.modal-contact .tips-contact >p {
  position: relative;
  line-height: 50px;
  padding-left: 24px;
  font-size: 18px;
}

.modal-contact .tips-contact >p:before {
  position: absolute;
  content: '\e784';
  color: #f00;
  left: 0;
  font-size: 20px;
}

.modal-contact-color .close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.modal-contact-color .close:before {
  color: #fff;
  content: '\e821';
}

.modal-contact-color .contact-head {
  margin: 0;
  padding: 22px 30px;
  color: #fff;
  background: -webkit-linear-gradient(left,#dd6700,#ff871e);
  background: linear-gradient(to right,#dd6700,#ff871e);
}

.modal-contact-color .contact-head h5 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 22px 0;
}

.modal-contact-color .contact-head .contact-item {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.modal-contact-color .contact-head .contact-item >span {
  position: relative;
  margin-right: 1em;
}

.modal-contact-color .contact-head .contact-item >label {
  display: inline-block;
  position: relative;
  width: 88px;
}

.modal-contact-color .contact-head .contact-item .link-shop {
  display: inline-block;
  color: #fff;
  width: 100px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 3px;
  background: inherit;
}

.modal-contact-color .contact-head .contact-item .link-shop:hover {
  color: #fd7f11;
  background: #fff;
}

.modal-contact-color .modal-body {
  padding: 40px 30px;
}

.modal-contact-color .modal-body .contact-person-list {
  border-top: 1px solid #f3f3f3;
}

.modal-contact-color .modal-body .contact-person-list >li {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding: 15px 0;
}

.modal-contact-color .modal-body .contact-person-list >li >span {
  max-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  position: relative;
  margin-right: 30px;
  line-height: 28px;
  font-size: 20px;
}

.modal-contact-color .modal-body .contact-person-list >li >span:before {
  font-size: 20px;
  margin-right: 10px;
  margin-left: 1px;
}

.modal-contact-color .modal-body .contact-person-list >li >span.item-name {
  width: 96px;
  font-size: 16px;
  padding-left: 0;
  color: #333;
  font-weight: bold;
}

.modal-contact-color .modal-body .contact-person-list >li >span.item-mobile {
  width: 288px;
  color: #ff7e11;
  font-weight: bold;
}

.modal-contact-color .modal-body .contact-person-list >li >span.item-mobile:before {
  content: '\e80f';
}

.modal-contact-color .modal-body .contact-person-list >li >span.item-wx {
  width: 216px;
  color: #4cbf00;
  font-weight: bold;
}

.modal-contact-color .modal-body .contact-person-list >li >span.item-wx:before {
  content: '\e815';
}

.modal-contact-color .modal-body .contact-person-list >li >span.item-wx.disable {
  color: #ccc;
  font-weight: normal;
  font-size: 14px;
}

.modal-contact-color .modal-body .contact-person-list >li >span.item-qq {
  width: 100px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  background: #4a9afd;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-right: 0;
}

.modal-contact-color .modal-body .contact-person-list >li >span.item-qq:before {
  font-size: 18px;
  content: '\e80e';
  margin-right: 8px;
}

.modal-contact-color .modal-body .contact-person-list >li >span.item-qq:hover {
  background: #237ce2;
}

.modal-contact-color .modal-body .contact-person-list >li >span.item-qq.disable {
  background: #ccc !important;
  cursor: not-allowed;
}

.modal-contact-color .modal-body .contact-person-list >li >span a {
  color: #999;
}

.modal-contact-color .modal-body .contact-person-list >li >span a:hover {
  color: #144bff;
}

.modal-contact-color .modal-body .contact-person-list >li .link-qq img {
  width: auto;
}

.modal-contact-color .tips-contact {
  height: 50px;
  padding: 0 30px;
  color: #666;
  background: #fff7f5;
}

.modal-contact-color .tips-contact >p {
  position: relative;
  line-height: 50px;
  padding-left: 24px;
  font-size: 14px;
}

.modal-contact-color .tips-contact >p:before {
  position: absolute;
  content: '\e810';
  color: #f60;
  left: 0;
  font-size: 16px;
}

.modal-contact-color .tips-contact >p>em {
  font-style: normal;
  color: #ff5552;
}

.lst-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.lst-screen >li {
  margin-right: 20px;
}

.sort-control-box {
  position: relative;
  padding-right: 20px;
  display: block;
  cursor: pointer;
}

.sort-control-box:after {
  content: '\e81e';
  position: absolute;
  font-size: 12px;
  top: 0;
  right: 4px;
  color: #666;
}

.sort-control-box:hover,
.sort-control-box.active-up,
.sort-control-box.active-down,
.sort-control-box.active {
  color: #227ce1;
}

.sort-control-box:hover:after,
.sort-control-box.active-up:after,
.sort-control-box.active-down:after,
.sort-control-box.active:after {
  color: #227ce1;
}

.sort-control-box.active-up:after {
  content: '\e81f';
}

.sort-control-box.active-down:after {
  content: '\e81e';
}

.sort-control-box.sort-none:after {
  display: none;
}

.sort-description {
  position: relative;
  color: #999;
  cursor: pointer;
}

.sort-description:before {
  content: '\e79d';
  margin-right: 4px;
}

.sort-description .popup-wrap {
  display: none;
  min-width: 600px;
  top: 32px;
  left: -526px;
  background: #fffce9;
  border-color: #fff4de;
  padding: 10px 18px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.sort-description .popup-wrap:before {
  left: auto;
  right: 24px;
  background: #fffce9;
  border-right: 1px solid #fff4de;
  border-top-color: 1px solid #fff4de;
}

.sort-description .popup-wrap p {
  margin-left: -.5em;
}

.sort-description .popup-wrap b {
  color: #fe8a13;
}

.sort-description .popup-wrap .desc-head {
  font-size: 14px;
  border-bottom: 1px solid #e6e5e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sort-description:hover .popup-wrap {
  display: block;
}

.sort-intro {
  position: relative;
}

.sort-intro .icon-wenhao2:before {
  font-size: 18px;
}

.popup-wrap {
  background: #fff;
  border: 1px solid #f3f3f3;
  font-size: 14px;
  width: 210px;
  position: absolute;
  top: 68px;
  left: -1px;
  z-index: 9;
  line-height: 14px;
  box-shadow: 0 1px 2px #e6e5e5;
  padding: 4px 0 2px 0;
}

html.ie8 .popup-wrap,
html.ie7 .popup-wrap,
html.ie6 .popup-wrap {
  border: 2px solid #e6e5e5;
}

.popup-wrap.type-wrap {
  width: 140px;
  padding: 5px 10px;
}

.popup-wrap:before {
  content: '';
  position: absolute;
  border-left: 1px solid transparent;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid transparent;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -4px;
  left: 26px;
  z-index: 1;
  background: #fff;
}

.popup-wrap .popup-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.popup-wrap .popup-item:last-child {
  border-bottom: none;
}

.popup-wrap .popup-item .pi-title {
  width: 25%;
  color: #999;
  text-align: right;
  padding: 6px 10px;
  font-style: normal;
}

.popup-wrap .popup-item .pi-content {
  color: #333;
  padding: 6px 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.popup-wrap .popup-item .pi-content span {
  display: block;
}

.popup-wrap .popup-item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 8px;
  padding-bottom: 7px;
}

.popup-wrap .popup-item2:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.popup-wrap .popup-item2 .pi-title {
  width: 60px;
  color: #666;
  font-style: normal;
}

.popup-wrap .popup-item2 .pi-content {
  color: #333;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.popup-wrap .popup-item2 .pi-content span {
  display: block;
}

.popup-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-demo li {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
}

.popup-demo .popup {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
  background: #fff;
}

html.ie8 .popup-demo .popup,
html.ie7 .popup-demo .popup,
html.ie6 .popup-demo .popup {
  border: 2px solid rgba(0,0,0,0.4);
}

.item-display label {
  min-width: 62px;
  text-align: left;
  margin-right: 8px;
}

.item-display .hheader {
  font-size: 16px;
  margin-bottom: 4px;
  word-break: break-all;
  text-align: center;
}

.item-display img {
  width: 80px;
  height: 80px;
  margin: auto;
  border: 1px solid #f3f3f3;
}

.item-display .hbody {
  word-break: break-all;
  border-top: 1px solid #f3f3f3;
  padding-top: 10px;
  margin-top: 10px;
}

.item-display .hb-item,
.item-display .hf-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.item-display .item-title-2 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.item-display .item-title-2:hover {
  color: #227ce1;
}

.item-display .hfoot {
  word-break: break-all;
}

.item-display .line-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 124px;
}

.item-display a {
  text-decoration: none;
  display: block;
}

.item-display a.shop-logo {
  width: 80px;
  margin: auto;
}

.middle-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #f3f3f3;
  margin-top: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.middle-border.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.middle-border.justify-start-center {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.middle-border >.item-li {
  border-left: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.middle-border >.item-li:first-child {
  border-left: none;
}

.middle-border2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #f3f3f3;
  margin-top: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.middle-border2.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.middle-border2.justify-start-center {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.middle-border2 >.item-li {
  border-left: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.middle-border2 >.item-li:first-child {
  border-left: none;
}

.item-middle-border {
  position: relative;
  padding: 0 8px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-middle-border:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #e3e3e3;
  position: absolute;
  left: -.5px;
}

.item-middle-border:first-child {
  padding-left: 0;
  margin-left: 0;
}

.item-middle-border:first-child:before {
  background: none;
}

.item-card a {
  color: #703c11;
}

.item-card a:hover {
  text-decoration: none;
}

.item-card .item-card-bg {
  background: #fffdde;
  border-radius: 8px;
  border: 2px solid #fffdde;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

.item-card.item-hover:hover .item-card-bg {
  background: #fff;
  border: 2px solid #332d06;
}

.item-card.item-out:hover .item-card-bg {
  border: 2px solid rgba(0,0,0,0.7);
}

.item-card.item-out .item-card-bg {
  cursor: not-allowed;
  border: 2px solid rgba(0,0,0,0.7);
}

.item-card.item-out .item-card-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("/images/sale/sellout.png") no-repeat rgba(0,0,0,0.7);
  background-position: center center;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.item-card .item-border-bottom {
  border-bottom: 1px solid #e8dcae;
  color: #703c11;
  padding: 10px 0;
}

.item-card .item-title {
  color: #381d01;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  height: 46px;
  line-height: 46px;
}

.item-card .item-absolute {
  position: absolute;
  top: -2px;
  right: -2px;
}

.item-card .item-absolute.icon-bk {
  right: -26px;
  top: -28px;
}

.item-card .item-dot[data-name='i-bk'] {
  background: url("/images/sale/baokuan.png") no-repeat;
  width: 77px;
  height: 77px;
}

.item-card .item-dot[data-name='i-house'],
.item-card .item-dot[data-name='i-bus'],
.item-card .item-dot[data-name='i-ticked'],
.item-card .item-dot[data-name='i-i-idlebus'] {
  width: 88px;
  height: 88px;
}

.item-card .item-dot[data-name='i-house'] {
  background: url("/images/sale/weifang.png") no-repeat;
}

.item-card .item-dot[data-name='i-bus'] {
  background: url("/images/sale/chuche.png") no-repeat;
}

.item-card .item-dot[data-name='i-i-idlebus'] {
  background: url("/images/sale/yongche.png") no-repeat;
}

.item-card .item-dot[data-name='i-ticked'] {
  background: url("/images/sale/ruchang.png") no-repeat;
}

.item-card .item-label:after {
  content: attr(data-tip);
  color: #ff4c29;
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.card-display {
  background: #f99b43;
  border-radius: 8px;
  padding: 20px;
  border: 2px solid #332d06;
  margin-bottom: 20px;
}

.item-rule {
  font-size: 12px;
}

.item-rule >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.item-rule >.inner >.hheader {
  background: #f3f3f3;
  color: #999;
  padding: 11.5px 11px;
  width: 120px;
}

.item-rule >.inner >.hbody {
  border: 1px solid #f3f3f3;
  border-left: none;
  color: #666;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layers-item {
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}

.layers-item >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.layers-item >.inner >.hheader {
  width: 160px;
  height: 90px;
  margin-right: 20px;
}

.layers-item >.inner >.hheader img {
  max-height: 100%;
}

.layers-item >.inner >.hbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.layers-item >.inner >.hfoot {
  width: 100%;
  margin-top: 20px;
}

.layers-item >.inner >.dot {
  position: absolute;
  top: 35px;
  right: 0;
}

.layers-item .ss-customdropdwon {
  font-size: 12px;
}

.layers-item .ss-customdropdwon .item-input {
  height: 28px;
}

.item-pic-60 .hheader img {
  width: 60px;
  height: 60px;
  margin: auto;
}

.item-column-center-border {
  border: 1px solid #f3f3f3;
  padding: 38px 26px;
  width: 320px;
}

.item-column-center-border >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.item-column-center-border .hheader img {
  width: 80px;
  height: 80px;
  margin: auto;
}

.item-column-x .inner {
  height: 100%;
}

.item-column-x .hbody {
  height: 100%;
}

.item-column-x .hbody >.hb-item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendar {
  width: 754px;
}

.calendar.calendar-noleft {
  width: 694px;
  border: 2px solid #f8f8f8;
  padding: 0;
}

.calendar.calendar-noleft .calendar-wrap .calendar-header {
  background: #fff;
  color: #666;
  font-size: 14px;
}

.calendar.calendar-noleft .calendar-wrap .calendar-header .calendar-prev,
.calendar.calendar-noleft .calendar-wrap .calendar-header .calendar-next {
  color: #666;
}

.calendar.calendar-noleft .calendar-wrap .calendar-header .calendar-prev:disabled,
.calendar.calendar-noleft .calendar-wrap .calendar-header .calendar-next:disabled {
  color: #ccc;
}

.calendar.calendar-noleft .calendar-wrap .calendar-bodys {
  border: none;
  margin: 0;
}

.calendar.calendar-noleft .calendar-wrap .calendar-day-right {
  padding: 0;
  border-left: none;
}

.calendar .calendar-wrap {
  width: 100%;
}

.calendar .calendar-wrap .calendar-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 42px;
  background: #6aaadb;
  color: #fff;
  width: 100%;
  font-size: 16px;
}

.calendar .calendar-wrap .calendar-prev,
.calendar .calendar-wrap .calendar-next {
  width: 42px;
  height: 42px;
  border: none;
  background: none;
  color: #fff;
}

.calendar .calendar-wrap .calendar-prev:before,
.calendar .calendar-wrap .calendar-next:before {
  font-size: 22px;
}

.calendar .calendar-wrap .calendar-prev:before {
  content: '\e615';
}

.calendar .calendar-wrap .calendar-next:before {
  content: '\e618';
}

.calendar .calendar-wrap .calendar-month {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.calendar .calendar-wrap .calendar-month-list {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 42px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  font-size: 16px;
  font-weight: bold;
}

.calendar .calendar-wrap .calendar-month-list .item {
  height: 40px;
  margin: 0 19px;
  padding: 0;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  color: #999;
  font-size: 14px;
  font-weight: 500;
}

.calendar .calendar-wrap .calendar-month-list .item.active {
  color: #227ce1;
  border-bottom-color: #227ce1;
}

.calendar .calendar-wrap .calendar-bodys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  min-height: 380px;
  margin: 10px 0 0;
  border: 1px solid #6aaadb;
}

.calendar .calendar-wrap .calendar-day-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 40px;
  height: 100%;
  text-align: center;
}

.calendar .calendar-wrap .calendar-day-right,
.calendar .calendar-wrap .datepick-day-wrap {
  width: 100%;
  height: 100%;
}

.calendar .calendar-wrap .calendar-day-right {
  padding: 14px;
  border-left: 1px solid #6aaadb;
}

.calendar .calendar-wrap .datepick-day-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.calendar .calendar-wrap .calendar-week-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 30px;
  background: #f5f5f5;
  font-size: 14px;
  color: #999;
}

.calendar .calendar-wrap .calendar-week-list .item {
  width: 14.25%;
  text-align: center;
  line-height: 30px;
}

.calendar .calendar-wrap .calendar-day-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 12px;
}

.calendar .calendar-wrap .calendar-day-head .cdh-date {
  color: #333;
  font-weight: bold;
}

.calendar .calendar-wrap .calendar-day-head .cdh-state {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

.calendar .calendar-wrap .calendar-day-content {
  line-height: 14px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: initial;
}

.calendar .calendar-wrap .item-login {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.calendar .calendar-wrap .calendar-day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  position: relative;
}

.calendar .calendar-wrap .calendar-day:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.calendar .calendar-wrap .calendar-day .item {
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  width: 14.285714285714285%;
  height: 68px;
  position: relative;
}

.calendar .calendar-wrap .calendar-day .item >div {
  z-index: 3;
}

.calendar .calendar-wrap .calendar-item .calendar-item-wrap {
  position: relative;
  padding: 8px 9px;
  line-height: 12px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.calendar .calendar-wrap .calendar-item .calendar-item-wrap:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
}

.calendar .calendar-wrap .calendar-item:nth-child(7n) {
  color: #000;
}

.calendar .calendar-wrap .calendar-item:nth-child(7n) .popup-wrap {
  right: 0;
  left: inherit;
}

.calendar .calendar-wrap .calendar-item:nth-child(7n) .popup-wrap:before {
  right: 25px;
  left: inherit;
}

.calendar .calendar-wrap .calendar-item.selectedDate {
  background: #ff7e11;
  color: #fff;
}

.calendar .calendar-wrap .calendar-item.selectedDate .calendar-item-wrap:before {
  border: 2px solid #ff7e11;
  z-index: 1;
}

.calendar .calendar-wrap .calendar-item.selectedDate .calendar-item-wrap .cdh-date,
.calendar .calendar-wrap .calendar-item.selectedDate .calendar-item-wrap .color-ff5552,
.calendar .calendar-wrap .calendar-item.selectedDate .calendar-item-wrap .color-ff7e11,
.calendar .calendar-wrap .calendar-item.selectedDate .calendar-item-wrap .color-999 {
  color: #fff;
}

.calendar .calendar-wrap .calendar-item.selectedDate .calendar-item-wrap a {
  color: #fff;
}

.calendar .calendar-wrap .calendar-item.selectedDate .cdh-content {
  font-weight: bold;
}

.calendar .calendar-wrap .calendar-item.selectedDate .cdh-content span {
  color: #fff;
}

.calendar .calendar-wrap .calendar-item.calendar-optional:hover .calendar-item-wrap:before {
  border: 2px solid #ff7e11;
  z-index: 2;
}

.calendar .calendar-wrap .calendar-item.disableDate {
  background: #f7f7f7;
  color: #ccc;
}

.calendar .calendar-wrap .calendar-item.disableDate .calendar-item-wrap:hover:before {
  border: none !important;
}

.calendar .calendar-wrap .calendar-item >.property-ul {
  height: 100%;
}

.calendar .calendar-wrap .calendar-item >.property-ul >li {
  height: 100%;
}

.calendar .calendar-wrap .calendar-disabled .cdh-date {
  color: #ccc;
}

.calendar .calendar-wrap .calendar-optional {
  cursor: pointer;
}

.calendar .calendar-wrap .calendar-optional:hover .popup-wrap {
  display: block;
}

.calendar .calendar-wrap .popup-wrap {
  display: none;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

html.ie8 .calendar .calendar-wrap .popup-wrap,
html.ie7 .calendar .calendar-wrap .popup-wrap,
html.ie6 .calendar .calendar-wrap .popup-wrap {
  border: 2px solid rgba(0,0,0,0.1);
}

.top-tips {
  background: #fffbe0;
  border: 1px solid transparent;
  border-color: #f5e2bb;
  border-radius: 0;
  color: #ff7e11;
  font-size: 12px;
  font-style: normal;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -5px;
}

.toggle-icon {
  border-radius: 4px;
  background-color: #fff;
  border-color: #227ce1;
  color: #227ce1;
  text-decoration: none;
  min-width: 120px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 14px;
  min-width: 50px;
  width: 110px;
  padding: 4px 10px;
}

.toggle-icon:before {
  content: '\e692';
  margin-right: 4px;
}

.toggle-icon:hover {
  background: #227ce1;
  color: #fff;
  text-decoration: none;
}

.btn-view-227ce1 {
  border-radius: 3px;
  background-color: #fff;
  border-color: #227ce1;
  color: #227ce1;
  text-decoration: none;
  min-width: 80px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 12px;
}

.btn-view-227ce1:hover {
  color: #fff !important;
  background: #227ce1;
  text-decoration: none !important;
}

.lst-head {
  line-height: 32px;
  font-size: 12px;
  color: #333;
}

.lst-head >li:last-child {
  padding: 0;
}

.img-normal-xl,
.list-search-table-normal .item-pic,
.list-search-table .item-pic,
.list-search-table2 .item-pic,
.list-search-table3 .item-pic {
  width: 213px;
  height: 120px;
  overflow: hidden;
}

.list-search-table-normal >li:hover,
.list-search-table >li:hover,
.list-search-table2 >li:hover,
.list-search-table3 >li:hover,
.list-search-table-normal >li.active,
.list-search-table >li.active,
.list-search-table2 >li.active,
.list-search-table3 >li.active {
  position: relative;
  z-index: 1;
}

.list-search-table-normal >li li,
.list-search-table >li li,
.list-search-table2 >li li,
.list-search-table3 >li li {
  position: relative;
}

.list-search-table-normal .item-pic,
.list-search-table .item-pic,
.list-search-table2 .item-pic,
.list-search-table3 .item-pic {
  margin-right: 30px;
}

.list-search-table-normal a,
.list-search-table a,
.list-search-table2 a,
.list-search-table3 a {
  text-decoration: none;
}

.list-search-table-normal a:hover,
.list-search-table a:hover,
.list-search-table2 a:hover,
.list-search-table3 a:hover {
  text-decoration: none;
}

.list-search-table-normal .link-map,
.list-search-table .link-map,
.list-search-table2 .link-map,
.list-search-table3 .link-map {
  color: #999;
  margin-top: 10px;
}

.list-search-table-normal .item-height,
.list-search-table .item-height,
.list-search-table2 .item-height,
.list-search-table3 .item-height {
  height: 76px;
  overflow: hidden;
}

.list-search-table-normal .item-height span,
.list-search-table .item-height span,
.list-search-table2 .item-height span,
.list-search-table3 .item-height span {
  display: block;
  margin-top: 6px;
}

.list-search-table-normal .item-head,
.list-search-table .item-head,
.list-search-table2 .item-head,
.list-search-table3 .item-head {
  color: #666;
  height: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  _width: 290px;
  max-width: 290px;
}

.list-search-table-normal .item-name,
.list-search-table .item-name,
.list-search-table2 .item-name,
.list-search-table3 .item-name {
  color: #333;
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.lst-body >li {
  background: #fff;
}

.list-search-table >li:hover >.inner >.hheader,
.list-search-table >li.active >.inner >.hheader {
  background: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.list-search-table >li:hover .liu-btn,
.list-search-table >li.active .liu-btn {
  color: #227ce1;
}

.list-search-table >li >.inner >.hheader {
  padding: 10px 20px;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  margin-top: -1px;
}

.list-search-table2 >li {
  padding: 20px;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  margin-top: -1px;
}

.list-search-table2 >li:hover,
.list-search-table2 >li.active {
  background: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.list-search-table2 .item-head {
  _width: 500px;
  max-width: 500px;
}

.list-search-table3 >li.active {
  margin: 10px 0;
  border-top: none;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

html.ie8 .list-search-table3 >li.active,
html.ie7 .list-search-table3 >li.active,
html.ie6 .list-search-table3 >li.active {
  border: 2px solid rgba(0,0,0,0.2);
}

.list-search-table3 >li:hover,
.list-search-table3 >li.active {
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

html.ie8 .list-search-table3 >li:hover,
html.ie8 .list-search-table3 >li.active,
html.ie7 .list-search-table3 >li:hover,
html.ie7 .list-search-table3 >li.active,
html.ie6 .list-search-table3 >li:hover,
html.ie6 .list-search-table3 >li.active {
  border: 2px solid rgba(0,0,0,0.2);
}

.list-search-table3 >li:hover .liu-btn,
.list-search-table3 >li.active .liu-btn {
  color: #227ce1;
}

.list-search-table3 >li >.inner >.hheader {
  padding: 10px 20px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin-top: -1px;
  cursor: pointer;
}

.list-search-table3 >li >.inner >.hheader >ul {
  min-height: 78px;
}

.list-search-table3 >li .liu-btn {
  cursor: pointer;
}

.list-search-table3 >li .liu-btn.active .icon-xl {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
}

.list-search-table-s >li {
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  padding: 40px 20px;
  margin-top: -1px;
  min-height: 80px;
}

.list-search-table-s >li:hover {
  background: #f5faff;
  border-top-color: #95d1ff;
  border-bottom-color: #95d1ff;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}

.list-search-table-s >li:last-child {
  border-bottom: 1px solid transparent;
}

.list-search-table-s >li a:hover {
  text-decoration: underline;
}

.list-search-table-s >li li {
  position: relative;
}

.list-search-table-s .item-head .item-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
}

.list-search-table-s .item-head p {
  color: #666;
  font-size: 14px;
}

.list-search-table-s .item-pic {
  border: 1px solid #f3f3f3;
  width: 80px;
  height: 80px;
  margin-right: 18px;
  overflow: hidden;
}

.list-search-table-s .item-pic img {
  width: 100%;
  height: 100%;
}

.list-search-results {
  background: none;
  border-radius: 0;
  padding: 0;
  border: none;
  margin-bottom: 20px;
  border-top: 4px solid #f3f3f3;
}

.list-search-results.bg-none {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: none;
}

.list-search-results .lst-top {
  padding-bottom: 15px;
}

.list-search-results .lst-top i {
  font-style: normal;
  margin-right: 4px;
}

.list-search-results .lst-top h6 {
  font-size: 12px;
}

.list-search-results .lst-top .btn-view-227ce1 {
  display: inline-block;
  min-width: 70px;
  width: 70px;
  margin: 0 10px;
}

.list-search-results .flex-row >li {
  position: relative;
}

.list-search-results .list-tag-recommend {
  border: 2px solid #ff7e11;
  margin-bottom: 10px;
  position: relative;
}

.list-search-results .list-tag-recommend:before {
  content: '\e6b6';
  position: absolute;
  top: -2px;
  left: -6px;
  color: #f60;
  font-size: 54px;
  z-index: 2;
}

.list-search-results .list-tag-topstatus {
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
  position: relative;
}

.list-search-results .list-tag-topstatus:before {
  content: '\e6be';
  position: absolute;
  top: -2px;
  left: -5px;
  color: #faa725;
  font-size: 54px;
  z-index: 2;
}

.list-search-results .list-tag-normal {
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
}

.arclist-head {
  position: relative;
  border: 1px solid #f3f3f3;
  background: #fff;
  margin-bottom: 20px;
}

.item-detail-basic {
  background: #fff;
  position: relative;
  padding: 20px;
}

.item-detail-basic.item-detail-basic-title .inner .hbody {
  background: none;
  padding: 0;
}

.item-detail-basic.item-detail-basic-title .inner .hbody .product-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.item-detail-basic .item-detail-basic-bg {
  background: #fcfaf1;
  padding: 8px 20px;
  min-height: 120px;
  position: relative;
}

.item-detail-basic.item-detail-scenery >.inner .hheader {
  _width: 532px;
  max-width: 532px;
  width: 46%;
  height: 300px;
}

.item-detail-basic >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item-detail-basic >.inner .hheader {
  _width: 640px;
  max-width: 640px;
  width: 55.268%;
  margin-right: 3.4%;
  height: 360px;
  overflow: hidden;
}

.item-detail-basic >.inner .item-shoplogo {
  border: 1px solid #f3f3f3;
  min-height: 140px;
  padding: 20px;
  position: relative;
}

.item-detail-basic >.inner .item-shoplogo .shoplogo-box {
  position: relative;
  overflow: hidden;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin: 0 auto;
}

.item-detail-basic >.inner .item-shoplogo .shoplogo-box img {
  width: 100%;
  height: 100%;
}

.item-detail-basic >.inner .item-shoplogo .shoplogo-box .shop-logo-long {
  font-size: 24px;
}

.item-detail-basic >.inner .item-shoplogo .title {
  font-size: 14px;
  margin: 6px 0;
  text-align: center;
}

.item-detail-basic >.inner .item-shoplogo .title a {
  font-size: 16px;
  color: #0068c1;
  text-decoration: none;
}

.item-detail-basic >.inner .item-shoplogo .title a:hover {
  text-decoration: underline;
}

.item-detail-basic >.inner .item-shoplogo .desc {
  color: #666;
  font-size: 14px;
}

.item-detail-basic >.inner .item-shoplogo .tag {
  display: inline-block;
  margin-left: 10px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #227ce1;
}

.item-detail-basic >.inner .item-picture {
  width: 282px;
  height: 158px;
}

.item-detail-basic >.inner .item-picture .swiper-button-prev,
.item-detail-basic >.inner .item-picture .swiper-container-rtl .swiper-button-next {
  background-image: none;
  line-height: 56px;
}

.item-detail-basic >.inner .item-picture .swiper-button-prev:before,
.item-detail-basic >.inner .item-picture .swiper-container-rtl .swiper-button-next:before {
  content: '\e615';
  color: #f1f1f1;
  font-size: 26px;
}

.item-detail-basic >.inner .item-picture .swiper-button-next,
.item-detail-basic >.inner .item-picture .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  line-height: 56px;
}

.item-detail-basic >.inner .item-picture .swiper-button-next:before,
.item-detail-basic >.inner .item-picture .swiper-container-rtl .swiper-button-prev:before {
  content: '\e618';
  color: #f1f1f1;
  font-size: 26px;
}

.item-detail-basic >.inner .item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item-detail-basic >.inner .hbody {
  min-height: 140px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 26px;
}

.item-detail-basic >.inner .hbody .product-title {
  color: #333;
  font-size: 20px;
  line-height: 18px;
}

.item-detail-basic >.inner .hbody p {
  color: #333;
}

.item-detail-basic >.inner .hbody lable {
  color: #666;
}

.item-detail-basic >.inner .hbody .item-more {
  position: absolute;
  bottom: 18px;
  right: 20px;
  color: #999;
}

.item-detail-basic >.inner .hbody .item-more lable {
  color: #999;
}

.item-detail-basic >.inner .item-btn {
  margin-top: 20px;
  width: 100%;
  padding-left: 26%;
}

.item-detail-basic >.inner .item-btn ul {
  position: absolute;
  bottom: 22px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.item-detail-basic >.inner .item-btn li {
  margin-left: 32px;
}

.item-detail-basic >.inner .body-btn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  bottom: 10px;
  width: 100%;
}

.item-detail-basic >.inner .body-btn button {
  margin-left: 70px;
}

.item-detail-basic >.inner .body-btn .item-dot {
  position: initial;
}

.item-detail-basic .link-map {
  position: relative;
  color: #227ce1;
  margin-left: 20px;
  padding-left: 20px;
}

.item-detail-basic .link-map:before {
  content: '\e650';
  position: absolute;
  font-size: 16px;
  left: 0;
  top: -5px;
}

.item-detail-basic .link-report {
  color: #858585;
}

.item-detail-basic .link-report:hover {
  color: #227ce1;
}

.item-detail-basic.item-detail-calendar .inner .hheader {
  width: 700px;
  overflow: initial;
  height: auto;
}

.item-detail-basic.item-detail-calendar .inner .hheader .item-calendar {
  width: 100%;
}

.item-detail-basic.item-detail-calendar .inner .hheader .item-calendar .list-container {
  margin-bottom: 0;
}

.item-detail-basic.item-detail-calendar .inner .hbody {
  background: #fff;
  padding: 0;
  position: relative;
  min-height: 361px;
}

.list-pic-row .hheader img {
  width: 100%;
  height: 100%;
}

.lsb-body {
  background: #fff;
}

.lsb-body .item-detail {
  position: relative;
  padding: 16px;
  background: #fff;
  color: #333;
}

.lsb-body .item-detail>p {
  margin-bottom: 6px;
}

.lsb-body .item-detail>p:last-child {
  margin-bottom: 0;
}

.lsb-body .item-detail>p >label {
  color: #999;
}

.ss-fixed-tab-head,
.arclist-body .tabs-normal-top-menus .fixed-tab-head,
.arclist-body .arclist-body-tabs >.tabs-normal-top .fixed-tab-head,
.arclist-body .arclist-body-tabs >.tabs-normal-top .tabsMenus.fixed-tab-head {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

html.ie8 .ss-fixed-tab-head,
html.ie8 .arclist-body .tabs-normal-top-menus .fixed-tab-head,
html.ie8 .arclist-body .arclist-body-tabs >.tabs-normal-top .fixed-tab-head,
html.ie8 .arclist-body .arclist-body-tabs >.tabs-normal-top .tabsMenus.fixed-tab-head,
html.ie7 .ss-fixed-tab-head,
html.ie7 .arclist-body .tabs-normal-top-menus .fixed-tab-head,
html.ie7 .arclist-body .arclist-body-tabs >.tabs-normal-top .fixed-tab-head,
html.ie7 .arclist-body .arclist-body-tabs >.tabs-normal-top .tabsMenus.fixed-tab-head,
html.ie6 .ss-fixed-tab-head,
html.ie6 .arclist-body .tabs-normal-top-menus .fixed-tab-head,
html.ie6 .arclist-body .arclist-body-tabs >.tabs-normal-top .fixed-tab-head,
html.ie6 .arclist-body .arclist-body-tabs >.tabs-normal-top .tabsMenus.fixed-tab-head {
  border: 2px solid rgba(0,0,0,0.1);
}

.ss-fixed-tab-head >ul,
.arclist-body .tabs-normal-top-menus .fixed-tab-head >ul,
.arclist-body .arclist-body-tabs >.tabs-normal-top .fixed-tab-head >ul,
.arclist-body .arclist-body-tabs >.tabs-normal-top .tabsMenus.fixed-tab-head >ul {
  position: relative;
  width: 1200px;
  _width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
}

.arclist-body {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
}

.arclist-body .arclist-body-tabs >.tabs-normal-top >.tabsMenus {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  border-right: 1px solid #f3f3f3;
}

.arclist-body .arclist-body-tabs >.tabs-normal-top >.tabsMenus .select {
  color: #227ce1;
}

.arclist-body .arclist-body-tabs >.tabs-normal-top >.tabsMenus >ul {
  border-bottom: 4px solid #f3f3f3;
}

.arclist-body .arclist-body-tabs >.tabs-normal-top >.tabsBoxes {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  min-height: 300px;
  margin-top: 60px;
  padding: 28px 19px 20px 19px;
  color: #666;
}

.arclist-body .arclist-body-tabs >.tabs-normal-top .scale-list-num-2 .scale-desc {
  margin: 10px 0;
}

.arclist-body .display-item {
  font-size: 12px;
}

.arclist-body .display-item label {
  min-width: 62px;
  text-align: right;
  margin-right: 0;
}

.arclist-body .display-item .hheader {
  font-size: 16px;
  margin-bottom: 4px;
  word-break: break-all;
  text-align: center;
}

.arclist-body .display-item img {
  width: 80px;
  height: 80px;
  margin: auto;
  border: 1px solid #f3f3f3;
}

.arclist-body .display-item .hbody {
  word-break: break-all;
  border-top: 1px solid #f3f3f3;
  padding-top: 10px;
  margin-top: 10px;
}

.arclist-body .display-item .hb-item,
.arclist-body .display-item .hf-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.arclist-body .display-item .item-title-2 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.arclist-body .display-item .item-title-2:hover {
  color: #227ce1;
}

.arclist-body .display-item .hfoot {
  word-break: break-all;
}

.arclist-body .display-item .line-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 124px;
}

.arclist-body .display-item a {
  text-decoration: none;
  display: block;
}

.arclist-body .display-item a.shop-logo {
  width: 80px;
  margin: auto;
}

.arclist-body .tabs-normal-top-show li {
  position: relative;
}

.arclist-body .tabs-normal-top-show li.scale-imgs {
  width: 435px;
}

.arclist-body .tabs-normal-top-show .scale-list-num-2 {
  width: 890px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -10px;
}

.arclist-body .tabs-normal-top-show .scale-list-num-2 >li,
.arclist-body .tabs-normal-top-show .scale-list-num-2 >div,
.arclist-body .tabs-normal-top-show .scale-list-num-2 >span {
  margin-left: 10px;
  margin-bottom: 10px;
}

.arclist-body .tabs-normal-top-show .scale-list-num-2 .scale-img >div {
  width: 100%;
  height: 244px;
  overflow: hidden;
}

.arclist-body .tabs-normal-top-show .item_show {
  padding-top: 30px;
}

.arclist-body .tabs-normal-top-show .item_show:before {
  content: '\e6d1';
  position: absolute;
  top: -2px;
  left: -44px;
  color: #ff7e11;
  font-size: 54px;
}

.arclist-body .p-indent {
  text-indent: 2em;
}

.arclist-body p.intro {
  line-height: 1.6;
  margin-bottom: 6px;
}

.arclist-body .p-empty {
  line-height: 1.6;
  color: #999;
  margin-bottom: 26px;
}

.arclist-body .p-empty i {
  margin-right: 10px;
}

.arclist-body .lineh2 {
  line-height: 2;
}

.arclist-body .arclist-body-tabs {
  width: 100%;
  background: #fff;
}

.arclist-body.arclist-body-show .arclist-body-tabs {
  width: 80%;
}

.arclist-body .arclist-body-shop {
  background: #fff;
  border-radius: 0;
  padding: 20px 20px;
  border: 1px solid #f3f3f3;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: none;
  margin-top: 32px;
}

.arclist-body .arclist-body-shop .display-item {
  font-size: 12px;
}

.arclist-body .arclist-body-shop .display-item label {
  min-width: 62px;
  text-align: right;
  margin-right: 0;
}

.arclist-body .arclist-body-shop .display-item .hheader {
  font-size: 24px;
  margin-bottom: 4px;
  word-break: break-all;
  text-align: center;
}

.arclist-body .arclist-body-shop .display-item img {
  width: 80px;
  height: 80px;
  margin: auto;
  border: 1px solid #f3f3f3;
}

.arclist-body .arclist-body-shop .display-item .hbody {
  word-break: break-all;
  border-top: 1px solid #f3f3f3;
  padding-top: 10px;
  margin-top: 10px;
}

.arclist-body .arclist-body-shop .display-item .hb-item,
.arclist-body .arclist-body-shop .display-item .hf-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.arclist-body .arclist-body-shop .display-item .item-title-2 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.arclist-body .arclist-body-shop .display-item .item-title-2:hover {
  color: #227ce1;
}

.arclist-body .arclist-body-shop .display-item .hfoot {
  word-break: break-all;
}

.arclist-body .arclist-body-shop .display-item .line-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 124px;
}

.arclist-body .arclist-body-shop .display-item a {
  text-decoration: none;
  display: block;
}

.arclist-body .arclist-body-shop .display-item a.shop-logo {
  width: 80px;
  margin: auto;
}

.arclist-body .arclist-body-shop .display-item lable {
  min-width: 60px;
}

.arclist-body .arclist-body-shop .hheader {
  margin-bottom: 16px;
}

.arclist-body .arclist-body-shop .hheader a {
  font-size: 20px;
  color: #333;
  text-decoration: none;
  margin-bottom: 14px;
}

.arclist-body .arclist-body-shop .hheader a:hover {
  text-decoration: underline;
}

.arclist-body .arclist-body-shop .shoplogo-box {
  position: relative;
  overflow: hidden;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin: 0 auto;
}

.arclist-body .arclist-body-shop .shoplogo-box img {
  width: 100%;
  height: 100%;
}

.arclist-body .arclist-body-shop .shoplogo-box .shop-logo-long {
  font-size: 24px;
}

.tabs-normal-top-show .abt-li {
  padding-bottom: 9;
}

.tabs-normal-top-show .abt-li >.inner {
  margin: -18px 0 10px 0;
}

.tabs-normal-top-show .abt-li .tabs-body-item {
  padding-bottom: 10px;
}

.tabs-normal-top-show .scale-list {
  margin-bottom: -18px;
}

.abt-li {
  padding-bottom: 10px;
}

.abt-li >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.abt-li >.inner >.hheader {
  padding-bottom: 10px;
  width: 100%;
}

.abt-li >.inner .row-flex-justify-between-center {
  color: #333;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
  margin: 10px 0;
}

.abt-li >.inner >.hbody {
  width: 100%;
}

.abt-li >.inner >.hbody p {
  line-height: 24px;
}

.abt-li-2 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.abt-li-2 >.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.abt-li-2 >.inner >.hheader {
  margin-right: 40px;
}

.abt-li-2 .scales-list-wz .scale-img {
  width: 320px;
}

.abt-li-2 .scales-list-wz .scale-img .hheader {
  height: 182px;
  width: 322px;
}

.abt-li-2 .show-title {
  background: #4b9afc;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  line-height: 24px;
  margin: 0 40px 0 0;
}

.show-pic-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

.show-pic-list >li {
  position: relative;
  width: 45%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.show-pic-list >li .pic-expand {
  position: relative;
  background: #f9fdff;
  border: 1px solid #f3f3f3;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.show-pic-list >li .pic-expand:after {
  content: '\e6c1';
  position: absolute;
  color: #aaa;
  right: 10px;
  bottom: 10px;
}

.show-pic-list >li >img {
  height: 250px;
}

.normal-pic-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -10px;
}

.normal-pic-list >li {
  width: 410px;
  overflow: hidden;
  height: 230px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.normal-pic-list >li img {
  height: 230px;
  width: auto;
  _width: 100%;
  max-width: 100%;
}

.normal-pic-list.normal-pic-list-2 >li {
  overflow: auto;
  height: auto;
}

.normal-pic-list.normal-pic-list-2 >li img {
  width: 100%;
  height: auto;
}

.lines-download-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  color: #666;
}

.lines-download-list >li {
  width: 100%;
  line-height: 34px;
  padding: 0 20px;
  background: #fafafa;
  margin-bottom: 10px;
}

.lines-download-list >li:last-child {
  margin-bottom: 0;
}

.lines-download-list .link-download {
  float: right;
  position: relative;
  padding-left: 20px;
}

.lines-download-list .link-download i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #999;
}

.lines-download-list .link-download a {
  color: #666;
  font-size: 12px;
}

.lines-download-list .link-download:hover {
  background: #f5f5f5;
}

.lines-download-list .link-download:hover i {
  color: #227ce1;
}

.lines-download-list .link-download:hover a {
  color: #227ce1;
}

.show-icon-list {
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 28px;
  right: inherit;
  width: auto;
  height: auto;
  padding: 10px;
  z-index: 2;
  display: none;
  left: 0;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  min-width: 130px;
  line-height: 16px;
  min-width: 150px;
}

html.ie8 .show-icon-list,
html.ie7 .show-icon-list,
html.ie6 .show-icon-list {
  border: 2px solid rgba(0,0,0,0.3);
}

.show-icon-list:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: initial;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 18px;
}

.show-icon-list .other-split {
  border-top: 1px solid #f3f3f3;
  margin-top: 4px;
  padding: 4px 0;
  color: #666;
  width: 100%;
}

.tabsMenus .abt-fixed-other {
  position: absolute;
  right: 0;
  width: auto;
}

.tabsMenus .abt-contact-btn {
  position: absolute;
  top: -1px;
  right: 0;
  width: 280px;
  line-height: 60px;
  background: #ff7e11;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  visibility: hidden;
}

.tabsMenus .abt-dowmfile-btn {
  position: absolute;
  top: -1px;
  right: 20px;
  line-height: 60px;
  border-radius: 0;
  cursor: pointer;
  color: #666;
}

.tabsMenus .abt-dowmfile-btn:hover {
  color: #227ce1;
}

.flex-center-row.padding-49 {
  font-weight: bold;
}

.flex-center-row .flex-row {
  font-weight: bold;
}

.flex-center-row .btn-view-227ce1 {
  margin-left: 16px;
  font-weight: normal;
  min-width: 90px;
}

.list-pic-big {
  width: 100%;
}

.list-pic-big >li {
  margin-bottom: 10px;
}

.list-pic-big img {
  width: auto;
  height: auto;
  max-height: 100%;
  _width: 100%;
  max-width: 100%;
}

.tips-wrap {
  background: #fffce9;
  border: 1px solid #fff4de;
  color: #333;
  padding: 13px 20px;
  font-size: 24px;
}

.tips-wrap:before {
  content: '\e621';
  font-size: 24px;
  color: #fab427;
  margin-right: 10px;
}

.product-error-wrap {
  position: relative;
  padding: 19px;
  height: 410px;
  border: 1px solid #f3f3f3;
  background: #fff;
}

.product-error-wrap .nw-head {
  margin-bottom: 36px;
}

.product-error-wrap .nw-body {
  margin-left: 20px;
}

.product-error-wrap .nw-body em {
  font-style: normal;
  display: block;
  margin-bottom: 16px;
}

.product-error-wrap .nw-body p {
  margin-left: 10px;
  margin-bottom: 2px;
}

.product-error-wrap .nw-body .btn-fff-227ce1 {
  margin-top: 48px;
  margin-left: 10px;
  width: 100px;
}

.product-error-wrap.has-img {
  height: 500px;
}

.product-error-wrap.has-img .item-icon {
  width: 150px;
  height: 150px;
  margin: 4px auto;
  margin-top: 90px;
}

.product-error-wrap.bg-extend {
  border: none;
  background: transparent;
}

.tag-ellipsis {
  _width: 76%;
  max-width: 76%;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.absolute-left-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.absolute-left-10-top {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
}

.absolute-rigth-top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.tag-img-new {
  margin-left: 10px;
  display: inline-block;
  width: 24px;
  height: 32px;
  background: url("/images/icon-new.png") no-repeat;
}

.tag-img-recommand {
  margin-left: 10px;
  display: inline-block;
  width: 24px;
  height: 44px;
  background: url("/images/icon-recommand.png") no-repeat;
}

.scales-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -20px;
  margin-bottom: -20px;
}

.scales-list.column-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 0;
}

.scales-list.column-list >li {
  margin-left: 0;
}

.scales-list >li {
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.scales-list .scale-title,
.scales-list .scale-desc {
  line-height: 14px;
}

.scales-list .scale-img {
  position: relative;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  width: 420px;
  height: 237px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.scales-list .scale-img img {
  width: auto;
  height: auto;
  _width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.scales-list .icon-enlarge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #ccc;
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.scales-list-wz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -20px;
  margin-bottom: -20px;
}

.scales-list-wz.column-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 0;
}

.scales-list-wz.column-list >li {
  margin-left: 0;
}

.scales-list-wz >li {
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.scales-list-wz .scale-title,
.scales-list-wz .scale-desc {
  line-height: 14px;
}

.scales-list-wz .scale-img {
  position: relative;
  cursor: pointer;
  width: 420px;
}

.scales-list-wz .scale-img .hheader {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 237px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.scales-list-wz .scale-img .hheader img {
  width: auto;
  height: auto;
  _width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.scales-list-wz .icon-enlarge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #ccc;
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.scales-list-wz .scale-img {
  cursor: default;
}

.scales-list-wz .scale-img .hheader {
  cursor: pointer;
}

.recommend-column {
  background: #fff;
  padding: 10px;
  margin: 0 0 0 20px;
  width: 280px;
}

.recommend-column-pd20 {
  background: #fff;
  padding: 20px;
  margin: 0 0 0 20px;
  width: 280px;
}

.ss-list-colmun .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.ss-list-colmun .hheader {
  width: 260px;
  height: 146px;
  overflow: hidden;
  border-bottom: none;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin: 0;
}

.ss-list-colmun .hbody {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0 0 0;
}

.ss-list-colmun .item-title {
  color: #333;
  font-size: 14px;
}

.ss-list-colmun .line-hover-underline {
  text-decoration: none;
}

.ss-list-colmun .line-hover-underline:hover {
  color: #1890ff;
  text-decoration: underline;
}

.ss-list-colmun .item-pic {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.ss-list-colmun .item-pic img {
  width: auto;
  height: 100%;
}

.ss-list-colmun .item-desc {
  color: #999;
  line-height: 18px;
}

.ss-list-colmun .hhbody-space-around .hbody {
  height: 146px;
}

.ss-list-colmun .hhbody-space-around .hb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 100%;
}

.ss-list-colmun .inner {
  border: none;
  border-radius: 0;
}

.ss-list-colmun >li {
  margin-bottom: 12px;
}

.ss-list-colmun >li:last-child {
  margin-bottom: 0;
}

.swiper-watch-container.custom-scroll .tabsMenus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.swiper-watch-container.custom-scroll .tabsBoxes {
  min-height: 58px;
  max-height: 358px;
  overflow-y: auto;
}

.swiper-watch-container.custom-scroll .tabsBoxes::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.swiper-watch-container.custom-scroll .tabsBoxes::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.swiper-watch-container.custom-scroll .tabsBoxes::-webkit-scrollbar-track {
  border-radius: 5px;
}

.swiper-watch-container.custom-scroll .tabsBoxes:hover::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.swiper-watch-container.tabsmenus-more .tabsmenus-btn-x {
  margin-left: 20px;
}

.swiper-watch-container.tabsmenus-more .tabsMenus >div:first-child {
  width: 92%;
  overflow: hidden;
  height: 36px;
  position: relative;
}

.swiper-watch-container.tabsmenus-more .tabsMenus ul {
  margin-left: 0;
  margin-right: -10px;
  white-space: nowrap;
}

.swiper-watch-container.tabsmenus-more .tabsMenus ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.swiper-watch-container.tabsmenus-more .tabsMenus ul li:first-child {
  margin-left: 0;
}

.swiper-watch-container.hot-city .tabsBoxes {
  margin-bottom: -10px;
}

.swiper-watch-container.hot-city .tabsBoxes .caption >a {
  color: #227ce1;
  min-width: 34px;
  text-align: left;
  font-size: 14px;
  display: block;
  margin-right: 10px;
  cursor: default;
}

.swiper-watch-container.hot-city .tabsBoxes .caption >a:hover {
  text-decoration: none;
}

.swiper-watch-container.hot-city .tabsBoxes .caption >a.s-color {
  color: #ff7e11;
}

.swiper-watch-container .tabsMenus {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}

.swiper-watch-container .tabsMenus a,
.swiper-watch-container .tabsMenus span {
  color: #666;
  text-decoration: none;
}

.swiper-watch-container .tabsMenus ul {
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

.swiper-watch-container .tabsMenus ul .item-li,
.swiper-watch-container .tabsMenus ul >li {
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 0;
}

.swiper-watch-container .tabsMenus li >a {
  position: relative;
  display: block;
}

.swiper-watch-container .tabsMenus li >a:hover {
  text-decoration: none;
}

.swiper-watch-container .tabsMenus li:hover,
.swiper-watch-container .tabsMenus li.select {
  color: #227ce1;
}

.swiper-watch-container .tabsMenus li:hover >a,
.swiper-watch-container .tabsMenus li.select >a {
  color: #227ce1;
}

.swiper-watch-container .tabsMenus li:hover >a:before,
.swiper-watch-container .tabsMenus li.select >a:before {
  content: '';
  background: #2577e3;
  width: 100%;
  height: 2px;
  color: #227ce1;
  position: absolute;
  bottom: -12px;
}

.swiper-watch-container .tabsMenus >ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  overflow: hidden;
  height: 36px;
}

.swiper-watch-container .tabsBoxes {
  margin-top: 15px;
}

.swiper-watch-container .tabsBoxes .hlist .itemrootCkb {
  display: none;
}

.swiper-watch-container .tabsBoxes span.fkp-checked-value {
  color: #333;
  font-weight: bold;
  margin-right: 10px;
  min-width: 2em;
}

.swiper-watch-container .tabsBoxes a.fkp-checked-value {
  color: #666;
  padding-right: 10px;
}

.swiper-watch-container .tabsBoxes a.fkp-checked-value:hover {
  color: #227ce1;
}

.swiper-watch-container .tabsBoxes a.fkp-checked-value.s-color {
  color: #227ce1;
}

.swiper-watch-container .tabsBoxes a.fkp-checked-value.s-color:hover {
  color: #227ce1;
}

.swiper-watch-container .tabsBoxes li,
.swiper-watch-container .tabsBoxes a,
.swiper-watch-container .tabsBoxes span {
  line-height: 24px;
}

.swiper-watch-container .list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.list-search-header {
  background: #fff;
  padding: 15px 20px 2px 20px;
  margin: 0 0 0 0;
  width: 100%;
}

.recommend-column .title-bottom {
  cursor: default;
}

.tab-title {
  display: block;
  margin: 20px 0;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: #333;
  border-bottom: 1px solid #f3f3f3;
}

.show-title {
  display: block;
  margin: 16px 0;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #333;
}

.touroperator-fs-14 .size18 {
  font-size: 14px;
}

.ss-delete-bt .list-search-results {
  border-top: 4px solid transparent;
  margin-top: -4px;
}

.hbody .tabs-body-item:first-child .show-title {
  margin: 0 0 16px 0;
}

.hbody .tabs-body-item:first-child .tab-title {
  margin: 0;
  border-top: none;
}

.tabsmenus-btn {
  cursor: not-allowed;
}

.tabsmenus-btn:before {
  color: #d2d2d2;
}

.tabsmenus-btn.active {
  cursor: pointer;
}

.tabsmenus-btn.active:before {
  color: #666;
}

.datetimepicker.dropdown-menu {
  padding: 10px;
  border-radius: 0;
}

.datetimepicker.dropdown-menu table td {
  width: 192px;
}

.datetimepicker.dropdown-menu table tr td span {
  border-radius: 0;
  min-width: 60px;
  height: 40px;
  line-height: 40px;
  color: #333;
}

.datetimepicker.dropdown-menu table tr td span:hover {
  background: #f3f3f3;
}

.datetimepicker.dropdown-menu table tr td span.old {
  color: #ccc;
}

.item-tag-border {
  border: 1px solid #d2d2d2;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 160px;
}

.destination-search-box {
  display: block;
  margin: 0 auto;
  width: 470px;
  min-height: 32px;
  padding: 50px 0;
}

.destination-search {
  width: auto;
  position: relative;
  height: auto;
  font-size: 14px;
  background: #fff;
}

.destination-search .inputGroup {
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.destination-search .inputGroup .input-search {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.destination-search .inputGroup .input-search .fkp-desc {
  position: absolute;
  top: 33px;
  left: 0;
  text-align: left;
  z-index: 99;
  width: 100%;
  margin: 0;
  _width: none;
  max-width: none;
}

.destination-search .inputGroup .input-search .fkp-desc .list-container {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

html.ie8 .destination-search .inputGroup .input-search .fkp-desc .list-container,
html.ie7 .destination-search .inputGroup .input-search .fkp-desc .list-container,
html.ie6 .destination-search .inputGroup .input-search .fkp-desc .list-container {
  border: 2px solid rgba(0,0,0,0.1);
}

.destination-search .inputGroup .input-search .fkp-desc .empty-box {
  position: relative;
  z-index: 5;
  background: #fff;
  border: 1px solid #f3f3f3;
  padding: 0 10px;
}

.destination-search .inputGroup .input-search .fkp-desc .empty-box .empty-text {
  color: #ff7e11;
}

.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul {
  border: 1px solid #f3f3f3;
  background-color: #fff;
  height: initial;
  width: 100%;
  z-index: 8;
  max-height: 386px;
  overflow-y: auto;
  font-size: 12px;
  text-align: left;
  _width: 400px;
  max-width: 400px;
}

.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul li {
  padding: 0 .5em;
  line-height: 32px;
  cursor: pointer;
}

.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul li.active,
.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul li.activated {
  background-color: #227ce1;
  color: #fff;
}

.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul li.active:hover,
.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul li.activated:hover {
  background-color: #227ce1;
  color: #fff;
}

.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul li:hover {
  background-color: #227ce1;
  color: #fff;
}

.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul li.select-disabled {
  cursor: not-allowed;
  color: #999;
}

.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul li.select-disabled:hover {
  background-color: initial;
  color: #999;
}

.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul >li {
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul >li em {
  color: #227ce1;
  font-style: normal;
}

.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul >li:hover em,
.destination-search .inputGroup .input-search .fkp-desc .input-dropdown-ul >li.active em {
  color: #fff;
}

.destination-search .inputGroup .input-search input {
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: #d2d2d2;
  box-shadow: initial;
  padding: 0 10px;
  text-indent: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  width: 280px;
  background: transparent;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

html.ie8 .destination-search .inputGroup .input-search input,
html.ie7 .destination-search .inputGroup .input-search input,
html.ie6 .destination-search .inputGroup .input-search input {
  border: 2px solid initial;
}

.destination-search .inputGroup .input-search input:active,
.destination-search .inputGroup .input-search input:focus {
  box-shadow: none;
  border: 1px solid #4b9afc;
}

html.ie8 .destination-search .inputGroup .input-search input:active,
html.ie8 .destination-search .inputGroup .input-search input:focus,
html.ie7 .destination-search .inputGroup .input-search input:active,
html.ie7 .destination-search .inputGroup .input-search input:focus,
html.ie6 .destination-search .inputGroup .input-search input:active,
html.ie6 .destination-search .inputGroup .input-search input:focus {
  border: 2px solid none;
}

.destination-search .inputGroup .btn-search {
  border: none;
  width: 70px;
  height: auto;
  margin-bottom: 0;
}

.destination-search .inputGroup .btn-search .btn {
  outline: none;
  width: 100%;
  background: #4b9afc;
  color: #fff;
  border-radius: 0;
  padding: 0;
  line-height: 30px;
  font-size: 16px;
  min-width: auto;
}

.destination-search .inputGroup .btn-search {
  margin-left: -2px;
}

.destination-search .inputGroup .btn-search input[type='button'] {
  background: #ff7e11;
}

.destination-search .tabs-hot-likecity {
  margin: 0;
}

.list-place-box {
  background: #fff;
  padding: 34px;
}

.list-place-box .list-title {
  text-align: center;
  margin: 10px 0;
  font-size: 24px;
}

.tabs-hot-likecity {
  margin: 46px 0 0 0;
}

.tabs-hot-likecity.custom-scroll .tabsBoxes {
  height: 400px;
  overflow-y: auto;
}

.tabs-hot-likecity.custom-scroll .tabsBoxes::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}

.tabs-hot-likecity.custom-scroll .tabsBoxes::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.tabs-hot-likecity.custom-scroll .tabsBoxes::-webkit-scrollbar-track {
  border-radius: 5px;
}

.tabs-hot-likecity.custom-scroll .tabsBoxes:hover::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.tabs-hot-likecity .tabsMenus {
  border-bottom: none;
  margin-bottom: 50px;
}

.tabs-hot-likecity .tabsMenus .hlist {
  margin: 0 auto;
}

.tabs-hot-likecity .tabsMenus a,
.tabs-hot-likecity .tabsMenus span {
  color: #666;
  text-decoration: none;
}

.tabs-hot-likecity .tabsMenus ul {
  color: #666;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

.tabs-hot-likecity .tabsMenus ul .item-li,
.tabs-hot-likecity .tabsMenus ul >li {
  margin-left: 12px;
  margin-right: 12px;
  padding: 6px 0;
}

.tabs-hot-likecity .tabsMenus li {
  position: relative;
}

.tabs-hot-likecity .tabsMenus li >a {
  position: relative;
  display: block;
}

.tabs-hot-likecity .tabsMenus li >a:hover {
  text-decoration: none;
}

.tabs-hot-likecity .tabsMenus li:hover,
.tabs-hot-likecity .tabsMenus li.select {
  color: #227ce1;
}

.tabs-hot-likecity .tabsMenus li:hover >a,
.tabs-hot-likecity .tabsMenus li.select >a {
  color: #227ce1;
}

.tabs-hot-likecity .tabsMenus li:hover >a:before,
.tabs-hot-likecity .tabsMenus li.select >a:before {
  content: '';
  background: #2577e3;
  width: 100%;
  height: 2px;
  color: #227ce1;
  position: absolute;
  bottom: -8px;
}

.tabs-hot-likecity .tabsMenus li:before {
  content: '';
  border-left: 1px solid #f3f3f3;
  height: 16px;
  position: absolute;
  top: 12px;
  left: -12px;
}

.tabs-hot-likecity .tabsMenus li:first-child:before {
  border-left: none;
}

.tabs-hot-likecity .tabsBoxes .hlist:first-child {
  margin: 0 50px 38px 50px;
  padding-bottom: 38px;
}

.tabs-hot-likecity .tabsBoxes .hlist .itemrootCkb {
  display: none;
}

.tabs-hot-likecity .tabsBoxes span.fkp-checked-value {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
  min-width: 2em;
}

.tabs-hot-likecity .tabsBoxes a.fkp-checked-value {
  color: #666;
}

.tabs-hot-likecity .tabsBoxes a.fkp-checked-value:hover {
  color: #227ce1;
  text-decoration: underline;
}

.tabs-hot-likecity .tabsBoxes a.fkp-checked-value.s-color {
  color: #227ce1;
}

.tabs-hot-likecity .tabsBoxes a.fkp-checked-value.s-color:hover {
  color: #227ce1;
}

.tabs-hot-likecity .tabsBoxes li,
.tabs-hot-likecity .tabsBoxes a,
.tabs-hot-likecity .tabsBoxes span {
  line-height: 24px;
}

.front-mudd-much {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.front-mudd-much .level0 {
  min-height: 48px;
  width: 47%;
}

.front-mudd-much .level0 >.itemCategory {
  padding: 16px 0;
  border-bottom: 1px dashed #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.front-mudd-much .level0 >.itemCategory >.caption,
.front-mudd-much .level0 >.itemCategory >a {
  color: #333;
  margin-right: 10px;
  min-width: auto;
  text-align: left;
  font-size: 16px;
}

.front-mudd-much .level0 >.itemCategory >ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -16px;
  font-size: 14px;
}

.front-mudd-much .level0 >.itemCategory >ul >li,
.front-mudd-much .level0 >.itemCategory >ul >div,
.front-mudd-much .level0 >.itemCategory >ul >span {
  margin-left: 16px;
  margin-bottom: 0;
}

.front-mudd-much .level0 >.itemCategory >ul li,
.front-mudd-much .level0 >.itemCategory >ul a {
  color: #666;
}

.front-mudd-much .level0 >.itemCategory .s-color {
  color: #227ce1;
}

.front-mudd-much .level0 >.itemCategory >ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.front-mudd-much .level0 >.itemCategory >a,
.front-mudd-much .level0 >.itemCategory >span {
  min-width: 2em;
}

.front-mudd-much .level0 >.itemCategory span.fkp-checked-value {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  display: block;
  min-width: 50px;
}

.front-mudd-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 10% 0 19%;
}

.front-mudd-single >li {
  margin-bottom: 15px;
  width: 25%;
  _width: 25%;
  max-width: 25%;
}

.front-mudd-much-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.front-mudd-much-2 .level0 {
  width: 47%;
  color: #ccc;
  margin-bottom: 17px;
}

.front-mudd-much-2 .level0 >.itemCategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.front-mudd-much-2 .level0 >.itemCategory >.caption .fkp-checked-value {
  color: #333;
  margin-right: 10px;
  min-width: 40px;
  text-align: left;
  font-size: 12px;
  display: block;
}

.front-mudd-much-2 .level0 >.itemCategory >ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -10px;
  font-size: 12px;
}

.front-mudd-much-2 .level0 >.itemCategory >ul >li,
.front-mudd-much-2 .level0 >.itemCategory >ul >div,
.front-mudd-much-2 .level0 >.itemCategory >ul >span {
  margin-left: 10px;
  margin-bottom: 0;
}

.front-mudd-much-2 .level0 >.itemCategory >ul li,
.front-mudd-much-2 .level0 >.itemCategory >ul a {
  color: #666;
}

.front-mudd-much-2 .level0 >.itemCategory .s-color {
  color: #227ce1;
}

.front-mudd-much-2 .level0 >.itemCategory >ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.front-mudd-much-2 .level0 >.itemCategory >a,
.front-mudd-much-2 .level0 >.itemCategory >span {
  min-width: 2em;
}

.front-mudd-much-3,
.front-mudd-much-3-t2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.front-mudd-much-3 .level0,
.front-mudd-much-3-t2 .level0 {
  width: 100%;
  color: #ccc;
}

.front-mudd-much-3 .level0 >.itemCategory,
.front-mudd-much-3-t2 .level0 >.itemCategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.front-mudd-much-3 .level0 >.itemCategory >.caption .fkp-checked-value,
.front-mudd-much-3-t2 .level0 >.itemCategory >.caption .fkp-checked-value {
  color: #333;
  margin-right: 20px;
  min-width: 40px;
  text-align: left;
  font-size: 12px;
  display: block;
}

.front-mudd-much-3 .level0 >.itemCategory >ul,
.front-mudd-much-3-t2 .level0 >.itemCategory >ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: -20px;
  font-size: 12px;
}

.front-mudd-much-3 .level0 >.itemCategory >ul >li,
.front-mudd-much-3-t2 .level0 >.itemCategory >ul >li,
.front-mudd-much-3 .level0 >.itemCategory >ul >div,
.front-mudd-much-3-t2 .level0 >.itemCategory >ul >div,
.front-mudd-much-3 .level0 >.itemCategory >ul >span,
.front-mudd-much-3-t2 .level0 >.itemCategory >ul >span {
  margin-left: 20px;
  margin-bottom: 10px;
}

.front-mudd-much-3 .level0 >.itemCategory >ul li,
.front-mudd-much-3-t2 .level0 >.itemCategory >ul li,
.front-mudd-much-3 .level0 >.itemCategory >ul a,
.front-mudd-much-3-t2 .level0 >.itemCategory >ul a {
  color: #333;
}

.front-mudd-much-3 .level0 >.itemCategory .s-color,
.front-mudd-much-3-t2 .level0 >.itemCategory .s-color {
  color: #227ce1;
}

.front-mudd-much-3 .level0 >.itemCategory >ul,
.front-mudd-much-3-t2 .level0 >.itemCategory >ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.front-mudd-much-3 .level0 >.itemCategory >ul >li,
.front-mudd-much-3-t2 .level0 >.itemCategory >ul >li {
  min-width: 51px;
}

.front-mudd-much-3 .level0 >.itemCategory >a,
.front-mudd-much-3-t2 .level0 >.itemCategory >a,
.front-mudd-much-3 .level0 >.itemCategory >span,
.front-mudd-much-3-t2 .level0 >.itemCategory >span {
  min-width: 2em;
}

.front-mudd-much-3-t2 .level0 >.itemCategory >ul {
  margin-left: -10px;
}

.front-mudd-much-3-t2 .level0 >.itemCategory >ul >li {
  width: 70px;
  margin-left: 10px;
  color: #666;
}

.front-mudd-much-3-t2 .level0 >.itemCategory >ul a {
  color: #666;
}

.front-mudd-single-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  margin-top: -10px;
}

.front-mudd-single-2 >li {
  margin-top: 10px;
  width: 25%;
  _width: 25%;
  max-width: 25%;
}

.front-mudd-single-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  margin-top: -10px;
}

.front-mudd-single-3 >li {
  width: 20%;
  margin-top: 10px;
}

.destination-search-wrap .inputGroup .input-search input {
  width: 100%;
}

.lst-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lst-head >li,
.lst-head .ss-td {
  min-width: 60px;
  _width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.lst-head >li:nth-child(1),
.lst-head .ss-td:nth-child(1) {
  width: 20%;
}

.lst-head >li:nth-child(2),
.lst-head .ss-td:nth-child(2) {
  width: 20%;
}

.lst-head >li:nth-child(3),
.lst-head .ss-td:nth-child(3) {
  width: 48%;
}

.lst-head >li:nth-child(4),
.lst-head .ss-td:nth-child(4) {
  width: 12%;
}

.lst-head >li:nth-child(5),
.lst-head .ss-td:nth-child(5) {
  width: auto;
}

.lst-head >li:nth-child(6),
.lst-head .ss-td:nth-child(6) {
  width: auto;
}

.lst-head >li:nth-child(7),
.lst-head .ss-td:nth-child(7) {
  width: auto;
}

.lst-head >li:nth-child(8),
.lst-head .ss-td:nth-child(8) {
  width: auto;
}

.lst-head >li:nth-child(9),
.lst-head .ss-td:nth-child(9) {
  width: auto;
}

.lst-head >li:nth-child(10),
.lst-head .ss-td:nth-child(10) {
  width: auto;
}

.lst-head.justify-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lst-head.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.list-item-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 78px;
}

.list-item-ul >li,
.list-item-ul .ss-td {
  min-width: 60px;
  _width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.list-item-ul >li:nth-child(1),
.list-item-ul .ss-td:nth-child(1) {
  width: 20%;
}

.list-item-ul >li:nth-child(2),
.list-item-ul .ss-td:nth-child(2) {
  width: 20%;
}

.list-item-ul >li:nth-child(3),
.list-item-ul .ss-td:nth-child(3) {
  width: 48%;
}

.list-item-ul >li:nth-child(4),
.list-item-ul .ss-td:nth-child(4) {
  width: 12%;
}

.list-item-ul >li:nth-child(5),
.list-item-ul .ss-td:nth-child(5) {
  width: auto;
}

.list-item-ul >li:nth-child(6),
.list-item-ul .ss-td:nth-child(6) {
  width: auto;
}

.list-item-ul >li:nth-child(7),
.list-item-ul .ss-td:nth-child(7) {
  width: auto;
}

.list-item-ul >li:nth-child(8),
.list-item-ul .ss-td:nth-child(8) {
  width: auto;
}

.list-item-ul >li:nth-child(9),
.list-item-ul .ss-td:nth-child(9) {
  width: auto;
}

.list-item-ul >li:nth-child(10),
.list-item-ul .ss-td:nth-child(10) {
  width: auto;
}

.list-item-ul.justify-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-item-ul.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.list-item-ul >li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.list-item-ul >li:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}

.list-search-table-depart-s.lst-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-search-table-depart-s.lst-head >li,
.list-search-table-depart-s.lst-head .ss-td {
  min-width: 60px;
  _width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.list-search-table-depart-s.lst-head >li:nth-child(1),
.list-search-table-depart-s.lst-head .ss-td:nth-child(1) {
  width: 52%;
}

.list-search-table-depart-s.lst-head >li:nth-child(2),
.list-search-table-depart-s.lst-head .ss-td:nth-child(2) {
  width: 18%;
}

.list-search-table-depart-s.lst-head >li:nth-child(3),
.list-search-table-depart-s.lst-head .ss-td:nth-child(3) {
  width: 18%;
}

.list-search-table-depart-s.lst-head >li:nth-child(4),
.list-search-table-depart-s.lst-head .ss-td:nth-child(4) {
  width: 12%;
}

.list-search-table-depart-s.lst-head >li:nth-child(5),
.list-search-table-depart-s.lst-head .ss-td:nth-child(5) {
  width: auto;
}

.list-search-table-depart-s.lst-head >li:nth-child(6),
.list-search-table-depart-s.lst-head .ss-td:nth-child(6) {
  width: auto;
}

.list-search-table-depart-s.lst-head >li:nth-child(7),
.list-search-table-depart-s.lst-head .ss-td:nth-child(7) {
  width: auto;
}

.list-search-table-depart-s.lst-head >li:nth-child(8),
.list-search-table-depart-s.lst-head .ss-td:nth-child(8) {
  width: auto;
}

.list-search-table-depart-s.lst-head >li:nth-child(9),
.list-search-table-depart-s.lst-head .ss-td:nth-child(9) {
  width: auto;
}

.list-search-table-depart-s.lst-head >li:nth-child(10),
.list-search-table-depart-s.lst-head .ss-td:nth-child(10) {
  width: auto;
}

.list-search-table-depart-s.lst-head.justify-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-search-table-depart-s.lst-head.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.list-search-table-s .list-item-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-search-table-s .list-item-ul >li,
.list-search-table-s .list-item-ul .ss-td {
  min-width: 60px;
  _width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.list-search-table-s .list-item-ul >li:nth-child(1),
.list-search-table-s .list-item-ul .ss-td:nth-child(1) {
  width: 52%;
}

.list-search-table-s .list-item-ul >li:nth-child(2),
.list-search-table-s .list-item-ul .ss-td:nth-child(2) {
  width: 18%;
}

.list-search-table-s .list-item-ul >li:nth-child(3),
.list-search-table-s .list-item-ul .ss-td:nth-child(3) {
  width: 18%;
}

.list-search-table-s .list-item-ul >li:nth-child(4),
.list-search-table-s .list-item-ul .ss-td:nth-child(4) {
  width: 12%;
}

.list-search-table-s .list-item-ul >li:nth-child(5),
.list-search-table-s .list-item-ul .ss-td:nth-child(5) {
  width: auto;
}

.list-search-table-s .list-item-ul >li:nth-child(6),
.list-search-table-s .list-item-ul .ss-td:nth-child(6) {
  width: auto;
}

.list-search-table-s .list-item-ul >li:nth-child(7),
.list-search-table-s .list-item-ul .ss-td:nth-child(7) {
  width: auto;
}

.list-search-table-s .list-item-ul >li:nth-child(8),
.list-search-table-s .list-item-ul .ss-td:nth-child(8) {
  width: auto;
}

.list-search-table-s .list-item-ul >li:nth-child(9),
.list-search-table-s .list-item-ul .ss-td:nth-child(9) {
  width: auto;
}

.list-search-table-s .list-item-ul >li:nth-child(10),
.list-search-table-s .list-item-ul .ss-td:nth-child(10) {
  width: auto;
}

.list-search-table-s .list-item-ul.justify-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-search-table-s .list-item-ul.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.table-list-car {
  color: #333;
  text-align: left;
  font-size: 14px;
}

.table-list-car ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-list-car ul >li,
.table-list-car ul .ss-td {
  min-width: 60px;
  _width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.table-list-car ul >li:nth-child(1),
.table-list-car ul .ss-td:nth-child(1) {
  width: 26%;
}

.table-list-car ul >li:nth-child(2),
.table-list-car ul .ss-td:nth-child(2) {
  width: 24%;
}

.table-list-car ul >li:nth-child(3),
.table-list-car ul .ss-td:nth-child(3) {
  width: 24%;
}

.table-list-car ul >li:nth-child(4),
.table-list-car ul .ss-td:nth-child(4) {
  width: 28%;
}

.table-list-car ul >li:nth-child(5),
.table-list-car ul .ss-td:nth-child(5) {
  width: auto;
}

.table-list-car ul >li:nth-child(6),
.table-list-car ul .ss-td:nth-child(6) {
  width: auto;
}

.table-list-car ul >li:nth-child(7),
.table-list-car ul .ss-td:nth-child(7) {
  width: auto;
}

.table-list-car ul >li:nth-child(8),
.table-list-car ul .ss-td:nth-child(8) {
  width: auto;
}

.table-list-car ul >li:nth-child(9),
.table-list-car ul .ss-td:nth-child(9) {
  width: auto;
}

.table-list-car ul >li:nth-child(10),
.table-list-car ul .ss-td:nth-child(10) {
  width: auto;
}

.table-list-car ul.justify-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.table-list-car ul.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.table-list-car >li {
  padding: 0 20px;
}

.table-list-car >li:first-child {
  background: #f4f4f4;
  color: #999;
}

.table-list-car >li:first-child li {
  line-height: 34px;
}

.table-list-car >li:not(:first-child) {
  line-height: 30px;
}

.table-list-car >li:not(:first-child):nth-of-type(odd) {
  background: #f9f9f9;
}

.table-list-car >li:not(:first-child):nth-of-type(even) {
  background: #fff;
}

@media (min-width:800px) and (max-width:1440px) {
  .wrapper {
    min-height: 540px;
  }

  .public-wrapper {
    min-height: 460px;
  }
}

@media (min-width:800px) and (max-width:1366px) {
  .awards-table {
    height: 193px;
    overflow-y: auto;
    height: auto;
    max-height: 352px;
  }

  .awards-table::-webkit-scrollbar {
    width: 6px;
    height: 1px;
  }

  .awards-table::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }

  .awards-table::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  .awards-table:hover::-webkit-scrollbar-thumb {
    background: #d9d9d9;
  }

  .awards-detailed-com {
    height: 400px;
    overflow-y: auto;
  }

  .awards-detailed-com::-webkit-scrollbar {
    width: 6px;
    height: 1px;
  }

  .awards-detailed-com::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }

  .awards-detailed-com::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  .awards-detailed-com:hover::-webkit-scrollbar-thumb {
    background: #d9d9d9;
  }
}

@media (min-width:1366px) and (max-width:1440px) {
  .awards-table {
    height: 321px;
    overflow-y: auto;
    height: auto;
    max-height: 352px;
  }

  .awards-table::-webkit-scrollbar {
    width: 6px;
    height: 1px;
  }

  .awards-table::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }

  .awards-table::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  .awards-table:hover::-webkit-scrollbar-thumb {
    background: #d9d9d9;
  }

  .awards-detailed-com {
    height: 580px;
    overflow-y: auto;
  }

  .awards-detailed-com::-webkit-scrollbar {
    width: 6px;
    height: 1px;
  }

  .awards-detailed-com::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }

  .awards-detailed-com::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  .awards-detailed-com:hover::-webkit-scrollbar-thumb {
    background: #d9d9d9;
  }
}

@media screen and (max-width:1200px) {
  a,
  img,
  button,
  input,
  textarea,
  div,
  html,
  body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
  }

  html,
  body {
    overflow-x: hidden;
  }

  html,
  body,
  .wid1200 {
    width: 100%;
  }

  .wid990 {
    width: 100%;
  }

  .widm70 {
    min-width: 72px;
  }

  .pt15 {
    padding-top: 1.2%;
  }

  .mt60 {
    margin-top: 5%;
  }

  .mb70 {
    margin-top: 5.9%;
  }

  .index-shopslider {
    width: 100%;
  }

  .headernav-list {
    font-size: 15px;
  }

  .headernav-list >li >a {
    padding: 0 10px;
  }

  .headernav-list >li >.itemCategory {
    padding: 0 10px;
  }

  .headernav-list >li >.itemCategory >.caption:after {
    margin-left: 5px;
  }

  .list-search-box .lsb-destination-search .input-dropdown input[type='text'] {
    width: 125px;
  }

  .list-search-box .inputGroup .form-datepicker {
    width: 145px;
  }

  .list-search-box .inputGroup .input-search input {
    width: 220px;
  }

  .order-fixed {
    width: calc(100% - 357px);
  }

  .compatible-hotel-table .list-item-ul >li:nth-child(1) {
    width: 65%;
  }

  .compatible-hotel-table .list-item-ul >li:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .compatible-list-search-table .list-item-ul >li:first-child {
    width: 56%;
  }

  .orderdetail-table-2 .ss-customdropdwon {
    width: 76px;
  }

  .tabs-normal-top-menus >.tabsMenus>ul {
    width: 100%;
  }
}

@media screen and (orientation:portrait) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .portrait-hp100 {
    height: 100%;
  }
}

@media print {
  .wid1200 {
    width: 1024px;
  }

  .orderdetail-display {
    padding: 10px 12px;
  }
}