@charset "utf-8";
/*!  Project : 舒适猫管理系统
    +---------style.css----------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  337676937    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2020.12.16   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
.pf100 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pr100 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bge {
  background-color: #eee;
}
.bgf {
  background-color: #fff;
}
.bgf1 {
  background-color: #f1f1f1;
}
.bgf5 {
  background-color: #f5f5f5;
}
@-webkit-keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
/* 固定调用animations-start */
@-webkit-keyframes fadeInRightm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightm {
  -webkit-animation-name: fadeInRightm;
          animation-name: fadeInRightm;
}
@-webkit-keyframes fadeInLeftm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftm {
  -webkit-animation-name: fadeInLeftm;
          animation-name: fadeInLeftm;
}
@-webkit-keyframes fadeInUpm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpm {
  -webkit-animation-name: fadeInUpm;
          animation-name: fadeInUpm;
}
@-webkit-keyframes fadeInDownm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
          animation-name: fadeInDownm;
}
@-webkit-keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInRightm {
  -webkit-animation-name: slideInRightm;
          animation-name: slideInRightm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInLeftm {
  -webkit-animation-name: slideInLeftm;
          animation-name: slideInLeftm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInUpm {
  -webkit-animation-name: slideInUpm;
          animation-name: slideInUpm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInDownm {
  -webkit-animation-name: slideInDownm;
          animation-name: slideInDownm;
  opacity: 1 !important;
}
@-webkit-keyframes fadeIns {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIns {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  -webkit-animation-name: fadeIns;
          animation-name: fadeIns;
}
@-webkit-keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.dotShake {
  -webkit-animation-name: dotShake;
          animation-name: dotShake;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInYm {
  -webkit-animation-name: rotateInYm;
          animation-name: rotateInYm;
}
@-webkit-keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
@keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
.AniStriking {
  -webkit-animation-name: AniStriking;
          animation-name: AniStriking;
}
@-webkit-keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.AniOpStriking {
  -webkit-animation-name: AniOpStriking;
          animation-name: AniOpStriking;
}
@-webkit-keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.AniShiny {
  -webkit-animation-name: AniShiny;
          animation-name: AniShiny;
}
@-webkit-keyframes scaleInDown {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(20%);
            transform: scale(1, 1.25) translateY(20%);
    -webkit-transform-origin: 50% 25%;
            transform-origin: 50% 25%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInDown {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(20%);
            transform: scale(1, 1.25) translateY(20%);
    -webkit-transform-origin: 50% 25%;
            transform-origin: 50% 25%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInDown {
  -webkit-animation-name: scaleInDown;
          animation-name: scaleInDown;
}
@-webkit-keyframes scaleInRight {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(20%);
            transform: scale(1.25, 1) translateX(20%);
    -webkit-transform-origin: 25% 50%;
            transform-origin: 25% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInRight {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(20%);
            transform: scale(1.25, 1) translateX(20%);
    -webkit-transform-origin: 25% 50%;
            transform-origin: 25% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInRight {
  -webkit-animation-name: scaleInRight;
          animation-name: scaleInRight;
}
@-webkit-keyframes scaleInUp {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(-20%);
            transform: scale(1, 1.25) translateY(-20%);
    -webkit-transform-origin: 50% 75%;
            transform-origin: 50% 75%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInUp {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(-20%);
            transform: scale(1, 1.25) translateY(-20%);
    -webkit-transform-origin: 50% 75%;
            transform-origin: 50% 75%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInUp {
  -webkit-animation-name: scaleInUp;
          animation-name: scaleInUp;
}
@-webkit-keyframes scaleInLeft {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(-20%);
            transform: scale(1.25, 1) translateX(-20%);
    -webkit-transform-origin: 75% 50%;
            transform-origin: 75% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInLeft {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(-20%);
            transform: scale(1.25, 1) translateX(-20%);
    -webkit-transform-origin: 75% 50%;
            transform-origin: 75% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInLeft {
  -webkit-animation-name: scaleInLeft;
          animation-name: scaleInLeft;
}
@-webkit-keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
@keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
.animateStay {
  -webkit-animation-name: animateStay;
          animation-name: animateStay;
}
@-webkit-keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
.AniNone {
  -webkit-animation-name: AniNone;
          animation-name: AniNone;
  opacity: 1;
}
@-webkit-keyframes AniCalmdown {
  
}
@keyframes AniCalmdown {
  
}
.AniCalmdown {
  -webkit-animation-name: AniCalmdown;
          animation-name: AniCalmdown;
  -webkit-animation-duration: .5s !important;
          animation-duration: .5s !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.waitAniTitleBlock {
  display: inline-block;
  vertical-align: top;
}
.waitAniTitleBlock,
.waitAniBlock {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}
.waitAniTitleBlock:before,
.waitAniBlock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: currentColor;
}
.waitAniTitleBlock:before,
.waitAniBlock:before {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
.waitAniTitleBlock._dirv:before,
.waitAniBlock._dirv:before {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}
.waitAniTitleBlock.AniStart .hideWord,
.waitAniBlock.AniStart .hideWord,
.waitAniTitleBlock.AniStart .hidePic,
.waitAniBlock.AniStart .hidePic,
.waitAniTitleBlock.AniStart .hideBlock,
.waitAniBlock.AniStart .hideBlock {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.waitAniTitleBlock.AniStart:before,
.waitAniBlock.AniStart:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.3, 0.6) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0.3, 0.6) 0s;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.waitAniTitleBlock.AniStart._dirv:before,
.waitAniBlock.AniStart._dirv:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.waitAniTitleBlock.AniDid .hideWord,
.waitAniBlock.AniDid .hideWord,
.waitAniTitleBlock.AniDid .hidePic,
.waitAniBlock.AniDid .hidePic,
.waitAniTitleBlock.AniDid .hideBlock,
.waitAniBlock.AniDid .hideBlock {
  -webkit-transition: all 0ms ease-out 10ms;
  transition: all 0ms ease-out 10ms;
  opacity: 1;
  visibility: visible;
}
.waitAniTitleBlock.AniDid:before,
.waitAniBlock.AniDid:before {
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.waitAniTitleBlock.AniDid._dirv:before,
.waitAniBlock.AniDid._dirv:before {
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
}
/* 固定调用animations-end */
/* baseCss */
.en {
  word-break: keep-all;
}
.tdu {
  text-decoration: underline;
}
.oh {
  position: relative;
  overflow: hidden;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.dib {
  display: inline-block;
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.unsel,
.dct {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.insel {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.op0 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.op1 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.tapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.tapList:after {
  display: none;
}
.tapList .item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lhd5 {
  height: .5em;
}
.reject {
  cursor: not-allowed;
}
.poss {
  position: static !important;
}
.emptyList {
  text-align: center;
  font-size: 120%;
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold;
}
.hidePoint {
  position: absolute;
  height: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.viewport {
  position: relative;
  font-size: 0;
}
.pc .viewport {
  overflow: hidden;
}
.wap .oScroll {
  overflow: auto;
}
.hScroll {
  width: 100%;
  white-space: nowrap;
}
.hScroll .scrollBox,
.hScroll .overview {
  display: inline-block;
  vertical-align: top;
}
.wap .hScroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.vScroll {
  height: 100%;
}
.wap .vScroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.invisible {
  visibility: hidden;
  position: absolute !important;
  z-index: -1;
}
.ensp {
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: 1px;
}
.cnsp {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1px;
}
.pa100.link {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 8;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: left !important;
}
.pa4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bgct {
  background-color: transparent !important;
}
.enter,
.reset {
  position: relative;
  overflow: hidden;
}
.enter .iptBtn,
.reset .iptBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.kong {
  pointer-events: none;
}
.aniSpan {
  position: static !important;
  min-height: 1px;
  display: block;
}
/* resetEnd */
.c1 {
  color: #ff7c24;
}
.bgc1 {
  background-color: #ff7c24;
}
.c2 {
  color: #f08405;
}
.bgc2 {
  background-color: #f08405;
}
.c3 {
  color: #ff7518;
}
.c4 {
  color: #ff1212;
}
.ca {
  color: #333333;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  min-width: 1200px;
}
body {
  color: #666666;
  font: 14px/1 Microsoft YaHei, '微软雅黑', Arial, sans-serif;
}
a {
  color: #333333;
  -webkit-transition: color 220ms;
  transition: color 220ms;
}
a.on,
a:hover {
  color: #ff7c24;
}
.w,
.container {
  width: 1200px;
}
.vmbox {
  font-size: 14px;
  line-height: 1;
  font-family: Microsoft YaHei, '微软雅黑';
}
button,
input,
select,
textarea {
  font-family: Microsoft YaHei, '微软雅黑';
}
.info {
  font-size: 14px;
  line-height: 24px;
}
.imax {
  font-size: 16px;
  line-height: 1.8571;
}
::-moz-selection {
  background: #f06000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f06000;
  color: #fff;
  text-shadow: none;
}
.scroll-wrap {
  background-color: #fff;
}
.pc ::-webkit-scrollbar {
  position: absolute;
  width: 4px;
  height: 4px;
}
.pc ::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.35);
}
.pc ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
}
.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
.loading {
  background-image: url(../images/based/loading.gif);
}
.loading-m {
  background-image: url(../images/based/loading-m.gif);
}
.load-error {
  background-image: url(../images/based/error.gif);
}
/* ------------------- htmls ------------------- */
/* 表单 */
.formItem {
  position: relative;
}
.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formItem .skin::-webkit-input-placeholder {
  color: #cccccc;
}
.formItem .skin:-moz-placeholder {
  color: #cccccc;
}
.formItem .skin::-moz-placeholder {
  color: #cccccc;
}
.formItem .skin:-ms-input-placeholder {
  color: #cccccc;
}
.formItem .skin._focus {
  border-color: #2e9fd9 !important;
  /* box-shadow: 0 0 1px 2px fade(@c1,15%); */
}
.formItem.red .skin {
  color: #f00 ;
  border-color: #f00 ;
}
.formItem.red .skin::-webkit-input-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin::-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-ms-input-placeholder {
  color: #ff0000;
}
.formItem .radio,
.formItem .checkbox {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  white-space: nowrap;
  border: none !important;
  padding: 0 !important;
}
.formItem .radio label,
.formItem .checkbox label {
  margin-left: 5px;
}
.no-Safari .formItem .radio,
.no-Safari .formItem .checkbox {
  position: relative;
  overflow: hidden;
  height: 30px !important;
  line-height: 30px !important;
}
.no-Safari .formItem .radio input,
.no-Safari .formItem .checkbox input {
  visibility: hidden;
  position: absolute !important;
  z-index: -1;
}
.no-Safari .formItem .radio label,
.no-Safari .formItem .checkbox label {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 30px;
  margin-left: 0;
  background-size: auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.no-Safari .formItem .radio label {
  background-image: url(../images/ico-radio.png);
}
.no-Safari .formItem .radio.on label {
  background-image: url(../images/ico-radioOn.png);
}
.no-Safari .formItem .checkbox label {
  background-image: url(../images/ico-checkbox.png);
}
.no-Safari .formItem .checkbox.on label {
  background-image: url(../images/ico-checkboxOn.png);
}
html {
  font-size: 50px;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 40px;
  }
}
.ysqUEO .aBtnSc {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .aBtnSc:after {
  z-index: -1;
  content: " ";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 108%;
  padding-bottom: 108%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnSc:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0.1;
    visibility: hidden;
  }
  .ysqUEO .aBtnSc:hover:after {
    -webkit-transition: all 350ms ease-in 0ms;
    transition: all 350ms ease-in 0ms;
    opacity: 0.15;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.ysqUEO .aBtnMask {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  background-color: #ffffff \9;
}
.ysqUEO .aBtnMask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  z-index: 8;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease-out 0ms;
  transition: all 200ms ease-out 0ms;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnMask:after {
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
  }
  .ysqUEO .aBtnMask:hover:after {
    opacity: .07;
  }
}
.ysqUEO .aBtnlr {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .aBtnlr:before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ff7c24;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnlr:hover:before {
    width: 100%;
    left: 0;
    -webkit-transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
    transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
  }
}
/* 模态窗 */
.TAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.TAlert .contain {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 9;
  width: 400px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: 1.4333;
  font-size: 16px;
  border-radius: 5px ;
}
.TAlert .contain .Tclose {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 40px;
}
.TAlert .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  font-family: Microsoft YaHei, '微软雅黑', Arial;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.TAlert .contain .Tclose s:hover {
  color: #333333;
}
.ysqUEO .TAlert .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .TAlert .contain .Tclose s:before,
.ysqUEO .TAlert .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 300ms ease-out 0ms;
  transition: all 300ms ease-out 0ms;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #333333;
}
.ysqUEO .TAlert .contain .Tclose s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(3.93502884px, 0);
          transform: rotate(45deg) translate(3.93502884px, 0);
  top: 9px;
}
.ysqUEO .TAlert .contain .Tclose s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(3.93502884px, 0);
          transform: rotate(-45deg) translate(3.93502884px, 0);
  bottom: 9px;
}
.ysqUEO .TAlert .contain .Tclose s:hover:before,
.ysqUEO .TAlert .contain .Tclose s:hover:after {
  background-color: #333333;
}
.TAlert .contain .Tclose s:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.TAlert .contain .head {
  padding: 10px 15px;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}
.TAlert .contain .body {
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
  color: #444;
}
.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: #cccccc solid 1px;
}
.TAlert .contain .foot .btn {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.TAlert .contain .foot .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.TAlert .contain .foot .btn:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.TAlert .contain .foot .btn.enter {
  left: 0;
  background-color: #ff7c24;
  color: #fff;
}
.TAlert .contain .foot .btn.close {
  right: 0;
  background-color: #f1f1f1;
  border-left: #cfcfcf solid 1px;
  color: #333;
}
.TAlert .contain .foot .btn.w100 {
  border-left: none;
}
.ysqUEO .TAlert .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease-out 0s;
  transition: all 330ms ease-out 0s;
  -webkit-transform: translateY(-50%) scale(0.2);
          transform: translateY(-50%) scale(0.2);
}
.ysqUEO .TAlert.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .TAlert.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(44%) scale(0.2) !important;
          transform: translateY(44%) scale(0.2) !important;
}
.pageListBox {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  position: relative;
  line-height: 34px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
}
.pageListBox .pagination {
  position: relative;
  float: none !important;
}
.pageListBox .pagination,
.pageListBox .pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.pageListBox .pagination li {
  margin: 0 4px;
  font-size: 14px;
}
.pageListBox .pagination li a {
  display: block;
  min-width: 14px;
  height: 34px;
  padding: 0 10px;
  font-family: Arial, Microsoft YaHei, '微软雅黑';
  color: #333333;
  z-index: 2;
  position: relative;
  background-color: #ffffff;
  color: #333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  font-size: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pageListBox .pagination li a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #dddddd solid 1px;
  z-index: -1;
}
.pageListBox .pagination li.active a,
.pageListBox .pagination li.selected a,
.pageListBox .pagination li:hover a {
  background-color: #ff7c24;
  color: #fff;
}
.pageListBox .pagination li.active a:after,
.pageListBox .pagination li.selected a:after,
.pageListBox .pagination li:hover a:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.pageListBox .pagination li:active a:after {
  -webkit-transition: all 0ms ease-out 0ms !important;
  transition: all 0ms ease-out 0ms !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-color: #fff;
}
.btn.btn-arrowdown {
  width: 16px;
  height: 16px;
  background-image: url(../images/btn-arrowdown.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.btn.btn-arrowdown.active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.btn.btn-pay {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 84px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  color: #fff;
  background-color: #ff7518;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.btn.btn-pay.off {
  background-color: #aaa;
  cursor: not-allowed;
}
.btn.operat {
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: 999px;
  white-space: nowrap;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.btn.operat:after {
  content: " ";
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn.operat + .operat {
  margin-left: 5px;
}
.btn.operat.upload {
  background-image: url(../images/icoxs-upload.png);
  background-color: #169bd5;
}
.btn.operat.download {
  background-image: url(../images/icoxs-download.png);
  background-color: #169bd5;
}
.btn.operat.preview {
  background-image: url(../images/icoxs-preview.png);
  background-color: #ff7518;
}
.btn.operat.adder {
  background-image: url(../images/icoxs-adder.png);
  background-color: #ff7518;
}
.btn.operat.adder:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: rotate(360deg) 250ms ease-out 0s;
  transition: rotate(360deg) 250ms ease-out 0s;
}
.btn.operat.edit {
  background-image: url(../images/icoxs-edit.png);
  background-color: #0ec8e4;
}
.btn.operat.delete {
  background-image: url(../images/icoxs-delete.png);
  background-color: #e40e0e;
}
.btn.operat:hover:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.hide.hide-nav {
  position: absolute;
  top: 100%;
  width: 120px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 8px;
  -webkit-box-shadow: 0px 4px 5.82px 0.18px rgba(142, 142, 142, 0.66);
          box-shadow: 0px 4px 5.82px 0.18px rgba(142, 142, 142, 0.66);
  -webkit-transition: all 250ms ease-out 150ms;
  transition: all 250ms ease-out 150ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.hide.hide-nav .link {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  font-size: 14px;
}
.hide.hide-nav .link:nth-child(1n+2) {
  border-top: #eeeeee solid 1px;
}
.hide.hide-nav .link:hover {
  color: #ff7c24;
}
.hide.hide-nav.active {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.modal-contract {
  display: none;
}
.modal-contract .dt {
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}
.modal-contract .dd {
  margin-top: 25px;
  font-size: 14px;
  line-height: 2;
  color: #333333;
}
.modal-pdfUpload {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-pdfUpload .zhezhao {
  display: none;
}
.ysqUEO .modal-pdfUpload .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease-out 0s;
  transition: all 330ms ease-out 0s;
  -webkit-transform: translateY(-66%) scale(0.2);
          transform: translateY(-66%) scale(0.2);
}
.ysqUEO .modal-pdfUpload.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .modal-pdfUpload.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(33%) scale(0.2) !important;
          transform: translateY(33%) scale(0.2) !important;
}
.modal-pdfUpload .contain {
  z-index: 20;
  position: absolute;
}
.modal-pdfUpload .contain {
  left: 50%;
  top: 50%;
  width: 698px;
  height: 238px;
  margin: -120px 0 0 -350px;
  background-color: #fff;
  border: #cccccc solid 1px;
}
.modal-pdfUpload .contain .Tclose {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 44px;
  height: 44px;
}
.modal-pdfUpload .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 39.6px;
  font-size: 16px;
  color: #ff7c24;
  font-family: Microsoft YaHei, '微软雅黑', Arial;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.modal-pdfUpload .contain .Tclose s:hover {
  color: #ff7c24;
}
.ysqUEO .modal-pdfUpload .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .modal-pdfUpload .contain .Tclose s:before,
.ysqUEO .modal-pdfUpload .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 14px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 300ms ease-out 0ms;
  transition: all 300ms ease-out 0ms;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #ff7c24;
}
.ysqUEO .modal-pdfUpload .contain .Tclose s:before {
  top: 18px;
  -webkit-transform: rotate(45deg) translate(3.10660172px, 0);
          transform: rotate(45deg) translate(3.10660172px, 0);
  top: 13px;
}
.ysqUEO .modal-pdfUpload .contain .Tclose s:after {
  bottom: 18px;
  -webkit-transform: rotate(-45deg) translate(3.10660172px, 0);
          transform: rotate(-45deg) translate(3.10660172px, 0);
  bottom: 13px;
}
.ysqUEO .modal-pdfUpload .contain .Tclose s:hover:before,
.ysqUEO .modal-pdfUpload .contain .Tclose s:hover:after {
  background-color: #ff7c24;
}
.modal-pdfUpload .contain .Tclose s:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.modal-pdfUpload .contain .head {
  position: relative;
  height: 45px;
  line-height: 45px;
  background-color: #f5f4f9;
  padding-left: 50px;
  padding-right: 50px;
  background-image: url(../images/ico-logo24.png);
  background-size: auto;
  background-position: 15px 50%;
  background-repeat: no-repeat;
}
.modal-pdfUpload .contain .body {
  padding: 30px 24px;
}
.modal-pdfUpload .contain .body .fileBtnBox {
  display: block;
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.modal-pdfUpload .contain .body .fileBtnBox:after {
  display: none;
}
.modal-pdfUpload .contain .body .fileBtnBox .filename {
  margin-right: 10px;
  cursor: default;
  height: 38px;
  line-height: 38px;
  width: 440px;
  border: #dddddd solid 1px;
  -webkit-box-decoration-break: 4px;
          box-decoration-break: 4px;
  text-indent: 18px;
}
.modal-pdfUpload .contain .body .fileBtnBox .filebtn {
  position: static;
  overflow: visible;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #ff7c24;
  border-radius: 4px;
}
.modal-pdfUpload .contain .body .fileBtnBox .filebtn input {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
  font-size: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.modal-pdfUpload .contain .body .tips {
  margin-top: 12px;
  line-height: 18px;
  color: #f00;
  padding: 0 5px;
}
.modal-pdfUpload .contain .body .btns {
  margin-top: 30px;
  text-align: center;
}
.modal-pdfUpload .contain .body .btns .btn {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  border-radius: 5px;
}
.modal-pdfUpload .contain .body .btns .btn.enter {
  background-color: #ff7c24;
}
.modal-pdfUpload .contain .body .btns .btn.close {
  background-color: #bcbcbc;
}
.modal-customer-filter {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-customer-filter .zhezhao {
  display: none;
}
.ysqUEO .modal-customer-filter .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease-out 0s;
  transition: all 330ms ease-out 0s;
  -webkit-transform: translateY(-66%) scale(0.2);
          transform: translateY(-66%) scale(0.2);
}
.ysqUEO .modal-customer-filter.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .modal-customer-filter.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(33%) scale(0.2) !important;
          transform: translateY(33%) scale(0.2) !important;
}
.modal-customer-filter .contain {
  z-index: 20;
  position: absolute;
}
.modal-customer-filter .contain {
  left: 50%;
  top: 50%;
  width: 638px;
  margin-left: -320px;
  height: 200px;
  margin-top: -100px;
  background-color: #fff;
  border: #cccccc solid 1px;
}
.modal-customer-filter .contain .Tclose {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 44px;
  height: 44px;
}
.modal-customer-filter .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 39.6px;
  font-size: 16px;
  color: #ff7c24;
  font-family: Microsoft YaHei, '微软雅黑', Arial;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.modal-customer-filter .contain .Tclose s:hover {
  color: #ff7c24;
}
.ysqUEO .modal-customer-filter .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .modal-customer-filter .contain .Tclose s:before,
.ysqUEO .modal-customer-filter .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 14px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 300ms ease-out 0ms;
  transition: all 300ms ease-out 0ms;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #ff7c24;
}
.ysqUEO .modal-customer-filter .contain .Tclose s:before {
  top: 18px;
  -webkit-transform: rotate(45deg) translate(3.10660172px, 0);
          transform: rotate(45deg) translate(3.10660172px, 0);
  top: 13px;
}
.ysqUEO .modal-customer-filter .contain .Tclose s:after {
  bottom: 18px;
  -webkit-transform: rotate(-45deg) translate(3.10660172px, 0);
          transform: rotate(-45deg) translate(3.10660172px, 0);
  bottom: 13px;
}
.ysqUEO .modal-customer-filter .contain .Tclose s:hover:before,
.ysqUEO .modal-customer-filter .contain .Tclose s:hover:after {
  background-color: #ff7c24;
}
.modal-customer-filter .contain .Tclose s:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.modal-customer-filter .contain .head {
  position: relative;
  height: 45px;
  line-height: 45px;
  background-color: #f5f4f9;
  padding-left: 50px;
  padding-right: 50px;
  background-image: url(../images/ico-logo24.png);
  background-size: auto;
  background-position: 15px 50%;
  background-repeat: no-repeat;
}
.modal-customer-filter .contain .body {
  padding: 20px 15px;
}
.modal-customer-filter .contain .scrollbox {
  max-height: 220px;
  overflow-y: auto;
}
.modal-customer-filter .contain .filterForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.modal-customer-filter .contain .filterForm:after {
  display: none;
}
.modal-customer-filter .contain .filterForm .skin {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  cursor: default;
  height: 38px;
  line-height: 38px;
  width: 420px;
  border: #dddddd solid 1px;
  -webkit-box-decoration-break: 4px;
          box-decoration-break: 4px;
  text-indent: 18px;
}
.modal-customer-filter .contain .filterForm .searchBtn {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #ff7c24;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: .2em;
}
.modal-customer-filter .contain .filterForm .tips {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 15px;
  background-color: #f1f1f1;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.modal-customer-filter .contain .filterForm .tips s {
  color: #f00;
  font-size: 20px;
}
.modal-customer-filter .contain .chooseForm {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-top: 15px;
  overflow-y: auto;
  -webkit-transition: all 400ms ease-out 300ms;
  transition: all 400ms ease-out 300ms;
}
.modal-customer-filter .contain .chooseForm .td0 {
  width: 50px;
}
.modal-customer-filter .contain .chooseForm .checkArea {
  position: relative;
  width: 22px;
}
.modal-customer-filter .contain .chooseForm .checkArea:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.modal-customer-filter .contain .chooseForm .checkArea input {
  pointer-events: none;
}
.modal-customer-filter .contain .chooseForm .btns {
  margin-top: 20px;
  text-align: center;
}
.modal-customer-filter .contain .chooseForm .btns .btn {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.modal-customer-filter .contain .chooseForm .btns .btn.enter {
  background-color: #ff7c24;
}
.modal-customer-filter .contain .chooseForm .btns .btn.close {
  background-color: #bcbcbc;
}
.modal-customer-filter.searched .contain {
  height: 460px;
  margin-top: -230px;
}
.modal-customer-filter.searched .filterForm .tips {
  height: 0;
  padding: 0;
  margin: 0;
}
.modal-customer-filter.searched .chooseForm {
  height: 320px;
}
@-webkit-keyframes ani_bellDot {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes ani_bellDot {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.ani_bellDot {
  -webkit-animation-name: ani_bellDot;
          animation-name: ani_bellDot;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
  cursor: not-allowed;
  opacity: .5 !important;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
[data-fancybox-close]:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
._nw {
  white-space: nowrap;
}
.s_hong {
  color: #f00;
}
.s_lan {
  color: #288dcd;
}
.s_hui {
  color: #ccc;
}
.s_lv {
  color: #1ba201;
}
.s_c1 {
  color: #ff7c24;
}
#jcYears {
  overflow-y: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  text-align: left !important;
}
#jcYears:after {
  display: none;
}
#jcYears .yI {
  width: 31%;
  margin-left: 1% !important;
  margin-right: 1% !important;
}
#jcDateInput {
  cursor: pointer;
}
#jcDate {
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 1000;
  padding: 11px;
  width: 210px;
  height: 240px;
  border: 2px solid #ff7c24;
  color: #333333;
  background: #fefefe;
  font-size: 12px;
}
#jcDateTt {
  height: 15px;
  line-height: 15px;
  position: relative;
  padding-bottom: 10px;
}
#jcDateTt .ctr {
  display: block;
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #333333;
  text-align: center;
  font-family: SimSun, '宋体';
  font-weight: bold;
}
#jcDateTt .ctr:hover {
  color: #fff;
  background-color: #ff7c24;
}
#jcDateTt .ctr#d_prev {
  left: 0;
}
#jcDateTt .ctr#d_next {
  right: 0;
}
#jcDateTt .jcDateTtGot {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
#jcDateTt .jcDateTtGot .year,
#jcDateTt .jcDateTtGot .month {
  margin: 0 5px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
#jcDateTt .jcDateTtGot .year:hover,
#jcDateTt .jcDateTtGot .month:hover,
#jcDateTt .jcDateTtGot .year.visited,
#jcDateTt .jcDateTtGot .month.visited {
  color: #ff7c24;
}
#jcDayWrap {
  position: relative;
  overflow: hidden;
  width: 210px;
}
#jcDayWrap li {
  float: left;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: inline;
  color: #bbb;
  cursor: pointer;
}
#jcDayWrap li.jcDateColor {
  color: #555;
}
#jcDayWrap li:hover,
#jcDayWrap li.visited {
  background: #ff7c24;
  color: #fff;
}
#jcDayWrap li.visited {
  opacity: .85;
  filter: alpha(opacity=85);
  *zoom: 1;
}
#jcDateMax {
  position: relative;
  overflow: hidden;
  left: -687px;
  top: 0;
  width: 2520px;
  height: 180px;
}
#jcDateMax ul {
  float: left;
  width: 210px;
  height: 180px;
}
#jcYears,
#jcMonth {
  display: none;
  position: relative;
  overflow: hidden;
  height: 210px;
  font-size: 0;
  text-align: center;
}
#jcYears dt,
#jcMonth dt,
#jcYears dd,
#jcMonth dd {
  display: inline-block;
  vertical-align: top;
  width: 68px;
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
#jcYears dt:hover,
#jcMonth dt:hover,
#jcYears dd:hover,
#jcMonth dd:hover,
#jcYears dt.visited,
#jcMonth dt.visited,
#jcYears dd.visited,
#jcMonth dd.visited {
  background: #ff7c24;
  color: #fff;
}
#jcYears dt.visited,
#jcMonth dt.visited,
#jcYears dd.visited,
#jcMonth dd.visited {
  opacity: .85;
  filter: alpha(opacity=85);
  *zoom: 1;
}
#jcYears .yI,
#jcMonth .yI {
  height: 33px;
  line-height: 33px;
  margin: 1px;
}
#jcYears .mI,
#jcMonth .mI {
  height: 42px;
  line-height: 42px;
  margin: 5px 1px;
}
#jcDayCon {
  position: relative;
  overflow: hidden;
  height: 30px;
}
#jcDayCon dt {
  float: left;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #ff7c24;
  font-size: 14px;
}
#jcDateBtn {
  display: none;
  position: relative;
  overflow: hidden;
  line-height: 20px;
  height: 20px;
  padding-top: 5px;
}
#jcDateBtn label {
  width: 6px;
  line-height: 18px;
  height: 18px;
  display: block;
  float: left;
  text-align: center;
  color: #333333;
}
#jcDateBtn input {
  line-height: 18px;
  height: 18px;
  text-align: center;
  float: left;
  width: 24px;
  border: 0;
}
#jcDateBtn .today,
#jcDateBtn .empty {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
#jcDateBtn .today:hover,
#jcDateBtn .empty:hover {
  color: #ff7c24;
}
#jcDateBtn #d_sub {
  width: 37px;
  float: right;
  display: block;
  line-height: 18px;
  height: 18px;
  text-align: right;
  cursor: pointer;
}
#jcDateBtn #d_sub:hover {
  text-decoration: none;
  color: #ff7c24;
  font-weight: bold;
}
#jcTimeWrap {
  position: relative;
  overflow: hidden;
  display: none;
  float: right;
  width: 54px;
  border: 1px solid #999;
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  height: 20px;
}
#fullpage {
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/bg-login.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fullpage:after {
  display: none;
}
#fullpage .wrapIn {
  text-align: center;
  width: 100%;
}
#fullpage .wrapIn .head {
  line-height: 64px;
}
#fullpage .wrapIn .head span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
  border-left: #ffffff solid 1px;
  line-height: 40px;
  padding-left: 50px;
  font-size: 0.72rem;
  color: #fff;
}
#fullpage .wrapIn .body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
  width: 22rem;
  min-height: 12.4rem;
  background-color: #fff;
  border-radius: 0.6rem;
  max-width: 100%;
  background-image: url(../images/bgs-login-wrap.png);
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 2.2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#fullpage .wrapIn .body:after {
  display: none;
}
#fullpage .wrapIn .body .line {
  display: block;
  background-color: rgba(255, 124, 36, 0.3);
  width: 1px;
  height: 400px;
}
#fullpage .wrapIn .body .col {
  position: relative;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#fullpage .wrapIn .body .col:after {
  display: none;
}
#fullpage .wrapIn .body .col._formOn .entrance {
  display: none;
}
#fullpage .wrapIn .body .col._formOn .loginForm {
  display: block;
}
#fullpage .wrapIn .entrance .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 2.72rem;
  height: 2.72rem;
  border: solid 1px #ff7c24;
  border-radius: 50%;
}
#fullpage .wrapIn .entrance p {
  margin-top: 0.6rem;
  font-size: 0.6rem;
  line-height: 1.33333333;
  color: #ff7c24;
}
#fullpage .wrapIn .entrance .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9rem;
  width: 166px;
  height: 40px;
  line-height: 40px;
  border-radius: 60px;
  text-align: center;
  color: #fff;
  background-color: #ff7c24;
  font-size: 18px;
  padding: 0.2rem 0;
}
#fullpage .wrapIn .loginForm {
  display: none;
  z-index: 6;
}
#fullpage .wrapIn .loginForm .dt {
  font-size: 0.6rem;
  line-height: 1.33333333;
  color: #ff7c24;
  text-align: center;
}
#fullpage .wrapIn .loginForm .dd {
  margin-top: 1rem;
}
#fullpage .wrapIn .loginForm .formItem {
  position: relative;
  line-height: 64px;
}
#fullpage .wrapIn .loginForm .formItem:nth-child(1n+2) {
  margin-top: 0.5rem;
}
#fullpage .wrapIn .loginForm .formItem .icofm {
  position: absolute;
  left: 5px;
  top: 1px;
  pointer-events: none;
}
#fullpage .wrapIn .loginForm .formItem .skin {
  width: 258px;
  padding: 0 30px;
  height: 62px;
  line-height: 62px;
  border: #dddddd solid 1px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: right center;
  text-align: left;
  border-radius: 60px;
}
#fullpage .wrapIn .loginForm .formItem .aftPD {
  left: auto;
  right: 10px;
}
#fullpage .wrapIn .loginForm .formItem.btns {
  margin-top: 1.2rem;
}
#fullpage .wrapIn .loginForm .formItem.pvc .skin {
  width: 122px;
  padding-right: 166px;
}
#fullpage .wrapIn .loginForm .formItem.pvc .sendcode {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 130px;
  padding-right: 6px;
  border-left: #dddddd solid 1px;
  text-align: center;
  color: #ff7c24;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  font-size: 16px;
}
#fullpage .wrapIn .loginForm .formItem .enter {
  display: block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  background-color: #ff7c24;
  font-size: 18px;
  border-radius: 60px;
}
@media screen and (max-width: 1024px) {
  #fullpage .wrapIn .head span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #fullpage .wrapIn .body {
    display: block;
    width: 100%;
  }
  #fullpage .wrapIn .body .line {
    width: 100%;
    height: 1px;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  #fullpage .wrapIn .body .col {
    height: 280px;
  }
  #fullpage .wrapIn .loginForm .dd {
    margin-top: 0.7rem;
  }
  #fullpage .wrapIn .loginForm .formItem {
    line-height: 56px;
  }
  #fullpage .wrapIn .loginForm .formItem .skin {
    height: 54px;
    line-height: 54px;
  }
  #fullpage .wrapIn .loginForm .formItem.btns {
    margin-top: 30px;
  }
  #fullpage .wrapIn .loginForm .formItem.btns .enter {
    height: 56px;
    line-height: 56px;
  }
}
#fullpage .yh-floatcounseler {
  top: auto;
  bottom: 15%;
}
/* 用户 */
.yh-floatcounseler {
  z-index: 22;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #ff7c24;
  text-align: center;
  padding: 4px;
  width: 2.4rem;
}
.yh-floatcounseler .dt {
  padding-top: 52px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 18px;
  background-image: url(../images/icoyh-floatcounseler-dt.png);
  background-size: auto;
  background-position: 50% 4px;
  background-repeat: no-repeat;
  font-weight: bold;
}
.yh-floatcounseler .dd {
  background-color: #fff;
}
.yh-floatcounseler .dd .item {
  position: relative;
  z-index: 2;
  height: 75px;
}
.yh-floatcounseler .dd .item:nth-child(1n+2) {
  margin-top: 2px;
}
.yh-floatcounseler .dd .item .show {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 10px;
  height: 55px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.yh-floatcounseler .dd .item .show .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
  height: 32px;
}
.yh-floatcounseler .dd .item .show p {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.yh-floatcounseler .dd .item .hide {
  position: absolute;
  z-index: 2;
  right: 100%;
  margin-right: 4px;
  top: 0;
  background-color: rgba(255, 124, 36, 0.5);
  padding: 20px;
  min-height: 35px;
  -webkit-transition: all 220ms ease-out 0ms;
  transition: all 220ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.yh-floatcounseler .dd .item.text {
  white-space: nowrap;
}
.yh-floatcounseler .dd .item.text .hide {
  line-height: 35px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.yh-floatcounseler .dd .item.image .hide .qrcode {
  width: 2.4rem;
  height: 2.4rem;
}
.yh-floatcounseler .dd .item:hover .show {
  background-color: rgba(255, 124, 36, 0.5);
}
.yh-floatcounseler .dd .item:hover .hide {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.yh-page {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.yh-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.yh-header .contain {
  padding: 20px 0;
  line-height: 40px;
  height: 40px;
}
.yh-header .logo {
  float: left;
  margin-top: 2px;
  width: 120px;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.yh-header .logo img {
  height: 100%;
  display: block;
}
.yh-header .nav {
  float: left;
  margin-left: 80px;
  line-height: 40px;
}
.yh-header .nav .link {
  float: left;
  position: relative;
  font-size: 18px;
  color: #666666;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.yh-header .nav .link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  background-color: #ff7c24;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.yh-header .nav .link:nth-child(1n+2) {
  margin-left: 50px;
}
.yh-header .nav .link.on,
.yh-header .nav .link:hover {
  color: #ff7c24;
  font-weight: bold;
}
.yh-header .nav .link.on:after,
.yh-header .nav .link:hover:after {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.yh-header .userinfo {
  float: right;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-right: 20px;
}
.yh-header .userinfo .portrait {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.yh-header .userinfo span {
  margin-left: 8px;
}
.yh-header .userinfo .btn-arrowdown {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.yh-header .userinfo .hide-nav {
  margin-top: 10px;
  right: 0;
}
.yh-header .userinfo:hover .btn-arrowdown {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.yh-header .userinfo:hover .hide-nav {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.yh-body {
  position: relative;
  z-index: 2;
  padding-bottom: 1.3rem;
  background-color: #f3f1f8;
}
.yh-body .pageListBox {
  margin-bottom: -1.2rem;
}
.yh-banner {
  position: relative;
  z-index: 2;
  height: 226px;
}
.yh-banner .contain {
  text-align: center;
  padding-top: 80px;
  color: #fff;
}
.yh-banner .contain .cn {
  font-size: 40px;
  letter-spacing: .08em;
}
.yh-banner .contain .en {
  margin-top: 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: Helvetica, Arial;
}
.yh-footer {
  padding: 5px 0;
  line-height: 40px;
}
.yh-footer .tel {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 34px;
  padding-left: 22px;
  background-image: url(../images/ico-footer-tel.png);
  background-size: auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-family: Helvetica, Arial;
  color: #f08405;
  font-style: italic;
  font-size: 18px;
}
.yh-footer .tel em {
  font-size: 30px;
}
.yh-wrap {
  position: relative;
  z-index: 3;
}
.yh-case-list .item {
  padding: 60px 0;
  background-color: #fff;
}
.yh-case-list .item:nth-child(1n+2) {
  margin-top: 8px;
}
.yh-case-list .item .pic {
  float: left;
  width: 366px;
  height: 210px;
  line-height: 168px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #f5f5f5;
  background-image: url(../images/qyh-case.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.yh-case-list .item .pic:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 55px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  background-image: url(../images/btn-zoomer.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.yh-case-list .item .pic:hover {
  letter-spacing: .1em;
}
.yh-case-list .item .pic:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.yh-case-list .item .info {
  float: right;
  width: 780px;
}
.yh-case-list .item .info .td {
  border: #f0f0f0 solid 1px;
  padding: 10px 22px;
  line-height: 30px;
  font-size: 16px;
}
.yh-case-list .item .info .td1 {
  font-size: 16px;
  color: #333333;
  width: 4em;
  text-align: center;
}
.yh-case-list .item .info .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  color: #fff;
  background-color: #ff7518;
  text-align: center;
}
.yh-order-list .item {
  padding: 30px 0;
  background-color: #fff;
}
.yh-order-list .item:nth-child(1n+2) {
  margin-top: 8px;
}
.yh-order-list .item .td {
  font-size: 16px;
  line-height: 36px;
  border: #f0f0f0 solid 1px;
  padding: 20px;
  text-align: center;
  width: 120px;
}
.yh-order-list .item .td1,
.yh-order-list .item .td0 {
  text-align: left;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.yh-order-list .item .td0 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f3f1f8;
}
.yh-order-list .item .td0 > span:nth-child(1n+2) {
  margin-left: 1.6rem;
}
.yh-order-list .item .td5 {
  width: 140px;
  white-space: nowrap;
}
.yh-order-list .item .type {
  float: left;
  width: 200px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #f5f5f5;
  background-image: url(../images/qyh-order.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 3px;
}
.yh-order-list .item .name {
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  margin-left: 25px;
  text-align: left;
}
.yh-contract-list .item {
  padding: 30px 0;
  background-color: #fff;
}
.yh-contract-list .item:nth-child(1n+2) {
  margin-top: 8px;
}
.yh-contract-list .item .td {
  font-size: 16px;
  line-height: 36px;
  border: #f0f0f0 solid 1px;
  padding: 1rem 15px;
  text-align: center;
  width: 96px;
}
.yh-contract-list .item .td.off {
  color: #ccc;
}
.yh-contract-list .item .td1,
.yh-contract-list .item .td0 {
  width: auto;
}
.yh-contract-list .item .td0 {
  padding: 5px 30px;
  background-color: #f3f1f8;
  text-align: left;
}
.yh-contract-list .item .td0 > span:nth-child(1n+2) {
  margin-left: 1.6rem;
}
.yh-contract-list .item .td1 {
  width: 86px;
}
.yh-contract-list .item .td2 {
  width: 136px;
  text-align: left;
}
.yh-contract-list .item .td2 .link {
  text-align: left;
}
.yh-contract-list .item .td2 .link:hover {
  color: #ff2e2e;
}
.yh-contract-list .item .payh_ {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  width: 84px;
  height: 36px;
}
.yh-contract-list .item .payh_ .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.yh-contract-list .item .payh_ .btn.front {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  color: #ff1212;
  background-color: transparent;
}
.yh-contract-list .item .payh_ .btn.behind {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.yh-contract-list .item .td:hover .payh_ .btn.front {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.yh-contract-list .item .td:hover .payh_ .btn.behind {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.yh-contract-view {
  margin-top: 50px;
}
.yh-contract-view .body {
  padding-bottom: 30px;
  background-color: #fff;
}
.yh-contract-view .body .line {
  padding: 24px 75px;
  line-height: 20px;
}
.yh-contract-view .body .line:nth-child(1n+2) {
  border-top: #eeeeee solid 1px;
}
.yh-contract-view .body .line .discounts {
  display: inline-block;
  vertical-align: top;
  background-color: #f3f1f8;
  padding: 15px 20px;
}
.yh-contract-view .body .line .discounts .sdt {
  font-size: 16px;
  line-height: 24px;
}
.yh-contract-view .body .line .discounts .sdd {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.75;
}
.yh-contract-view .body .line .price .num {
  font-size: 22px;
  font-family: Helvetica, Arial;
  margin-right: 1em;
}
.yh-contract-view .body .line .btn-showContract {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #ff7c24;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.yh-contract-view .body .line .btn-showContract:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ff7c24;
  height: 1px;
}
.yh-contract-view .body .line .btn-showContract:hover {
  font-weight: bold;
}
.yh-contract-view .body .line .btn-showContract:hover:before {
  height: 2px;
}
.yh-contract-view .foot {
  margin-top: 1rem;
  text-align: center;
}
.yh-contract-view .foot .enter {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #fff;
  background-color: #ff7c24;
  width: 164px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
}
.yh-contract-payment {
  margin-top: 50px;
}
.yh-contract-payment .body {
  padding: 60px 50px;
  background-color: #fff;
}
.yh-contract-payment .payway {
  width: 100%;
}
.yh-contract-payment .payway .td {
  border: #f0f0f0 solid 1px;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 1.5;
}
.yh-contract-payment .payway .td0 {
  background-color: #f3f1f8;
  font-size: 24px;
  color: #7f7f7f;
}
.yh-contract-payment .info {
  padding-top: 105px;
  padding-bottom: 55px;
  text-align: center;
  line-height: 1;
}
.yh-contract-payment .info .price {
  font-size: 48px;
  color: #ff7c24;
}
.yh-contract-payment .info .price s {
  font-size: 26px;
}
.yh-contract-payment .info .timeout {
  margin-top: 20px;
  font-size: 18px;
  color: #ff7c24;
}
.yh-contract-payment .info .qrcode {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  width: 172px;
  height: 172px;
  background-color: #eee;
}
.yh-contract-payment .info .enter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  background-color: #ff7c24;
}
.yh-data-info {
  margin-top: 50px;
}
.yh-data-info .body {
  padding: 60px 50px;
  background-color: #fff;
}
.yh-data-info .info_list {
  margin-top: -25px;
}
.yh-data-info .info_list .line {
  padding: 25px;
  line-height: 24px;
  border-bottom: #f0f0f0 solid 1px;
  color: #7f7f7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.yh-data-info .info_list .line:after {
  display: none;
}
.yh-data-info .info_list .line .sdt {
  width: 65px;
  text-align: right;
}
.yh-data-info .info_list .line .sdd {
  width: calc(100% - 65px);
}
.yh-data-info .info_list .line .portrait {
  width: 52px;
  height: 52px;
}
/* 销售 */
.xs-page {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-left: 200px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  width: 100%;
  background-image: url(../images/bgxs-page.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #f2f5f9;
}
.xs-page input.bord_b1::-webkit-input-placeholder {
  color: #cccccc;
}
.xs-page input.bord_b1:-moz-placeholder {
  color: #cccccc;
}
.xs-page input.bord_b1::-moz-placeholder {
  color: #cccccc;
}
.xs-page input.bord_b1:-ms-input-placeholder {
  color: #cccccc;
}
.xs-header {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.xs-header .contain {
  height: 100%;
}
.xs-header .logo {
  float: left;
  width: 158px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.xs-header .logo img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.xs-header .salerinfo {
  float: left;
  margin-top: 17px;
  border-left: #eeeeee solid 1px;
  height: 36px;
  line-height: 36px;
  padding-left: 22px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.xs-header .salerinfo > span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.xs-header .salerinfo .name .hide-nav {
  left: -22px;
}
.xs-header .salerinfo .name:hover .hide-nav {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.xs-header .salerinfo .pos {
  margin-left: 40px;
}
.xs-header .fns {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 30px;
  height: 30px;
  text-align: right;
}
.xs-header .datas {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.xs-header .datas .col {
  position: relative;
  padding: 0 30px;
}
.xs-header .datas .col:nth-child(1n+2):before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.xs-header .datas .col .ci {
  font-size: 18px;
  color: #ff7c24;
  font-family: Helvetica, Arial;
}
.xs-header .message {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
}
.xs-header .message:before {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/icoxs-notice.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.xs-header .message._ac:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: 8px;
  margin-bottom: 4px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ff0000;
  -webkit-animation-name: ani_bellDot;
          animation-name: ani_bellDot;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}
.xs-header .message:hover:before {
  -webkit-transform: rotate();
          transform: rotate();
}
.xs-header .quit {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
  font-size: 16px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.xs-header .quit:before {
  content: " ";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background-image: url(../images/btnxs-quit.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.xs-header .quit:hover {
  color: #ff7c24;
}
.xs-header .quit:hover:before {
  background-image: url(../images/btnxs-quit_.png);
}
.xs-sidebar {
  position: fixed;
  left: 0;
  top: 70px;
  bottom: 0;
  width: 180px;
  background-color: #1d222e;
  overflow-y: auto;
}
.xs-sidebar .line {
  position: relative;
  border-bottom: #323745 solid 1px;
}
.xs-sidebar .line .link {
  color: #fff;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  display: block;
  font-size: 16px;
}
.xs-sidebar .line .link1 {
  padding: 20px;
  height: 20px;
  line-height: 20px;
}
.xs-sidebar .line .ico {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  margin-right: 5px;
}
.xs-sidebar .line .btn-showTt {
  position: absolute;
  overflow: hidden;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 20px;
  -webkit-transition: background .2s ease 0s,-webkit-transform .2s ease 0s;
  transition: background .2s ease 0s,-webkit-transform .2s ease 0s;
  transition: background .2s ease 0s,transform .2s ease 0s;
  transition: background .2s ease 0s,transform .2s ease 0s,-webkit-transform .2s ease 0s;
  z-index: 2;
  background-image: url(../images/arrow-Nav.png);
  background-repeat: no-repeat;
  background-position: center;
}
.xs-sidebar .line .ico-kehu {
  background-image: url(../images/icoxs-sidebar-kehu.png);
}
.xs-sidebar .line .ico-sheji {
  background-image: url(../images/icoxs-sidebar-sheji.png);
}
.xs-sidebar .line .ico-hetong {
  background-image: url(../images/icoxs-sidebar-hetong.png);
}
.xs-sidebar .line .ico-shoukuan {
  background-image: url(../images/icoxs-sidebar-shoukuan.png);
}
.xs-sidebar .line.on .link1 {
  color: #ff7c24;
}
.xs-sidebar .line.on .btn-showTt {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../images/arrow-Nav_.png);
}
.xs-sidebar .line.on .ico-kehu {
  background-image: url(../images/icoxs-sidebar-kehu_.png);
}
.xs-sidebar .line.on .ico-sheji {
  background-image: url(../images/icoxs-sidebar-sheji_.png);
}
.xs-sidebar .line.on .ico-hetong {
  background-image: url(../images/icoxs-sidebar-hetong_.png);
}
.xs-sidebar .line.on .ico-shoukuan {
  background-image: url(../images/icoxs-sidebar-shoukuan_.png);
}
.xs-sidebar .line.on .secLine {
  display: block;
}
.xs-sidebar .secLine {
  display: none;
  border-top: #323745 solid 1px;
}
.xs-sidebar .secLine .link2 {
  height: 48px;
  line-height: 48px;
  text-indent: 45px;
}
.xs-sidebar .secLine .link2.on {
  background-color: #292f3d;
}
.xs-main {
  position: relative;
  z-index: 3;
}
.xs-fullHeight {
  min-height: calc(100vh - 240px);
}
.xs-filter {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 18px 18px 13px 18px;
  background-color: #fff;
  color: #7f7f7f;
}
.xs-filter:after {
  display: none;
}
.xs-filter .formItem {
  height: 36px;
  line-height: 36px;
  margin-right: 36px;
  margin-bottom: 5px;
}
.xs-filter .formItem .skin {
  padding: 4px 14px;
  border: #dddddd solid 1px;
  border-radius: 4px;
  line-height: 26px;
  height: 26px;
  width: 142px;
}
.xs-filter .formItem .skin.jcDate {
  width: 100px;
}
.xs-filter .formItem .vr {
  width: 20px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #dddddd;
}
.xs-filter .enter {
  width: 108px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ff7c24;
  color: #fff;
  border-radius: 4px;
}
.xs-filter._adder {
  padding-right: 166px;
}
.xs-filter._adder .add {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 110px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background-color: #ff7c24;
  color: #fff;
  text-indent: 38px;
}
.xs-filter._adder .add:before {
  content: " ";
  position: absolute;
  left: 13px;
  top: 9px;
  width: 17px;
  height: 17px;
  background-image: url(../images/icoxs-add.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .xs-filter .formItem {
    margin-right: 20px;
  }
}
.xs-table {
  background-color: #fff;
  width: 100%;
}
.xs-table th.td {
  padding: 14px;
  line-height: 22px;
  background-color: #fff !important;
}
.xs-table .td {
  border: #dddddd solid 1px;
  text-align: center;
}
.xs-table .td .checkArea {
  padding: 14px;
  display: block;
  line-height: 22px;
}
.xs-table .td .col {
  padding: 14px;
  display: block;
  line-height: 22px;
}
.xs-table .td .col:nth-child(1n+2) {
  border-top: #dddddd solid 1px;
}
.xs-table .td .col .pdfview {
  display: block;
  position: relative;
  padding: 5px 50px 5px 0;
  height: 20px;
  line-height: 20px;
}
.xs-table .td .col .pdfview .r {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.xs-table .td .off {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.xs-table .td .btn-send {
  color: #ff7c24;
}
.xs-table tr .td {
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.xs-table tr:hover .td {
  background-color: #f9f9fa;
}
.xs-table .tdlines {
  padding: 0;
}
.xs-pageList {
  padding: 20px;
  background-color: #fff;
  height: 24px;
  line-height: 24px;
}
.xs-pageList .l select {
  margin-left: 10px;
  padding: 0 15px 0 5px;
  border: #dddddd solid 1px;
  border-radius: 3px;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
}
.xs-pageList .r {
  font-size: 0;
}
.xs-pageList .r li {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  margin-right: 6px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
.xs-pageList .r li a {
  display: block;
  min-width: 14px;
  line-height: 22px;
  padding: 0 4px;
  text-align: center;
  border-radius: 3px;
  background-color: #f4f4f5;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  border: #f4f4f5 solid 1px;
}
.xs-pageList .r li a:active {
  border-color: #fff;
  -webkit-transition: 0ms;
  transition: 0ms;
}
.xs-pageList .r li.ctr a {
  font-weight: bold;
  font-family: SimSun, '宋体';
}
.xs-pageList .r li.active a,
.xs-pageList .r li.selected a,
.xs-pageList .r li:hover a {
  background-color: #ff7c24;
  color: #fff;
  border-color: #ff7c24;
}
.xs-data {
  width: 760px;
}
.xs-data-wrap {
  background-color: #fff;
  padding: 50px 60px 80px;
}
.xs-data-head {
  margin-bottom: 40px;
  border-left: #ff7c24 solid 3px;
  padding-left: 15px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #333333;
}
.xs-data-info .line {
  padding: 12px 18px;
  line-height: 24px;
  color: #7f7f7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.xs-data-info .line:after {
  display: none;
}
.xs-data-info .line .portrait {
  width: 52px;
  height: 52px;
}
.xs-data .xs-data-password .formItem {
  position: relative;
}
.xs-data .xs-data-password .formItem:nth-child(1n+2) {
  margin-top: 16px;
}
.xs-data .xs-data-password .formItem .icofm {
  position: absolute;
  left: 5px;
  top: 1px;
  pointer-events: none;
}
.xs-data .xs-data-password .formItem .skin {
  width: 270px;
  padding: 8px 14px;
  height: 22px;
  line-height: 22px;
  border: #e0e0e0 solid 1px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: right center;
  text-align: left;
  border-radius: 4px;
}
.xs-data .xs-data-password .enter {
  margin-top: 35px;
  display: block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #ff7c24;
  font-size: 16px;
  border-radius: 4px;
}
.xs-notice-table {
  background-color: #fff;
  width: 100%;
  border: #dddddd solid 1px;
}
.xs-notice-table tr .td {
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.xs-notice-table tr:hover .td {
  background-color: #f9f9fa;
}
.xs-notice-table .td {
  border-top: #dddddd solid 1px;
  text-align: left;
  padding: 15px 40px;
  background-color: #fff;
}
.xs-notice-table th.td {
  background-color: #f5f6fa;
  height: 20px;
  line-height: 20px;
}
.xs-notice-table td.td {
  line-height: 1.5;
  color: #999999;
}
.xs-notice-table .td2 {
  min-width: 140px;
}
.xs-notice-table .sdt {
  padding-left: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.xs-notice-table .sdt:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  background-color: #ff7c24;
  border-radius: 5px;
}
.xs-notice-table .sdd {
  padding-left: 15px;
  margin-top: 5px;
  line-height: 20px;
  color: #999999;
}
.xs-notice-table .fz18 {
  font-size: 18px;
  color: #333333;
}
.xs-notice-table .info {
  position: relative;
  line-height: 20px;
  padding-left: 15px;
  color: #999999;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.xs-notice-table .info.unread {
  color: #333333;
}
.xs-notice-table .info.unread:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ff7c24;
}
.xs-agreement {
  width: 880px ;
  background-color: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xs-agreement .head {
  font-size: 24px;
  color: #333333;
  line-height: 34px;
  text-align: center;
}
.xs-agreement .body {
  margin-top: 35px;
}
.xs-agreement .body .line {
  font-size: 16px;
  line-height: 2.5;
}
.xs-agreement .body .section_2 {
  padding-left: 2em;
  text-indent: 0;
}
.xs-agreement .body .bord_b1 {
  display: inline;
  min-width: 4em;
  border-bottom: currentColor solid 1px;
  line-height: 1;
  vertical-align: middle;
}
.xs-agreement .body .bord_b1:before,
.xs-agreement .body .bord_b1:after {
  content: " ";
  padding-left: .25em;
  padding-right: .25em;
  pointer-events: none;
}
.xs-agreement .body input.bord_b1 {
  padding-left: .5em;
  padding-right: .5em;
  width: auto;
  color: #333333;
}
.xs-agreement .body .checkbox_ {
  display: inline-block;
  vertical-align: middle;
  min-width: 140px;
  padding-right: 10px;
}
.xs-agreement .body .calculator {
  margin-right: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  padding: 2px 25px;
  height: 20px;
  line-height: 20px;
  border: #dddddd solid 1px;
  text-align: center;
  border-radius: 30px;
}
.xs-agreement .body .calculator .ctr {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #999999;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: SimSun, '宋体';
}
.xs-agreement .body .calculator .ctr.reduce {
  left: 0;
}
.xs-agreement .body .calculator .ctr.add {
  right: 0;
}
.xs-agreement .body .calculator .getNum {
  display: block;
  width: 44px;
  height: 20px;
  color: #333333;
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  text-align: center;
  font-size: 12px;
}
.xs-agreement .foot {
  padding-left: 2em;
  margin-top: 20px;
}
.xs-agreement .foot .enter {
  display: block;
  width: 108px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ff7c24;
  color: #fff;
  border-radius: 4px;
}
.xs-contracts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: fixed;
  top: 90px;
  left: 200px;
  right: 20px;
  bottom: 20px;
  padding-bottom: 60px;
}
.xs-contracts:after {
  display: none;
}
.xs-contracts .item {
  width: 49%;
  height: 100%;
  background-color: #fff;
  padding: 2% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.xs-contracts .item .head {
  text-align: center;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
}
.xs-contracts .item .body {
  margin-top: 2%;
  font-size: 14px;
  line-height: 2;
}
.xs-contracts .operation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.xs-contracts .operation .btn {
  display: inline-block;
  vertical-align: top;
  min-width: 6em;
  padding: 0 1em;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background-color: #ff7c24;
  color: #fff;
  text-align: center;
  margin-left: 2em;
}
.xs-newContract .section {
  background-color: #fff;
}
.xs-newContract .section:nth-child(1n+2) {
  margin-top: 30px;
}
.xs-newContract .section .head {
  background-color: #edf3f5;
  padding: 15px 15px 15px 40px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.xs-newContract .section .head:before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 5px;
  height: 18px;
  background-color: #ff7c24;
  margin-right: 12px;
}
.xs-newContract .section .padArea {
  padding: 30px 40px;
}
.xs-newContract .project-select .td {
  border: #dddddd solid 1px;
  text-align: center;
}
.xs-newContract .project-select .td.td1 {
  width: 160px;
}
.xs-newContract .project-select .td.td2 {
  width: 520px;
}
.xs-newContract .project-select .td.td3,
.xs-newContract .project-select .td.td4,
.xs-newContract .project-select .td.td5 {
  width: 340px;
}
.xs-newContract .project-select th.td {
  height: 50px;
  line-height: 50px;
}
.xs-newContract .project-select td.td .checkArea,
.xs-newContract .project-select td.td .col {
  padding: 20px;
  line-height: 34px;
}
.xs-newContract .project-select td.td .checkArea {
  position: relative;
}
.xs-newContract .project-select td.td .checkArea:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.xs-newContract .project-select td.td .checkArea input {
  pointer-events: none;
}
.xs-newContract .project-select .skin,
.xs-newContract .project-select .inputArea {
  display: block;
  width: 100%;
  padding: 20px;
  line-height: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #ffffff solid 1px;
}
.xs-newContract .project-select .skin._focus,
.xs-newContract .project-select .inputArea._focus {
  border-color: #ff7c24;
}
.xs-newContract .project-select .dis_price {
  display: inline-block;
  vertical-align: top;
  color: #ff7c24;
  font-size: 18px;
  height: 34px;
}
.xs-newContract .project-select .dis_price i {
  font-size: 24px;
  font-family: Helvetica, Arial;
}
.xs-newContract .discounts .formItem {
  line-height: 36px;
  color: #7f7f7f;
}
.xs-newContract .discounts .formItem:nth-child(1n+2) {
  margin-top: 25px;
}
.xs-newContract .discounts .formItem.padLeft {
  padding-left: 96px;
}
.xs-newContract .discounts .formItem.padLeft .focus {
  float: left;
  margin-left: -96px;
  width: 96px;
  text-align: right;
}
.xs-newContract .discounts select.skin {
  vertical-align: middle;
  border-radius: 4px;
  border: #dddddd solid 1px;
  min-width: 260px;
  height: 26px;
  line-height: 26px;
  padding: 4px 9px;
}
.xs-newContract .discounts .bord_b1 {
  display: inline;
  min-width: 4em;
  border-bottom: #dddddd solid 1px;
  line-height: 36px;
  vertical-align: middle;
}
.xs-newContract .discounts .bord_b1:before,
.xs-newContract .discounts .bord_b1:after {
  content: " ";
  padding-left: .25em;
  padding-right: .25em;
  pointer-events: none;
}
.xs-newContract .discounts input.bord_b1 {
  padding-left: .5em;
  padding-right: .5em;
  width: auto;
}
.xs-newContract .total_price {
  color: #ff7c24;
  font-size: 14px;
}
.xs-newContract .total_price i {
  font-family: Helvetica, Arial;
}
.xs-newContract .total_price._da i {
  font-size: 30px;
}
.xs-newContract .payway .line {
  padding-left: 106px;
  line-height: 32px;
  min-height: 32px;
}
.xs-newContract .payway .line:nth-child(1n+2) {
  margin-top: 10px;
}
.xs-newContract .payway .line .fl {
  float: left;
  margin-left: -106px;
}
.xs-newContract .payway .expect {
  line-height: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.xs-newContract .payway .expect:after {
  display: none;
}
.xs-newContract .payway .expect:nth-child(1n+2) {
  margin-top: 10px;
}
.xs-newContract .payway .expect .e_price,
.xs-newContract .payway .expect .e_percent {
  position: relative;
  margin-right: 3%;
}
.xs-newContract .payway .expect .e_price .skin,
.xs-newContract .payway .expect .e_percent .skin {
  display: block;
  width: 225px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  border: #dddddd solid 1px;
  text-align: right;
  padding: 4px 24px 4px 49px;
}
.xs-newContract .payway .expect .e_price .skin._focus,
.xs-newContract .payway .expect .e_percent .skin._focus {
  border-color: #ff7c24 !important;
}
.xs-newContract .payway .expect .e_price .asd,
.xs-newContract .payway .expect .e_percent .asd {
  pointer-events: none;
  position: absolute;
  left: 14px;
  top: 0;
  color: #333333;
  font-size: 14px;
}
.xs-newContract .payway .expect .e_price .asd i,
.xs-newContract .payway .expect .e_percent .asd i {
  font-size: 18px;
}
.xs-newContract .payway .expect .e_cn {
  height: 39px;
  border-bottom: #dddddd solid 1px;
  width: 360px;
}
.xs-newContract .payway .tips {
  margin-top: 10px;
  color: #999999;
}
.xs-newContract .enter {
  margin-left: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #ff7c24;
  width: 164px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
}
