html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.2;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border: 0;
}

@font-face {
  src: url(../fonts/Roboto-Regular.woff) format("woff");
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}
@font-face {
  font-family: "ZohoPuvi";
  src: url(../fonts/zoho_puvi_regular.woff2) format("woff2"), url(../fonts/zoho_puvi_regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

.h100 {
  height: 100%;
}

input,
button,
a {
  outline: none;
  cursor: pointer;
}

input:disabled {
  cursor: not-allowed;
}

button {
  background-color: transparent;
}

.zsofa-y {
  overflow-y: auto;
}

.zsofa-x {
  overflow-x: auto;
}

.zsofh-y {
  overflow-y: hidden;
}

.zsofh-x {
  overflow-x: hidden;
}

/*--Width --*/
.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w10p {
  width: 10%;
}

.w20p {
  width: 20%;
}

.w30p {
  width: 30%;
}

.w40p {
  width: 40%;
}

.w42p {
  width: 42%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w52p {
  width: 52%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w70p {
  width: 70%;
}

.w80p {
  width: 80%;
}

.w90p {
  width: 90%;
}

.w100p {
  width: 100%;
}

.wm80p {
  max-width: 80%;
}

/*--Font Size--*/
.zsfs110 {
  font-size: 110px;
}

.zsfs100 {
  font-size: 100px;
}

.zsfs100imp {
  font-size: 100px !important;
}

.zsfs90 {
  font-size: 90px;
}

.zsfs80imp {
  font-size: 80px !important;
}

.zsfs80 {
  font-size: 80px;
}

.zsfs70 {
  font-size: 70px;
}

.zsfs60 {
  font-size: 60px;
}

.zsfs50imp {
  font-size: 50px !important;
}

.zsfs50 {
  font-size: 50px;
}

.zsfs40imp {
  font-size: 40px !important;
}

.zsfs40 {
  font-size: 40px !important;
}

.zsfs38 {
  font-size: 38px !important;
}

.zsfs36 {
  font-size: 36px !important;
}

.zsfs34 {
  font-size: 34px !important;
}

.zsfs32 {
  font-size: 32px !important;
}

.zsfs30 {
  font-size: 30px !important;
}

.zsfs28 {
  font-size: 28px !important;
}

.zsfs26 {
  font-size: 26px !important;
}

.zsfs24 {
  font-size: 24px !important;
}

.zsfs22 {
  font-size: 22px !important;
}

.zsfs20 {
  font-size: 20px !important;
}

.zsfs18 {
  font-size: 18px !important;
}

.zsfs16 {
  font-size: 16px !important;
}

.zsfs15 {
  font-size: 15px !important;
}

.zsfs14 {
  font-size: 14px !important;
}

.zsfs13 {
  font-size: 13px !important;
}

.zsfs12 {
  font-size: 12px !important;
}

.zsfw400 {
  font-weight: 400;
}

.zsfw500 {
  font-weight: 500;
}

.zsfw700 {
  font-weight: 700;
}

/*--Line Height--*/
.zslh1 {
  line-height: 1;
}

.zslh1-1 {
  line-height: 1.1;
}

.zslh2 {
  line-height: 2;
}

.zslh3 {
  line-height: 3;
}

.zslh4 {
  line-height: 4;
}

.zslh5 {
  line-height: 5;
}

.zslh24 {
  line-height: 24px;
}

.zslh22 {
  line-height: 22px;
}

.zslh20 {
  line-height: 20px;
}

.zslh18 {
  line-height: 18px;
}

.zslh16 {
  line-height: 16px;
}

.zslh15 {
  line-height: 15px;
}

.zslh14 {
  line-height: 14px;
}

.zslh12 {
  line-height: 12px;
}

/*--Float --*/
.zsfl {
  float: left;
}

.zsfr {
  float: right;
}

/*--Align --*/
.zstc {
  text-align: center;
}

.zstl {
  text-align: left;
}

.zstr {
  text-align: right;
}

/*--Display--*/
.zsdi {
  display: inline;
}

.zsdb {
  display: block;
}

.zsdib {
  display: inline-block;
}

.zsflaic {
  display: flex;
  align-items: center;
}

/*--Cursor--*/
.zscp {
  cursor: pointer !important;
}

.zscd {
  cursor: default !important;
}

.zscnt {
  cursor: not-allowed !important;
}

/*-- Placeholder --*/
::-moz-placeholder {
  color: #888888;
}
:-ms-input-placeholder {
  color: #888888;
}
::placeholder {
  color: #888888;
}

:-ms-input-placeholder {
  color: #888888;
}

::-ms-input-placeholder {
  color: #888888;
}

/*--Color--*/
.zsblue {
  color: #6397f4;
}

/*--Position--*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/*--Button Animation Ripple Effect--*/
.ripple {
  position: relative;
  background-color: transparent;
}

.ripple-effect {
  display: inline-block;
  overflow: hidden;
}

.ripple-wave {
  display: block;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  background-color: #ddd;
  border-radius: 50%;
  opacity: 0.5;
}

/*--Rotate--*/
.rot180 {
  transform: rotate(180deg);
}

/*--Color --*/
.green {
  color: #68b51d !important;
}

.pink {
  color: #fd486b !important;
}

.black {
  color: #000000 !important;
}

.blue {
  color: #6397f4 !important;
}

.yellow {
  color: #f4e663 !important;
}

.adm {
  color: #ffcb29;
}

.purple {
  color: #6a32d1 !important;
}

.sectxt {
  color: #6c6c6c;
}

.dasbrg {
  background-color: #f9f8fe;
}

.lstbrg {
  background-color: #f8f8f8 !important;
}

.greenB {
  background-color: #68b51d !important;
}

.pinkB {
  background-color: #fd486b !important;
}

.blackB {
  background-color: #000000 !important;
}

.blueB {
  background-color: #6397f4 !important;
}

.yellowB {
  background-color: #f4e663 !important;
}

.orangeB {
  background-color: #ff9e28 !important;
}

.pagckclr {
  background-color: #f9f9f9 !important;
}

.purpleB {
  background-color: #6a32d1 !important;
}

/*--Bobble Animation--*/
.booble-effect:after {
  -webkit-animation: anim-effect-boris 0.9s forwards infinite;
  animation: anim-effect-boris 0.9s forwards infinite;
  background: rgba(243, 166, 39, 0.42);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes anim-effect-boris {
  0% {
    transform: scale3d(0.3, 0.3, 1);
  }
  25%, 50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}

@keyframes anim-effect-boris {
  0% {
    transform: scale3d(0.3, 0.3, 1);
  }
  25%, 50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
/*--Z Index --*/
.zind1 {
  z-index: 1;
}

.zind99 {
  z-index: 99;
}

.zind999 {
  z-index: 999;
}

.zind9999 {
  z-index: 1999;
}

/*--Line Height --*/
.zslh1 {
  line-height: 1;
}

.zslh1_5 {
  line-height: 1.5 !important;
}

.zslh2 {
  line-height: 2;
}

.zslh2_5 {
  line-height: 2.5;
}

.zslh3 {
  line-height: 3;
}

/*-- Overflow --*/
.txovrflw {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*-- Opacity --*/
.zsop8 {
  opacity: 0.8;
}

.zsop6 {
  opacity: 0.6;
}

.zsop5 {
  opacity: 0.5;
}

.zsop1 {
  opacity: 1;
}

.zsop0 {
  opacity: 0;
}

/*-- Text Decoration --*/
.zstdu {
  text-decoration: underline;
}

.zstdn {
  text-decoration: none;
}

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

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

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

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

.brn {
  border-right: none !important;
}

.zsexprulcon .zsexurl p.ovrfl, .zsexprulcon .zsexname h1, .zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst .zsportal-name-date .zsportal-name h2, .zswflwlst li .wflwurl .wflwurlg, .zswflwlst li .wflwurl .wflwtit, .zstagcrt ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zsgridlst > li .zsgrdlbl span, .zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst .zsportal-name-date .zsportal-def span {
  color: #444444;
  font-size: 11px;
  padding: 5px 10px;
  float: left;
  display: block;
  background-color: #fff6d8;
  border: 1px solid #ffc411;
  border-radius: 25px;
}

.zsma {
  margin: auto;
}

.zsmra {
  margin-right: auto;
}

.zsmla {
  margin-left: auto;
}

.zsmta {
  margin-top: auto;
}

.zsmba {
  margin-bottom: auto;
}

.zsmt1 {
  margin-top: 1px;
}

.zsmt2 {
  margin-top: 2px;
}

.zsmt3 {
  margin-top: 3px;
}

.zsmt4 {
  margin-top: 4px;
}

.zsmt5 {
  margin-top: 5px;
}

.zsmt6 {
  margin-top: 6px;
}

.zsmt7 {
  margin-top: 7px;
}

.zsmt8 {
  margin-top: 8px;
}

.zsmt9 {
  margin-top: 9px;
}

.zsmt10 {
  margin-top: 10px;
}

.zsmt12 {
  margin-top: 12px;
}

.zsmt13 {
  margin-top: 13px;
}

.zsmt15 {
  margin-top: 15px;
}

.zsmt17 {
  margin-top: 17px;
}

.zsmt18 {
  margin-top: 18px;
}

.zsmt20 {
  margin-top: 20px;
}

.zsmt25 {
  margin-top: 25px;
}

.zsmt30 {
  margin-top: 30px;
}

.zsmt35 {
  margin-top: 35px;
}

.zsmt40 {
  margin-top: 40px;
}

.zsmt45 {
  margin-top: 45px;
}

.zsmt50 {
  margin-top: 50px;
}

.zsmt60 {
  margin-top: 60px;
}

.zsmb1 {
  margin-bottom: 1px;
}

.zsmb2 {
  margin-bottom: 2px;
}

.zsmb3 {
  margin-bottom: 3px;
}

.zsmb4 {
  margin-bottom: 4px;
}

.zsmb5 {
  margin-bottom: 5px;
}

.zsmb6 {
  margin-bottom: 6px;
}

.zsmb7 {
  margin-bottom: 7px;
}

.zsmb8 {
  margin-bottom: 8px;
}

.zsmb9 {
  margin-bottom: 9px;
}

.zsmb10 {
  margin-bottom: 10px;
}

.zsmb12 {
  margin-bottom: 12px;
}

.zsmb13 {
  margin-bottom: 13px;
}

.zsmb15 {
  margin-bottom: 15px;
}

.zsmb17 {
  margin-bottom: 17px;
}

.zsmb18 {
  margin-bottom: 18px;
}

.zsmb20 {
  margin-bottom: 20px;
}

.zsmb25 {
  margin-bottom: 25px;
}

.zsmb30 {
  margin-bottom: 30px;
}

.zsmb35 {
  margin-bottom: 35px;
}

.zsmb40 {
  margin-bottom: 40px;
}

.zsmb45 {
  margin-bottom: 45px;
}

.zsmb50 {
  margin-bottom: 50px;
}

.zsmb60 {
  margin-bottom: 60px;
}

.zsml1 {
  margin-left: 1px;
}

.zsml2 {
  margin-left: 2px;
}

.zsml3 {
  margin-left: 3px;
}

.zsml4 {
  margin-left: 4px;
}

.zsml5 {
  margin-left: 5px;
}

.zsml6 {
  margin-left: 6px;
}

.zsml7 {
  margin-left: 7px;
}

.zsml8 {
  margin-left: 8px;
}

.zsml9 {
  margin-left: 9px;
}

.zsml10 {
  margin-left: 10px;
}

.zsml12 {
  margin-left: 12px;
}

.zsml13 {
  margin-left: 13px;
}

.zsml15 {
  margin-left: 15px;
}

.zsml17 {
  margin-left: 17px;
}

.zsml18 {
  margin-left: 18px;
}

.zsml20 {
  margin-left: 20px;
}

.zsml25 {
  margin-left: 25px;
}

.zsml30 {
  margin-left: 30px;
}

.zsml35 {
  margin-left: 35px;
}

.zsml40 {
  margin-left: 40px;
}

.zsml45 {
  margin-left: 45px;
}

.zsml50 {
  margin-left: 50px;
}

.zsml60 {
  margin-left: 60px;
}

.zsmr1 {
  margin-right: 1px;
}

.zsmr2 {
  margin-right: 2px;
}

.zsmr3 {
  margin-right: 3px;
}

.zsmr4 {
  margin-right: 4px;
}

.zsmr5 {
  margin-right: 5px;
}

.zsmr6 {
  margin-right: 6px;
}

.zsmr7 {
  margin-right: 7px;
}

.zsmr8 {
  margin-right: 8px;
}

.zsmr9 {
  margin-right: 9px;
}

.zsmr10 {
  margin-right: 10px;
}

.zsmr12 {
  margin-right: 12px;
}

.zsmr13 {
  margin-right: 13px;
}

.zsmr15 {
  margin-right: 15px;
}

.zsmr18 {
  margin-right: 17px;
}

.zsmr18 {
  margin-right: 18px;
}

.zsmr20 {
  margin-right: 20px;
}

.zsmr25 {
  margin-right: 25px;
}

.zsmr30 {
  margin-right: 30px;
}

.zsmr35 {
  margin-right: 35px;
}

.zsmr40 {
  margin-right: 40px;
}

.zsmr45 {
  margin-right: 45px;
}

.zsmr50 {
  margin-right: 50px;
}

.zsmr60 {
  margin-right: 60px;
}

.zsml1p {
  margin-left: 1%;
}

.zsml2p {
  margin-left: 2%;
}

.zsml3p {
  margin-left: 3%;
}

.zsml4p {
  margin-left: 4%;
}

.zsml5p {
  margin-left: 5%;
}

.zsml6p {
  margin-left: 6%;
}

.zsml8p {
  margin-left: 8%;
}

.zsml10p {
  margin-left: 9%;
}

.zsml10p {
  margin-left: 10%;
}

.zsml14p {
  margin-left: 14%;
}

.zsml15p {
  margin-left: 15%;
}

.zsml20p {
  margin-left: 20%;
}

.zsml25p {
  margin-left: 25%;
}

.zsml30p {
  margin-left: 30%;
}

.zsml31p {
  margin-left: 31%;
}

.zsml32p {
  margin-left: 32%;
}

.zsml33p {
  margin-left: 33%;
}

.zsml34p {
  margin-left: 34%;
}

.zsml35p {
  margin-left: 35%;
}

.zsml40p {
  margin-left: 40%;
}

.zsml45p {
  margin-left: 45%;
}

.zsml50p {
  margin-left: 50%;
}

.zsml60p {
  margin-left: 60%;
}

.zsmr1p {
  margin-right: 1%;
}

.zsmr2p {
  margin-right: 2%;
}

.zsmr3p {
  margin-right: 3%;
}

.zsmr4p {
  margin-right: 4%;
}

.zsmr5p {
  margin-right: 5%;
}

.zsmr6p {
  margin-right: 6%;
}

.zsmr8p {
  margin-right: 8%;
}

.zsmr9p {
  margin-right: 9%;
}

.zsmr10p {
  margin-right: 10%;
}

.zsmr14p {
  margin-right: 14%;
}

.zsmr15p {
  margin-right: 15%;
}

.zsmr20p {
  margin-right: 20%;
}

.zsmr25p {
  margin-right: 25%;
}

.zsmr30p {
  margin-right: 30%;
}

.zsmr31p {
  margin-right: 31%;
}

.zsmr32p {
  margin-right: 32%;
}

.zsmr33p {
  margin-right: 33%;
}

.zsmr34p {
  margin-right: 34%;
}

.zsmr35p {
  margin-right: 35%;
}

.zsmr40p {
  margin-right: 40%;
}

.zsmr45p {
  margin-right: 45%;
}

.zsmr50p {
  margin-right: 50%;
}

.zsmr60p {
  margin-right: 60%;
}

.zsmt1p {
  margin-top: 1%;
}

.zsmt2p {
  margin-top: 2%;
}

.zsmt3p {
  margin-top: 3%;
}

.zsmt4p {
  margin-top: 4%;
}

.zsmt5p {
  margin-top: 5%;
}

.zsmt6p {
  margin-top: 6%;
}

.zsmt8p {
  margin-top: 8%;
}

.zsmt9p {
  margin-top: 9%;
}

.zsmt10p {
  margin-top: 10%;
}

.zsmt14p {
  margin-top: 14%;
}

.zsmt15p {
  margin-top: 15%;
}

.zsmt20p {
  margin-top: 20%;
}

.zsmt25p {
  margin-top: 25%;
}

.zsmt30p {
  margin-top: 30%;
}

.zsmt31p {
  margin-top: 31%;
}

.zsmt32p {
  margin-top: 32%;
}

.zsmt33p {
  margin-top: 33%;
}

.zsmt34p {
  margin-top: 34%;
}

.zsmt35p {
  margin-top: 35%;
}

.zsmt40p {
  margin-top: 40%;
}

.zsmt45p {
  margin-top: 45%;
}

.zsmt50p {
  margin-top: 50%;
}

.zsmt60p {
  margin-top: 60%;
}

.zsmb1p {
  margin-bottom: 1%;
}

.zsmb2p {
  margin-bottom: 2%;
}

.zsmb3p {
  margin-bottom: 3%;
}

.zsmb4p {
  margin-bottom: 4%;
}

.zsmb5p {
  margin-bottom: 5%;
}

.zsmb6p {
  margin-bottom: 6%;
}

.zsmb6p {
  margin-bottom: 6%;
}

.zsmb5p {
  margin-bottom: 9%;
}

.zsmb10p {
  margin-bottom: 10%;
}

.zsmb14p {
  margin-bottom: 14%;
}

.zsmb15p {
  margin-bottom: 15%;
}

.zsmb20p {
  margin-bottom: 20%;
}

.zsmb25p {
  margin-bottom: 25%;
}

.zsmb30p {
  margin-bottom: 30%;
}

.zsmb31p {
  margin-bottom: 31%;
}

.zsmb32p {
  margin-bottom: 32%;
}

.zsmb33p {
  margin-bottom: 33%;
}

.zsmb34p {
  margin-bottom: 34%;
}

.zsmb35p {
  margin-bottom: 35%;
}

.zsmb40p {
  margin-bottom: 40%;
}

.zsmb45p {
  margin-bottom: 45%;
}

.zsmb50p {
  margin-bottom: 50%;
}

.zsmb60p {
  margin-bottom: 60%;
}

.zsp1p {
  padding: 1%;
}

.zsp2p {
  padding: 2%;
}

.zsp3p {
  padding: 3%;
}

.zsp4p {
  padding: 4%;
}

.zsp5p {
  padding: 5%;
}

.zsp10p {
  padding: 10%;
}

.zsp15p {
  padding: 15%;
}

.zsp20p {
  padding: 20%;
}

.zsp25p {
  padding: 25%;
}

.zsp30p {
  padding: 30%;
}

.zsp31p {
  padding: 31%;
}

.zsp32p {
  padding: 32%;
}

.zsp33p {
  padding: 33%;
}

.zsp34p {
  padding: 34%;
}

.zsp35p {
  padding: 35%;
}

.zsp40p {
  padding: 40%;
}

.zsp45p {
  padding: 45%;
}

.zsp50p {
  padding: 50%;
}

.zsp60p {
  padding: 60%;
}

.zspl1p {
  padding-left: 1%;
}

.zspl2p {
  padding-left: 2%;
}

.zspl3p {
  padding-left: 3%;
}

.zspl4p {
  padding-left: 4%;
}

.zspl5p {
  padding-left: 5%;
}

.zspl7p {
  padding-left: 7%;
}

.zspl10p {
  padding-left: 10%;
}

.zspl15p {
  padding-left: 15%;
}

.zspl20p {
  padding-left: 20%;
}

.zspl25p {
  padding-left: 25%;
}

.zspl30p {
  padding-left: 30%;
}

.zspl31p {
  padding-left: 31%;
}

.zspl32p {
  padding-left: 32%;
}

.zspl33p {
  padding-left: 33%;
}

.zspl34p {
  padding-left: 34%;
}

.zspl35p {
  padding-left: 35%;
}

.zspl40p {
  padding-left: 40%;
}

.zspl45p {
  padding-left: 45%;
}

.zspl50p {
  padding-left: 50%;
}

.zspl60p {
  padding-left: 60%;
}

.zspr1p {
  padding-right: 1%;
}

.zspr2p {
  padding-right: 2%;
}

.zspr3p {
  padding-right: 3%;
}

.zspr4p {
  padding-right: 4%;
}

.zspr5p {
  padding-right: 5%;
}

.zspr7p {
  padding-right: 7%;
}

.zspr10p {
  padding-right: 10%;
}

.zspr15p {
  padding-right: 15%;
}

.zspr20p {
  padding-right: 20%;
}

.zspr25p {
  padding-right: 25%;
}

.zspr30p {
  padding-right: 30%;
}

.zspr31p {
  padding-right: 31%;
}

.zspr32p {
  padding-right: 32%;
}

.zspr33p {
  padding-right: 33%;
}

.zspr34p {
  padding-right: 34%;
}

.zspr35p {
  padding-right: 35%;
}

.zspr40p {
  padding-right: 40%;
}

.zspr45p {
  padding-right: 45%;
}

.zspr50p {
  padding-right: 50%;
}

.zspr60p {
  padding-right: 60%;
}

.zspt1p {
  padding-top: 1%;
}

.zspt2p {
  padding-top: 2%;
}

.zspt3p {
  padding-top: 3%;
}

.zspt4p {
  padding-top: 4%;
}

.zspt5p {
  padding-top: 5%;
}

.zspt10p {
  padding-top: 10%;
}

.zspt15p {
  padding-top: 15%;
}

.zspt20p {
  padding-top: 20%;
}

.zspt25p {
  padding-top: 25%;
}

.zspt30p {
  padding-top: 30%;
}

.zspt31p {
  padding-top: 31%;
}

.zspt32p {
  padding-top: 32%;
}

.zspt33p {
  padding-top: 33%;
}

.zspt34p {
  padding-top: 34%;
}

.zspt35p {
  padding-top: 35%;
}

.zspt40p {
  padding-top: 40%;
}

.zspt45p {
  padding-top: 45%;
}

.zspt50p {
  padding-top: 50%;
}

.zspt60p {
  padding-top: 60%;
}

.zspb1p {
  padding-bottom: 1%;
}

.zspb2p {
  padding-bottom: 2%;
}

.zspb3p {
  padding-bottom: 3%;
}

.zspb4p {
  padding-bottom: 4%;
}

.zspb5p {
  padding-bottom: 5%;
}

.zspb10p {
  padding-bottom: 10%;
}

.zspb15p {
  padding-bottom: 15%;
}

.zspb20p {
  padding-bottom: 20%;
}

.zspb25p {
  padding-bottom: 25%;
}

.zspb30p {
  padding-bottom: 30%;
}

.zspb31p {
  padding-bottom: 31%;
}

.zspb32p {
  padding-bottom: 32%;
}

.zspb33p {
  padding-bottom: 33%;
}

.zspb34p {
  padding-bottom: 34%;
}

.zspb35p {
  padding-bottom: 35%;
}

.zspb40p {
  padding-bottom: 40%;
}

.zspb45p {
  padding-bottom: 45%;
}

.zspb50p {
  padding-bottom: 50%;
}

.zspb60p {
  padding-bottom: 60%;
}

.zspl1 {
  padding-left: 1px;
}

.zspl2 {
  padding-left: 2px;
}

.zspl3 {
  padding-left: 3px;
}

.zspl4 {
  padding-left: 4px;
}

.zspl5 {
  padding-left: 5px;
}

.zspl8 {
  padding-left: 8px;
}

.zspl10 {
  padding-left: 10px;
}

.zspl13 {
  padding-left: 13px;
}

.zspl15 {
  padding-left: 15px;
}

.zspl20 {
  padding-left: 20px;
}

.zspl25 {
  padding-left: 25px;
}

.zspl30 {
  padding-left: 30px;
}

.zspl31 {
  padding-left: 31px;
}

.zspl32 {
  padding-left: 32px;
}

.zspl33 {
  padding-left: 33px;
}

.zspl34 {
  padding-left: 34px;
}

.zspl35 {
  padding-left: 35px;
}

.zspl40 {
  padding-left: 40px;
}

.zspl45 {
  padding-left: 45px;
}

.zspl50 {
  padding-left: 50px;
}

.zspl57 {
  padding-left: 57px;
}

.zspl60 {
  padding-left: 60px;
}

.zspl70 {
  padding-left: 70px;
}

.zsp1 {
  padding: 1px;
}

.zsp2 {
  padding: 2px;
}

.zsp3 {
  padding: 3px;
}

.zsp4 {
  padding: 4px;
}

.zsp5 {
  padding: 5px;
}

.zsp8 {
  padding: 8px;
}

.zsp10 {
  padding: 10px;
}

.zsp15 {
  padding: 15px;
}

.zsp20 {
  padding: 20px;
}

.zsp25 {
  padding: 25px;
}

.zsp30 {
  padding: 30px;
}

.zsp31 {
  padding: 31px;
}

.zsp32 {
  padding: 32px;
}

.zsp33 {
  padding: 33px;
}

.zsp34 {
  padding: 34px;
}

.zsp35 {
  padding: 35px;
}

.zsp40 {
  padding: 40px;
}

.zsp45 {
  padding: 45px;
}

.zsp50 {
  padding: 50px;
}

.zsp60 {
  padding: 60px;
}

.zsp60 {
  padding: 70px;
}

.zspr1 {
  padding-right: 1px;
}

.zspr2 {
  padding-right: 2px;
}

.zspr3 {
  padding-right: 3px;
}

.zspr4 {
  padding-right: 4px;
}

.zspr5 {
  padding-right: 5px;
}

.zspr8 {
  padding-right: 8px;
}

.zspr10 {
  padding-right: 10px;
}

.zspr13 {
  padding-right: 13px;
}

.zspr15 {
  padding-right: 15px;
}

.zspr20 {
  padding-right: 20px;
}

.zspr25 {
  padding-right: 25px;
}

.zspr30 {
  padding-right: 30px;
}

.zspr31 {
  padding-right: 31px;
}

.zspr32 {
  padding-right: 32px;
}

.zspr33 {
  padding-right: 33px;
}

.zspr34 {
  padding-right: 34px;
}

.zspr35 {
  padding-right: 35px;
}

.zspr40 {
  padding-right: 40px;
}

.zspr45 {
  padding-right: 45px;
}

.zspr50 {
  padding-right: 50px;
}

.zspr57 {
  padding-right: 57px;
}

.zspr60 {
  padding-right: 60px;
}

.zspr60 {
  padding-right: 70px;
}

.zspt1 {
  padding-top: 1px;
}

.zspt2 {
  padding-top: 2px;
}

.zspt3 {
  padding-top: 3px;
}

.zspt4 {
  padding-top: 4px;
}

.zspt5 {
  padding-top: 5px;
}

.zspt8 {
  padding-top: 8px;
}

.zspt10 {
  padding-top: 10px;
}

.zspt15 {
  padding-top: 15px;
}

.zspt20 {
  padding-top: 20px;
}

.zspt25 {
  padding-top: 25px;
}

.zspt30 {
  padding-top: 30px;
}

.zspt31 {
  padding-top: 31px;
}

.zspt32 {
  padding-top: 32px;
}

.zspt33 {
  padding-top: 33px;
}

.zspt34 {
  padding-top: 34px;
}

.zspt35 {
  padding-top: 35px;
}

.zspt40 {
  padding-top: 40px;
}

.zspt45 {
  padding-top: 45px;
}

.zspt50 {
  padding-top: 50px;
}

.zspt57 {
  padding-top: 57px;
}

.zspt60 {
  padding-top: 60px;
}

.zspt70 {
  padding-top: 70px;
}

.zspb1 {
  padding-bottom: 1px;
}

.zspb2 {
  padding-bottom: 2px;
}

.zspb3 {
  padding-bottom: 3px;
}

.zspb4 {
  padding-bottom: 4px;
}

.zspb5 {
  padding-bottom: 5px;
}

.zspb8 {
  padding-bottom: 8px;
}

.zspb10 {
  padding-bottom: 10px;
}

.zspb15 {
  padding-bottom: 15px;
}

.zspb20 {
  padding-bottom: 20px;
}

.zspb25 {
  padding-bottom: 25px;
}

.zspb30 {
  padding-bottom: 30px;
}

.zspb31 {
  padding-bottom: 31px;
}

.zspb32 {
  padding-bottom: 32px;
}

.zspb33 {
  padding-bottom: 33px;
}

.zspb34 {
  padding-bottom: 34px;
}

.zspb35 {
  padding-bottom: 35px;
}

.zspb40 {
  padding-bottom: 40px;
}

.zspb45 {
  padding-bottom: 45px;
}

.zspb50 {
  padding-bottom: 50px;
}

.zspb57 {
  padding-bottom: 57px;
}

.zspb60 {
  padding-bottom: 60px;
}

.zspb70 {
  padding-bottom: 70px;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow: hidden;
  color: #222222;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

aside {
  width: 88px;
  height: calc(100% - 48px);
  position: fixed;
  background-color: #1c262d;
  float: left;
  top: 48px;
}
aside .zsmenu,
aside .zssetting {
  width: 100%;
  overflow: auto;
  background-color: #1c262d;
}
aside .zsmenu a,
aside .zssetting a {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
aside .zsmenu a:last-child,
aside .zssetting a:last-child {
  margin-bottom: 0;
}
aside .zsmenu li,
aside .zssetting li {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  color: #222222;
  float: left;
}
aside .zsmenu li.active,
aside .zssetting li.active {
  background-color: #111111;
}
aside .zsmenu li.active:after,
aside .zssetting li.active:after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #f84c74;
  position: absolute;
  left: 0;
  top: 0;
}
aside .zsmenu li.active span, aside .zsmenu li:hover span,
aside .zssetting li.active span,
aside .zssetting li:hover span {
  color: #ffffff;
}
aside .zsmenu li.active .micocnt i, aside .zsmenu li:hover .micocnt i,
aside .zssetting li.active .micocnt i,
aside .zssetting li:hover .micocnt i {
  color: #ffffff;
}
aside .zsmenu li .micocnt,
aside .zssetting li .micocnt {
  display: block;
  margin-bottom: 10px;
}
aside .zsmenu li .micocnt i,
aside .zssetting li .micocnt i {
  font-size: 28px;
  color: #ffffff;
}
aside .zsmenu li span,
aside .zssetting li span {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #ffffff;
}
aside .zsmenu li:last-child,
aside .zssetting li:last-child {
  margin-bottom: 0;
}
aside .zsmenu {
  height: calc(100% - 75px);
}
aside .zssetting {
  position: absolute;
  bottom: 0;
}
aside .zssetting:hover i, aside .zssetting.active i {
  color: #ffffff;
}
aside .zssetting i {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

.zssrch {
  width: 35%;
  height: 32px;
  margin: 8px 16px;
  position: relative;
  background-color: #fafafa;
}
.zssrch .zssrcopt {
  width: 130px;
  height: 32px;
  float: left;
  position: relative;
  cursor: pointer;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.zssrch .zssrcopt:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #ebebeb;
  margin: 8px 0;
  position: absolute;
  right: 0;
}
.zssrch .zssrcopt .srch {
  font-size: 16px;
  color: #222222;
  display: block;
}
.zssrch .zssrcopt span {
  font-size: 14px;
  margin: 16px 5px 15px 5px;
  width: 75px;
}
.zssrch .zssrcopt .drpdw {
  margin: 15.5px 5px 15.5px 0px;
  color: #c7c7c7;
  font-size: 14px;
}
.zssrch .zssrcopt ul {
  position: absolute;
  top: 32px;
  left: 0;
  height: 0px;
  width: 130px;
  background-color: #ffffff;
  overflow: auto;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 12px 41.85px 3.15px rgba(106, 50, 209, 0.15);
  visibility: hidden;
  transition: 0.2s all;
  z-index: 0;
}
.zssrch .zssrcopt ul.active {
  height: 175px;
  visibility: visible;
  z-index: 99;
}
.zssrch .zssrcopt ul li {
  width: 100%;
  height: 35px;
  padding: 12px 8px;
  cursor: pointer;
}
.zssrch .zssrcopt ul li:hover {
  background-color: #f9f9f9;
}
.zssrch .zssrcopt ul li span {
  font-size: 12px;
  width: 100%;
  margin: 0;
}
.zssrch input {
  width: calc(100% - 145px);
  height: 32px;
  background-color: transparent;
  border-radius: 5px;
  outline: none;
  border: 0;
  font-size: 14px;
  padding: 5px 10px;
  color: #222222;
}

header {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  background-color: #ffffff;
  z-index: 99;
}
header .zslogo {
  height: 48px;
  float: left;
}
header .zslogo a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #222222;
}
header .zslogo a img {
  height: 24px;
  margin: 12px 8px 12px 16px;
}
header .zslogo a span {
  font-family: "ZohoPuvi";
  font-weight: 400;
  font-size: 18px;
}
header .zsbrdurl {
  height: 60px;
  padding: 20px;
  position: relative;
}
header .zsbrdurl .zsicon-chevron-down {
  position: relative;
  top: 3px;
}
header .zsbrdurl .zsdropbg {
  left: 0;
  top: 60px;
}
header .zstopgrp {
  display: flex;
  float: right;
  align-items: flex-start;
}
header .zsmobmenu {
  width: 50px;
  height: 60px;
  float: left;
  text-align: center;
  display: none;
}
header .zsmobmenu i {
  font-size: 26px;
  line-height: 60px;
}
header .zscrtbtn {
  width: 160px;
  height: 48px;
  background-color: #f84c74;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
header .zscrtbtn:hover {
  background-color: #eb687d;
}
header .zscrtbtn span {
  line-height: 48px;
  display: block;
  float: left;
  padding: 0 32px;
}
header .zscrtbtn i {
  border-left: 1px solid #ffffff;
  line-height: 48px;
  display: block;
  float: left;
  padding: 0 15px;
}
header .zscrtbtndrpdw {
  background-color: #ffffff;
  float: left;
  box-shadow: 0px 0px 82.8px 7.2px rgba(106, 50, 209, 0.15);
  width: 300px;
  top: 55px;
  right: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  transition: 0.2s all;
  z-index: 0;
}
header .zscrtbtndrpdw.active {
  z-index: 99;
  height: 190px;
  visibility: visible;
}
header .zscrtbtndrpdw ul {
  float: left;
  width: 300px;
  margin: 10px 0;
}
header .zscrtbtndrpdw ul li {
  float: left;
  width: 290px;
  cursor: pointer;
  padding: 5px 0;
  border-bottom: 1px solid #ebebeb;
  margin: 0 5px;
}
header .zscrtbtndrpdw ul li:last-child {
  border-bottom: 0;
}
header .zscrtbtndrpdw ul li .lnkdet {
  color: #222222;
  float: left;
  padding: 0 5px 7px;
  width: 240px;
}
header .zscrtbtndrpdw ul li .lnkdet h1 {
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0 2px;
  color: #262626;
}
header .zscrtbtndrpdw ul li .lnkdet p {
  font-size: 12px;
  line-height: 1.5;
  color: #262626;
  padding: 2px 0;
}
header .zscrtbtndrpdw ul li i {
  color: #222222;
  font-size: 28px;
  float: left;
  line-height: 45px;
  padding: 0 10px;
}
header .zscrtbtndrpdw ul li:hover i {
  color: #6a31d0;
}
header .zscrtbtndrpdw ul li:hover .lnkdet h1,
header .zscrtbtndrpdw ul li:hover .lnkdet p {
  color: #6a31d0;
}
header .zsprofile {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: flex-start;
  margin-right: 8px;
}
header .zsprofile img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  margin: 8px;
  cursor: pointer;
}
header .zsnotify {
  width: 32px;
  display: flex;
  align-items: flex-start;
  margin-left: 10px;
}
header .zsnotify .zsbell {
  position: relative;
}
header .zsnotify .zsbell.ntfon:after {
  display: block;
}
header .zsnotify .zsbell i {
  font-size: 32px;
  line-height: 48px;
  cursor: pointer;
}
header .zsnotify .zsbell i:before {
  color: #EE2758;
}
header .zsnotify .zsbell i:after {
  color: #3F3D56;
}
header .zsnotify .zsbell:after {
  width: 8px;
  height: 8px;
  background-color: #f84c74;
  content: "";
  display: block;
  border-radius: 25px;
  position: absolute;
  top: 10px;
  right: 5px;
  display: none;
}

main {
  width: calc(100% - 88px);
  height: calc(100% - 48px);
  margin-left: 88px;
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
}

.zsfield {
  position: relative;
  padding-bottom: 15px;
}
.zsfield.numberfld input {
  padding: 5px 150px 5px 8px;
}
.zsfield.numberfld .numfldlab {
  position: absolute;
  top: 12px;
  right: 50px;
  font-size: 14px;
}
.zsfield.active .zsfisp.lg {
  top: -8px;
}
.zsfield.disabled.valuein .zsfisp {
  background-color: #ffffff;
}
.zsfield.disabled .zsfisp {
  z-index: 99;
  background-color: #ffffff;
}
.zsfield.disabled input:disabled {
  background-color: #ffffff;
  cursor: not-allowed;
}
.zsfield.disabled textarea:disabled {
  background-color: #ffffff;
  cursor: not-allowed;
}
.zsfield.disabled .zsselcval {
  background-color: #ffffff;
  cursor: not-allowed;
}
.zsfield.disabled .zsmltsel {
  background-color: #ffffff;
  cursor: not-allowed;
}
.zsfield > .zsfisp {
  font-size: 15px;
  color: #929292;
  position: absolute;
  top: 13px;
  left: 10px;
  background-color: #ffffff;
  padding: 0 4px;
  z-index: 7;
  line-height: 15px;
}
.zsfield > .zsfisp.lg {
  top: 18px;
}
.zsfield em {
  color: #d0070c;
  font-size: 12px;
  position: absolute;
  bottom: -4px;
  left: 0;
  display: none;
  font-style: normal;
}
.zsfield em a {
  color: #5398fd;
}
.zsfield.error > input, .zsfield.error > textarea {
  border-color: #d0070c !important;
}
.zsfield.error .zsselcval,
.zsfield.error .zsmltsel {
  border-color: #d0070c !important;
}
.zsfield.error > span {
  color: #d0070c !important;
}
.zsfield.error .zsfisp {
  color: #d0070c !important;
}
.zsfield.error em {
  display: block;
}
.zsfield.valuein input,
.zsfield.valuein textarea {
  border: 1px solid #ebebeb;
}
.zsfield.valuein span {
  color: #565656;
}
.zsfield.valuein:hover input,
.zsfield.valuein:hover textarea {
  border: 1px solid #ebebeb;
}
.zsfield.valuein:hover span {
  color: #565656;
}
.zsfield.valuein input:focus,
.zsfield.valuein textarea:focus {
  border: 1px solid #6a32d1;
}
.zsfield.active input,
.zsfield.active textarea,
.zsfield.active .zsselcval {
  border: 1px solid #6a32d1;
}
.zsfield.active input.lg,
.zsfield.active textarea.lg,
.zsfield.active .zsselcval.lg {
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
}
.zsfield.active.disabled input,
.zsfield.active.disabled textarea {
  border: 1px solid #ebebeb !important;
}
.zsfield.active.disabled span {
  background-color: #efefef;
  color: #333333;
}
.zsfield.active span {
  color: #6a32d1;
}
.zsfield.active .zsfisp {
  color: #6a32d1;
}
.zsfield.active .zsmltsel {
  border: 1px solid #6a32d1;
}
.zsfield .zsmltsel:focus, .zsfield .zsmltsel.active + .zsfisp, .zsfield textarea:focus + .zsfisp, .zsfield textarea:focus + .zsfisp.active, .zsfield input:focus + .zsfisp, .zsfield input:focus + .zsfisp.active, .zsfield > .zsfisp.active, .zsfield.error > span, .zsfield.valuein span, .zsfield.active span {
  font-size: 12px;
  top: -8px;
  z-index: 9;
  font-weight: 400;
}
.zsfield textarea, .zsfield input {
  width: 100%;
  border: 1px solid #ebebeb;
  color: #333333;
  border-radius: 4px;
  padding: 5px 35px 5px 8px;
  font-size: 15px;
  line-height: 22px;
  z-index: 8;
  position: relative;
  outline: none;
  background-color: transparent;
  cursor: text;
}
.zsfield input[type=number]::-webkit-inner-spin-button,
.zsfield input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.zsfield input {
  height: 40px;
}
.zsfield input.lg {
  height: 50px;
  padding: 5px 10px;
  font-size: 18px;
}
.zsfield input:focus {
  border: 1px solid #6a32d1;
}
.zsfield input:focus + .zsfisp, .zsfield input:focus + .zsfisp.active {
  color: #6a32d1;
}
.zsfield textarea {
  height: 60px;
  resize: vertical;
  font-family: inherit;
}
.zsfield textarea.lnglnk {
  font-size: 12px;
}
.zsfield textarea.srlnk {
  height: 40px;
  resize: none;
  transition: 0.2s height;
  padding: 10px 30px 10px 10px;
  word-break: break-all;
}
.zsfield textarea:focus {
  border: 1px solid #6a32d1;
}
.zsfield textarea:focus + .zsfisp, .zsfield textarea:focus + .zsfisp.active {
  color: #6a32d1;
}
.zsfield:hover .zsselcval,
.zsfield:hover .zsmltsel {
  border: 1px solid #6a32d1;
}
.zsfield .zsfldnum {
  position: absolute;
  top: 0;
  right: 1px;
  width: 20px;
  height: 40px;
  z-index: 99;
}
.zsfield .zsfldnum i.zsicon-chevron-up {
  top: 3px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.zsfield .zsfldnum i.zsicon-chevron-down {
  bottom: -1px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.zsfield .zsselcval {
  color: #222222;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 5px 35px 5px 15px;
  height: 40px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zsfield .zsselcval > div.text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zsfield .zsselcval.active, .zsfield .zsselcval:hover {
  border: 1px solid #6a32d1;
}
.zsfield .zsselcval.active + label, .zsfield .zsselcval:hover + label {
  color: #6a32d1;
}
.zsfield .zsselcval.lg {
  height: 50px;
  font-size: 18px;
  padding: 10px 35px 10px 15px;
  line-height: 28px;
}
.zsfield .zsselcval.lg i {
  top: 18px;
}
.zsfield .zsselcval i {
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 14px;
  color: #929292;
}
.zsfield .zsselcval i.zsicon-calendar {
  top: 9px !important;
  font-size: 22px !important;
}
.zsfield .zsselcval + .zsfisp {
  font-size: 12px;
  top: -8px;
  z-index: 9;
  font-weight: 400;
  color: #565656;
}
.zsfield .zsselval {
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  transition: 0.2s;
  position: absolute;
  z-index: 999;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  overflow: hidden;
}
.zsfield .zsselval.active {
  opacity: 1;
  z-index: 999;
  height: auto;
  overflow: auto;
}
.zsfield .zsselval.active ul {
  min-height: 40px;
  max-height: 136px;
}
.zsfield .zsselval .top {
  bottom: 60px;
}
.zsfield .zsselval .zsselsrh input {
  width: 100%;
  height: 35px;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.zsfield .zsselval .zsselsrh i {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #969696;
  z-index: 99;
}
.zsfield .zsselval ul {
  overflow-y: auto;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.zsfield .zsselval ul li {
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
}
.zsfield .zsselval ul li.active, .zsfield .zsselval ul li:hover {
  background-color: #f3f3ff;
}
.zsfield .zsmltsel {
  color: #222222;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 5px 35px 5px 15px;
  min-height: 40px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.zsfield .zsmltsel > span {
  border: 1px solid #ebebeb;
  padding: 2px 20px 2px 2px;
  border-radius: 3px;
  position: relative;
  z-index: 99;
  font-size: 14px;
  top: 1px;
  margin: 0.5px 10px 0.5px 0;
  display: inline-grid;
  height: 22px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 99%;
}
.zsfield .zsmltsel > span i {
  position: absolute;
  font-size: 12px;
  top: 4px;
  right: 2px;
  line-height: 14px;
  cursor: pointer;
}
.zsfield .zsmltsel i {
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 14px;
  color: #929292;
}
.zsfield .zsmltsel.active {
  border: 1px solid #6a32d1;
}
.zsfield .zsmltsel + .zsfisp {
  font-size: 12px;
  top: -8px;
  z-index: 9;
  font-weight: 400;
  color: #565656;
}
.zsfield:hover .zsmltsel + .zsfisp {
  color: #6a32d1;
}
.zsfield:hover .zsselcval + .zsfisp {
  color: #6a32d1;
}
.zsfield .zsselmulval {
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  overflow: hidden;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.zsfield .zsselmulval.active {
  opacity: 1;
  z-index: 999;
  height: auto;
  overflow: auto;
}
.zsfield .zsselmulval.active ul {
  min-height: 40px;
  max-height: 136px;
}
.zsfield .zsselmulval .zsselmul {
  position: relative;
}
.zsfield .zsselmulval .zsselmul input {
  width: 100%;
  height: 35px;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.zsfield .zsselmulval .zsselmul i {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #969696;
  z-index: 99;
}
.zsfield .zsselmulval .zsselmul span {
  position: absolute;
  right: 12px;
  top: 11px;
  z-index: 999;
  font-size: 14px;
  font-weight: 500;
  color: #5398fd;
  background-color: #fafafa;
  cursor: pointer;
}
.zsfield .zsselmulval ul {
  width: 100%;
  overflow-y: auto;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.zsfield .zsselmulval ul li {
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.zsfield .zsselmulval ul li.active, .zsfield .zsselmulval ul li:hover {
  background-color: #f3f3ff;
}
.zsfield i.zsicon-eye,
.zsfield i.zsicon-eye-off {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 22px;
  color: #ebebeb;
  z-index: 5;
  cursor: pointer;
  z-index: 99;
}

.zschspn {
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}

.zscheckbox {
  position: relative;
  height: 18px;
  display: inline-block;
}
.zscheckbox label {
  cursor: pointer;
  height: 18px;
  display: block;
  padding-left: 28px;
}
.zscheckbox label:before, .zscheckbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.zscheckbox label:before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
  border: 1px solid #ebebeb;
}
.zscheckbox label span {
  font-size: 14px;
  color: #222222;
  position: relative;
  line-height: 19.5px;
  display: block;
}
.zscheckbox > input[type=checkbox] {
  outline: 0;
  z-index: 9;
  opacity: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
}
.zscheckbox > input[type=checkbox]:checked + label:after {
  transform: scaleX(-1) rotate(135deg);
  top: 10px;
  left: 4px;
  width: 5px;
  height: 10px;
  transform-origin: left top;
  -webkit-animation: zschanim;
          animation: zschanim;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.zscheckbox > input[type=checkbox]:checked + label:before {
  border: 1px solid #6a32d1;
  background-color: #6a32d1;
}
.zscheckbox > input[type=checkbox]:checked + label.minus:after {
  top: 7.5px;
  left: 4.5px;
  border-radius: 50px;
  border-top: 3px solid #616161;
  width: 8px;
  height: unset;
  transform: unset;
  border-right: unset;
  -webkit-animation: unset;
          animation: unset;
}
.zscheckbox > input[type=checkbox]:checked + label.minus:before {
  border: 1px solid #ebebeb;
  background-color: unset;
}
.zscheckbox > input[type=checkbox] + label.minus:after {
  top: 7.5px;
  left: 4.5px;
  border-radius: 50px;
  border-top: 3px solid #616161;
  width: 8px;
  height: unset;
  transform: unset;
  border-right: unset;
  -webkit-animation: unset;
          animation: unset;
}
.zscheckbox > input[type=checkbox] + label.minus:before {
  border: 1px solid #ebebeb;
  background-color: unset;
}

.zsdtcheckbox {
  position: relative;
}
.zsdtcheckbox label {
  cursor: pointer;
  height: 18px;
  display: block;
  padding-left: 28px;
}
.zsdtcheckbox label:before, .zsdtcheckbox label:after {
  content: "";
  position: absolute;
  left: 0;
}
.zsdtcheckbox label:before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
  border: 1px solid #ebebeb;
}
.zsdtcheckbox label span {
  font-size: 14px;
  color: #222222;
  position: relative;
  line-height: 19.5px;
  display: block;
}

.zsdtcheckbox[data-checked=true] label:after {
  transform: scaleX(-1) rotate(135deg);
  top: 10px;
  left: 4px;
  width: 5px;
  height: 10px;
  transform-origin: left top;
  -webkit-animation: zschanim;
          animation: zschanim;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.zsdtcheckbox[data-checked=true] label:before {
  border: 1px solid #6a32d1;
  background-color: #6a32d1;
}

.zsdtcheckbox[data-checked=false] label {
  cursor: pointer;
  height: 18px;
  display: block;
  padding-left: 28px;
}
.zsdtcheckbox[data-checked=false] label:before, .zsdtcheckbox[data-checked=false] label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.zsdtcheckbox[data-checked=false] label:before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
  border: 1px solid #ebebeb !important;
  background-color: transparent !important;
}
.zsdtcheckbox[data-checked=false] label:after {
  transform: scaleX(-1) rotate(135deg);
  top: 10px;
  left: 4px;
  width: 5px;
  height: 10px;
  transform-origin: left top;
  -webkit-animation: zschanim;
          animation: zschanim;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  border-right: 2px solid transparent !important;
  border-top: 2px solid transparent !important;
}

@-webkit-keyframes zschanim {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 5px;
    opacity: 1;
  }
  40% {
    height: 10px;
    width: 5px;
    opacity: 1;
  }
  100% {
    height: 10px;
    width: 5px;
    opacity: 1;
  }
}

@keyframes zschanim {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 5px;
    opacity: 1;
  }
  40% {
    height: 10px;
    width: 5px;
    opacity: 1;
  }
  100% {
    height: 10px;
    width: 5px;
    opacity: 1;
  }
}
.zsradio {
  position: relative;
  display: inline-block;
  height: 20px;
}
.zsradio label {
  cursor: pointer;
  height: 20px;
  display: flex;
  align-content: center;
}
.zsradio label:before, .zsradio label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.zsradio label:before {
  width: 20px;
  height: 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.zsradio label span {
  font-size: 14px;
  color: #222222;
  position: relative;
  top: 2px;
  padding: 0px 2px 0px 30px;
  position: relative;
}
.zsradio > input[type=radio] {
  outline: 0;
  z-index: 1992;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 20px;
  left: 0;
  margin: 0;
  display: block;
}
.zsradio > input[type=radio]:checked + label:after {
  transform: scaleX(-1) rotate(135deg);
  top: 1px;
  left: 1px;
  right: 0px;
  bottom: 0px;
  margin: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: zsrdanim;
          animation: zsrdanim;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  background-color: #6a32d1;
}
.zsradio > input[type=radio]:checked + label:before {
  border: 1px solid #6a32d1;
}

@-webkit-keyframes zsrdanim {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zsrdanim {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.zsdtchradio {
  position: relative;
  display: inline-block;
  height: 20px;
}
.zsdtchradio input {
  display: none;
}
.zsdtchradio label {
  cursor: pointer;
  height: 20px;
  display: block;
}
.zsdtchradio label:before, .zsdtchradio label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.zsdtchradio label:before {
  width: 20px;
  height: 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.zsdtchradio label span {
  font-size: 14px;
  color: #222222;
  position: relative;
  top: 2px;
  padding: 5px 2px 5px 30px;
  position: relative;
}

.zsdtchradio[data-checked=true] label:after {
  transform: scaleX(-1) rotate(135deg);
  top: 1px;
  left: 1px;
  right: 0px;
  bottom: 0px;
  margin: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: zsrdanim;
          animation: zsrdanim;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  background-color: #6a32d1;
}
.zsdtchradio[data-checked=true] label:before {
  border: 1px solid #6a32d1;
}

.zsdtchradio[data-checked=false] label:before {
  width: 20px;
  height: 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}

.zstogch {
  position: relative;
  float: left;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 15px;
  margin: 8px 0 10px;
}
.zstogch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 8px;
  z-index: 1999;
  cursor: pointer;
}
.zstogch input[type=checkbox]:checked + .togglechecklab:after {
  left: 20px;
}
.zstogch input[type=checkbox]:checked + .togglechecklab:before {
  background-color: #00ff00;
  border: 1px solid #00ff00;
}
.zstogch label:before {
  content: "";
  width: 40px;
  height: 8px;
  background-color: #e9eef2;
  border: 1px solid #ebebeb;
  position: absolute;
  border-radius: 22px;
  cursor: pointer;
  top: 1px;
}
.zstogch label:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fafafe;
  border: 1px solid #ebebeb;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: -4.5px;
  cursor: pointer;
  transition: left 0.25s linear;
}

.zstogchtwo {
  position: relative;
  float: left;
  cursor: pointer;
  display: block;
  width: 35px;
  height: 20px;
}
.zstogchtwo input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 20px;
  z-index: 1999;
  cursor: pointer;
  margin: 0;
}
.zstogchtwo input[type=checkbox]:checked + .togglechecklabtw:after {
  left: 17px;
}
.zstogchtwo input[type=checkbox]:checked + .togglechecklabtw:before {
  background-color: #6a18af;
}
.zstogchtwo label:before {
  content: "";
  width: 35px;
  height: 19px;
  background-color: #d9d9d9;
  position: absolute;
  border-radius: 22px;
  cursor: pointer;
  top: 1px;
}
.zstogchtwo label:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #f9f9fc;
  position: absolute;
  border-radius: 50%;
  left: 3px;
  top: 3.5px;
  cursor: pointer;
  transition: left 0.15s linear;
}

.togglespan {
  font-size: 15px;
  line-height: 2;
}

.zsfldrp {
  position: relative;
  height: 32px;
}
.zsfldrp > span {
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
  color: #444444;
  display: block;
}
.zsfldrp > span i:first-child {
  font-size: 16px;
  color: #222222;
  color: #444444;
}
.zsfldrp > span i.zsicon-chevron-down {
  font-size: 16px !important;
  color: #444444;
  position: relative;
  top: 2.5px;
  display: inline-block;
  transition: 0.2s all;
  margin-left: 5px;
}
.zsfldrp ul {
  padding: 0;
  border-radius: 5px;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 12px 41.85px 3.15px rgba(106, 50, 209, 0.15);
  transition: 0.2s all;
  z-index: 99;
  display: none;
}
.zsfldrp ul.bottom {
  top: unset;
  bottom: 50px;
}
.zsfldrp ul.left {
  top: unset;
  left: 0;
}
.zsfldrp ul.right {
  top: unset;
  right: 0;
}
.zsfldrp ul.w330 {
  width: 330px;
}
.zsfldrp ul.w280 {
  width: 280px;
}
.zsfldrp ul.w230 {
  width: 230px;
}
.zsfldrp ul.w200 {
  width: 200px;
}
.zsfldrp ul.w180 {
  width: 180px;
}
.zsfldrp ul.w150 {
  width: 150px;
}
.zsfldrp ul.w100 {
  width: 100px;
}
.zsfldrp ul li {
  padding: 12px 10px;
  cursor: pointer;
  border-radius: 3px;
  text-align: left;
}
.zsfldrp ul li:hover {
  background-color: #f3f3ff;
}
.zsfldrp ul li:hover span {
  color: #222222;
}
.zsfldrp ul li.active {
  background-color: #f3f3ff;
}
.zsfldrp ul li.active span {
  color: #222222;
}
.zsfldrp ul li span {
  font-size: 13px;
  line-height: unset;
}

.zsfldtxt {
  margin: 0 0 5px;
  width: 100%;
  float: left;
}
.zsfldtxt .zsfldtxtlab {
  width: 130px;
  float: left;
  text-align: left;
  padding-right: 10px;
  font-size: 14px;
  color: #222222;
  line-height: 26px;
}
.zsfldtxt .zsfldtxtval {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  line-height: 26px;
  width: calc(100% - 130px);
  white-space: pre-line;
  word-break: break-all;
  float: left;
}

.divider {
  height: 1px;
  background-color: #ebebeb;
}

.zsdatepicker {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  width: 284px;
  z-index: 99;
  float: left;
  position: absolute;
  display: none;
}
.zsdatepicker.active {
  display: block;
}
.zsdatepicker .zsdatepickyear {
  width: 100%;
  float: left;
  padding: 8px 0 5px;
  border-bottom: 1px solid #f1f1f1;
}
.zsdatepicker .zsdatepickyear .zsicon-chevron-left {
  float: left;
  font-size: 18px;
  cursor: pointer;
  margin: 5px 0 5px 4px;
  border-radius: 25px;
}
.zsdatepicker .zsdatepickyear .zsicon-chevron-right {
  float: right;
  font-size: 18px;
  cursor: pointer;
  margin: 5px 4px 5px 0;
  border-radius: 25px;
}
.zsdatepicker .zsdatepickyear .zsicon-chevron-left:hover,
.zsdatepicker .zsdatepickyear .zsicon-chevron-right:hover {
  background-color: #d8dbda;
}
.zsdatepicker .zsdatepickyear > span {
  float: left;
  display: block;
  width: 216px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}

.zsdatepickdate {
  display: block;
  float: left;
}
.zsdatepickdate table {
  width: 270px;
  margin: 8px;
}
.zsdatepickdate table th {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.zsdatepickdate table th span {
  padding: 0 0 8px;
  display: block;
  color: #222222;
}
.zsdatepickdate table td {
  border-radius: 50%;
}
.zsdatepickdate table td span {
  padding: 5px 5px;
  text-align: center;
  font-size: 13px;
  border-radius: 50px;
  width: 39px;
  height: 34px;
  line-height: 25px;
  display: block;
  color: #222222;
  font-weight: 500;
  cursor: pointer;
}
.zsdatepickdate table td:hover, .zsdatepickdate table td.active {
  background-color: #d8dbda;
}
.zsdatepickdate table td.disable:hover, .zsdatepickdate table td.disable:hover span {
  background-color: transparent;
  color: #d6d5d5;
}
.zsdatepickdate table td.disable span {
  color: #d6d5d5;
}

.zsdrdw {
  position: absolute;
  overflow: hidden;
  z-index: 99;
  top: 30px;
  box-shadow: none;
}
.zsdrdw.active {
  overflow: visible;
}
.zsdrdw.active ul {
  max-height: 135px;
  height: unset;
}
.zsdrdw.top {
  top: 20px;
}
.zsdrdw.h150 {
  max-height: 150px;
  overflow-y: auto;
}
.zsdrdw.show {
  display: block;
}
.zsdrdw.w230 {
  width: 230px;
}
.zsdrdw.w200 {
  width: 200px;
}
.zsdrdw.w150 {
  width: 150px;
}
.zsdrdw.w100 {
  width: 100px;
}
.zsdrdw.poright {
  right: 0;
}
.zsdrdw.poleft {
  left: 0;
}
.zsdrdw.potop {
  top: 0;
}
.zsdrdw.pobottom {
  bottom: 0;
}
.zsdrdw ul {
  border-radius: 5px;
  overflow: auto;
  height: 0;
  max-height: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
  transition: max-height 0.3s ease-out;
  box-shadow: 0px 0px 5px 1px rgba(106, 50, 209, 0.15);
}
.zsdrdw ul li {
  padding: 5px 10px;
  cursor: pointer;
  color: #222222;
  height: 35px;
  text-align: left;
}
.zsdrdw ul li:hover, .zsdrdw ul li.active {
  background-color: #f3f3ff;
}
.zsdrdw ul li span {
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  white-space: normal;
  display: block;
  text-overflow: ellipsis;
  width: calc(100% - 30px);
  float: left;
}
.zsdrdw ul li i {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #222222;
  float: left;
  line-height: 25px;
  margin-right: 9px;
}

.zstagclr span {
  font-size: 14px;
  width: 100%;
  float: left;
}
.zstagclr .zstgclpcot {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.zstagclr .zstgclpcot .zstgclrbx {
  width: 22px;
  height: 23px;
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
}
.zstagclr .zstgclpcot .zstgclrbx span {
  width: 14.5px;
  height: 14.5px;
  margin: 2.57px;
  display: block;
  position: relative;
  top: 0.8px;
  left: 0.5px;
  border-radius: 3px;
}

.zspwdfld {
  position: relative;
}
.zspwdfld span {
  font-size: 12px;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
  color: #444444;
}
.zspwdfld label {
  font-size: 16px;
  padding: 10px;
  display: block;
  border-radius: 5px;
  text-align: left;
  float: left;
  line-height: 30px;
}
.zspwdfld i {
  font-size: 18px;
  cursor: pointer;
  color: #c9d5df;
  display: block;
  float: right;
  margin: 0 0 0 10px;
  padding: 0;
}
.zspwdfld i:hover {
  color: #6a32d1;
}

.nodata {
  text-align: center;
  margin: 40px 0;
}
.nodata i {
  display: block;
  font-size: 40px;
  color: #929292;
}
.nodata span {
  display: block;
  font-size: 16px;
  color: #929292;
}

.wait {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
}
.wait i {
  font-size: 22px;
  position: relative;
  top: -2px;
}
.wait i.red {
  color: #fd3535;
}
.wait i.green {
  color: #0ed40e;
}
.wait i.yellow {
  color: #ffac15;
}
.wait i.default {
  color: #929292;
}
.wait.center {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.wait.left {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.wait.right {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
.wait.fld {
  top: 12px;
  right: 12px;
}
.wait div.ld {
  width: 3px;
  height: 18px;
  background-color: #6a32d1;
  display: block;
  float: left;
  margin-right: 4px;
}
.wait div.ld:first-child {
  -webkit-animation: 1s load infinite;
          animation: 1s load infinite;
}
.wait div.ld:nth-child(2) {
  -webkit-animation: 1s load infinite 0.2s;
          animation: 1s load infinite 0.2s;
}
.wait div.ld:nth-child(3) {
  -webkit-animation: 1s load infinite 0.4s;
          animation: 1s load infinite 0.4s;
  margin-right: 0;
}
@-webkit-keyframes load {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@keyframes load {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}

.zsdropbg {
  width: 100%;
  min-width: 150px;
  max-height: 165px;
  overflow-y: auto;
  top: 40px;
  background-color: #ffffff;
  z-index: 98;
  position: absolute;
  box-shadow: 1px 6px 10px 1px rgba(106, 50, 209, 0.14);
  display: none;
}
.zsdropbg li {
  padding: 1px 15px;
  cursor: pointer;
  border-radius: 2px;
  height: 40px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}
.zsdropbg li.active {
  background-color: #f3f3ff;
  color: #222222;
}
.zsdropbg li:hover {
  background-color: #f3f3ff;
  color: #222222;
}
.zsdropbg li:hover span {
  color: #222222;
}
.zsdropbg li span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.zsdropbgwico {
  width: 100%;
  min-width: 150px;
  max-height: 165px;
  overflow-y: auto;
  top: 40px;
  background-color: #ffffff;
  z-index: 98;
  position: absolute;
  box-shadow: 1px 6px 10px 1px rgba(106, 50, 209, 0.14);
  display: none;
}
.zsdropbgwico li {
  padding: 1px 15px;
  cursor: pointer;
  border-radius: 2px;
  height: 40px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}
.zsdropbgwico li.active {
  background-color: #f3f3ff;
  color: #222222;
}
.zsdropbgwico li:hover {
  background-color: #f3f3ff;
  color: #222222;
}
.zsdropbgwico li:hover span {
  color: #222222;
}
.zsdropbgwico li span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: calc(100% - 30px);
  float: left;
}
.zsdropbgwico li i {
  font-size: 20px;
  float: left;
  line-height: 40px;
  margin-right: 10px;
}

.zsdrdwsrc {
  max-height: 185px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  overflow: hidden;
  transition: 0.2s;
  position: absolute;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transform: translate(0px, -25px);
  transition: 0.2s ease;
}
.zsdrdwsrc.active {
  min-height: 100px;
  max-height: 185px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
  transform: translate(0px, 0px);
}
.zsdrdwsrc.timchg {
  height: 100px;
}
.zsdrdwsrc.left {
  left: 0;
  top: 45px;
}
.zsdrdwsrc.right {
  right: 0;
  top: 45px;
}
.zsdrdwsrc.smrt {
  top: 20px;
  right: 0;
}
.zsdrdwsrc .zsddsrc input {
  width: 100%;
  height: 35px;
  background-color: #fafafa;
  border: 0;
  border-radius: 0;
  padding: 0 30px 0 10px;
}
.zsdrdwsrc .zsddsrc i {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #969696;
  z-index: 99;
  padding: 0;
}
.zsdrdwsrc ul {
  overflow-y: auto;
  height: 100%;
}
.zsdrdwsrc ul li {
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zsdrdwsrc ul li:hover {
  background-color: #f3f3ff;
}

.cal_cntr {
  border-radius: 3px;
  text-align: center;
  z-index: 999;
  width: 250px;
  max-height: 367px;
  position: absolute;
  top: 45px;
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
}

.calbox {
  background-color: #ffffff;
}

.cal {
  border-collapse: collapse;
  font-size: 11px;
}

.cal_mnt {
  background-color: #ece1ff;
  color: #222222;
  font-size: 13px;
  border-radius: 3px 3px 0px 0px;
}

.cal_mnt .calarw {
  cursor: pointer;
  height: 38px;
  padding: 4px 10px;
}

.cal_mnt .calarw:hover {
  cursor: pointer;
  border-radius: 2px;
}

.cal_mnt .calarw.dsbl,
.cal_mnt .calarw.dsbl:hover {
  cursor: default;
}

.cal_mnt .calarw i {
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}

.cal_mnt .calarw.dsbl i {
  color: #a4a4a4;
  cursor: default;
}

.cal_mnt .calmnt {
  width: 70%;
  margin: auto;
  padding: 12px;
}

.cal_mnt a {
  padding: 0px 5px;
  cursor: pointer;
}

.cal th {
  color: #dad0cf;
  font-weight: 400;
  width: 30px;
  padding: 8px;
  font-size: 14px;
  color: #222222;
}

.cal td {
  border-collapse: collapse;
  color: #222222;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 500;
}

.cal td:hover {
  border-radius: 50%;
  background-color: #e3e3e3;
  transition: all 0.3s;
}

.cal td.dsbl {
  color: #cccccc;
}

.cal td.sel {
  background-color: #6a32d1;
  color: #fff;
  border-radius: 50%;
}

.cal td.chs {
  background-color: #6a32d1;
  color: #fff;
  border-radius: 50%;
}

.cal_time {
  border-top: 1px solid #f7f7f7;
  width: 100%;
  float: left;
  background-color: #ffffff;
}

.cal_time select {
  font-size: 12px;
  border: solid 1px #ddd;
  outline: none;
  padding: 3px;
}

.calmnt {
  border-collapse: collapse;
}

.calmnt td {
  border-collapse: collapse;
  color: #555;
  width: 30%;
  height: 45px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 5%;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}

.calmnt td:hover {
  border-radius: 5%;
  background-color: #e3e3e3;
  transition: all 0.3s;
}

.calmnt td.chs {
  background-color: #6a32d1;
  color: #fff;
}

.calmnt td.dsbl {
  color: #cccccc;
}

.calmnt td.dsbl:hover {
  background-color: transparent !important;
  cursor: default;
}

.calyr td {
  border-collapse: collapse;
  color: #222222;
  width: 25%;
  height: 45px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 5%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.calyr td:hover {
  border-radius: 5%;
  background-color: #e3e3e3;
  transition: all 0.3s;
}

.calyr td.sel {
  background-color: #6a32d1;
  color: #fff;
}

.calyr td.chs {
  background-color: #6a32d1;
  color: #fff;
}

.calyr td.dsbl {
  color: #cccccc;
}

.calyr td.dsbl:hover {
  background-color: transparent !important;
  cursor: default;
}

.cal_dtetme {
  background-color: #ebeff0;
  padding: 10px;
  font-size: 11px;
  color: #555;
}

.cal_btmcnt {
  background-color: #f2f5f8;
  padding: 10px;
  overflow: hidden;
}

.cal_num {
  border: 0;
  border-radius: 3px;
  padding: 5px 0px;
  width: 36px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  outline: none;
  color: #333333;
}

.cal_num_bx {
  height: 30px;
  width: 56px;
  border: 1px solid #ebebeb;
  margin: 10px 5px;
  border-radius: 3px;
  overflow: hidden;
}

.cal_num_btn {
  background-color: #f6fafb;
  border-top: 1px solid #f7f7f7;
  width: 100%;
  float: left;
  text-align: right;
  padding: 0 15px;
}

.cal_num_btn button.ok {
  margin: 10px 5px;
  padding: 4px 10px;
  background-color: #6a32d1;
  color: #ffffff;
  font-size: 13px;
  border-radius: 3px;
  border: 0;
}

.cal_num_btn button.cancel {
  margin: 10px 5px;
  padding: 4px 10px;
  background-color: #ebebeb;
  color: #333333;
  font-size: 13px;
  border-radius: 3px;
  border: 0;
}

.cal_timedrpdwn li {
  list-style: none;
}

.cal_timedrpdwn li a {
  padding: 5px 13px;
  display: block;
  cursor: pointer;
}

.cal_timedrpdwn li a:hover {
  display: block;
  cursor: pointer;
  color: #ff931d;
  background-color: #f3f2f2;
}

.zscaluparrow {
  height: 15px;
  width: 18px;
  cursor: pointer;
  position: absolute;
  top: 0px;
}

.zscaluparrow:hover,
.zscaldownarrow:hover {
  background-color: #dfceff;
}

.zscaluparrow i {
  color: #333333;
  position: relative;
  top: 0px;
  line-height: 15px;
  font-size: 12.5px;
}

.zscaldownarrow {
  height: 15px;
  width: 18px;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
}

.zscaldownarrow i {
  color: #333333;
  position: relative;
  top: -3px;
  line-height: 15px;
  font-size: 12.5px;
}

.zscaluparrow i:hover,
.zscaldownarrow i:hover {
  color: #6a32d1;
}

.zscaldownarrow.dsbl i,
.zscaluparrow.dsbl i,
.zscaldownarrow.dsbl:hover i,
.zscaluparrow.dsbl:hover i {
  opacity: 0.5;
  cursor: default;
}

.zscalarrowbx {
  width: 18px;
  height: 29px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.cal td.dis {
  cursor: default;
}

.cal td.dis2 {
  cursor: default;
  color: #d8d8d8;
}

.cal td:not(.dis):not(.dis2):hover {
  border-radius: 50%;
  background-color: #e3e3e3;
  transition: all 0.3s;
  color: #222222;
}

.cal td.dis:hover,
.cal td.dis2:hover,
.cal td.dsbl:hover {
  background-color: transparent !important;
  cursor: default;
}

.zstagcrt {
  width: 250px;
  min-height: 70px;
  max-height: 250px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  overflow: hidden;
  position: absolute;
  z-index: 999;
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.2s all;
  left: 0px;
  top: 40px;
}
.zstagcrt.active {
  visibility: visible;
  transform: translate(0, 3px);
  opacity: 1;
  z-index: 999;
}
.zstagcrt .top {
  bottom: 60px;
}
.zstagcrt .zstagsrc input {
  width: 100%;
  height: 35px;
  background-color: #fafafa;
  border-width: 0 0 1px;
  border-color: #e4e4e4;
  border-radius: 0;
  padding: 5px 35px 5px 15px;
  font-size: 14px;
}
.zstagcrt .zstagsrc i {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #969696;
  z-index: 99;
}
.zstagcrt ul {
  overflow-y: auto;
  max-height: 150px;
  border-bottom: 1px solid #ebebeb;
}
.zstagcrt ul li {
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 2px;
  color: #222222;
  text-align: left;
}
.zstagcrt ul li.active {
  background-color: #f3f3ff;
}
.zstagcrt ul li:hover {
  background-color: #f3f3ff;
}
.zstagcrt .zstacrtnw {
  color: #5398fd;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding: 8px 15px 10px;
}

.zsddrwn {
  position: relative;
  min-width: 150px;
}
.zsddrwn .zsddval {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
  position: relative;
  z-index: 99;
}
.zsddrwn .zsddval.brdout {
  border: 1px solid #6a32d1 !important;
}
.zsddrwn .zsddval.brd {
  border: 1px solid #ebebeb;
}
.zsddrwn .zsddval span {
  padding: 10px 10px 10px 10px;
  display: block;
  width: calc(100% - 30px);
  float: left;
  font-size: 15px;
  line-height: 18px;
}
.zsddrwn .zsddval i {
  font-size: 15px;
  display: block;
  float: left;
  transition: 0.1s all;
  width: 30px;
  height: 38px;
  text-align: center;
  line-height: 40px;
}
.zsddrwn .zsddlst {
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 98;
  top: 45px;
}
.zsddrwn .zsddlst.active {
  overflow: visible;
}
.zsddrwn .zsddlst.active ul {
  max-height: 135px;
  height: unset;
}
.zsddrwn .zsddlst ul {
  list-style: none;
  width: 100%;
  max-height: 0;
  transition: max-height 0.1s ease-out;
  height: 0;
  overflow: auto;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 82.8px 7.2px rgba(106, 50, 209, 0.15);
}
.zsddrwn .zsddlst ul li {
  padding: 8px;
  cursor: pointer;
  float: left;
  width: 100%;
  display: flex;
}
.zsddrwn .zsddlst ul li span {
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  float: left;
}
.zsddrwn .zsddlst ul li i {
  font-size: 18px;
  float: left;
  margin-right: 10px;
}
.zsddrwn .zsddlst ul li.active {
  color: #6a32d1;
}
.zsddrwn .zsddlst ul li:hover {
  background-color: #f3f3ff;
}

.zsdivier {
  height: 40px;
  width: 1px;
  background-color: #ebebeb;
}

.zsddrwnico {
  position: relative;
  width: 230px;
  display: flex;
  align-items: flex-start;
  margin: 5px 16px 5px 0;
}
.zsddrwnico .zsddvalico {
  width: 100%;
  height: 38px;
  cursor: pointer;
  background-color: #ffffff;
  position: relative;
  z-index: 99;
  border: 2px solid #ebebeb;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.zsddrwnico .zsddvalico span {
  padding: 11px 5px 11px;
  display: block;
  width: calc(100% - 65px);
  float: left;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zsddrwnico .zsddvalico i {
  font-size: 15px;
  display: block;
  float: left;
  transition: 0.2s all;
  width: 28px;
  height: 38px;
  text-align: center;
  line-height: 40px;
}
.zsddrwnico .zsddvalico .zsdpro {
  width: 40px;
  height: 38px;
  display: flex;
  justify-self: center;
  align-items: center;
}
.zsddrwnico .zsddvalico .zsdpro i {
  font-size: 20px;
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  margin: 12px 8px;
}
.zsddrwnico .zsddvalico .zsdpro img {
  width: 24px;
  height: 24px;
  margin: 12px 8px;
  border-radius: 50%;
}
.zsddrwnico .zsddvalico .zsdpro label {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #bdccd9;
  color: #768b9e;
  font-size: 12px;
  background-color: #efefef;
  padding: 4px;
  text-align: center;
  margin: 12px 8px;
}
.zsddrwnico .zsddlstico {
  width: 100%;
  height: 0px;
  position: absolute;
  overflow: hidden;
  transition: 0.1s all;
  z-index: 98;
  top: 40px;
}
.zsddrwnico .zsddlstico.active {
  overflow: visible;
}
.zsddrwnico .zsddlstico.active ul {
  max-height: 160px;
  height: unset;
}
.zsddrwnico .zsddlstico ul {
  list-style: none;
  width: calc(100% - 1px);
  margin-left: 1px;
  max-height: 0;
  transition: max-height 0.1s ease-out;
  overflow: auto;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 82.8px 7.2px rgba(106, 50, 209, 0.15);
}
.zsddrwnico .zsddlstico ul li {
  padding: 8px 12px 8px 13px;
  font-size: 14px;
  cursor: pointer;
  float: left;
  width: 100%;
}
.zsddrwnico .zsddlstico ul li.active {
  color: #6a32d1;
}
.zsddrwnico .zsddlstico ul li:hover {
  background-color: #f3f3ff;
}
.zsddrwnico .zsddlstico ul li span {
  width: calc(100% - 30px);
  float: left;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-left: 8px;
}
.zsddrwnico .zsddlstico ul li img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  float: left;
  margin-right: 6px;
}
.zsddrwnico .zsddlstico ul li i {
  font-size: 24px;
  float: left;
  margin-right: 6px;
}
.zsddrwnico .zsddlstico ul li label {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #bdccd9;
  color: #768b9e;
  font-size: 12px;
  float: left;
  margin-right: 6px;
  background-color: #efefef;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.btn {
  height: 45px;
  padding: 15px 25px;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.btn.md {
  height: 35px;
  font-size: 14px;
  padding: 5px 25px;
}
.btn.sm {
  height: 25px;
  font-size: 12px;
  padding: 5px 20px;
  line-height: 12px;
}
.btn.pri {
  background-color: #f84c74;
  border: 1px solid #f84c74;
  color: #ffffff;
  line-height: 12px;
}
.btn.pri:hover {
  box-shadow: 0px 12px 22.32px 1.68px rgba(235, 86, 110, 0.2);
}
.btn.whit {
  background-color: #ffffff;
  border: 1px solid #222222;
  color: #222222;
  line-height: 12px;
}
.btn.whit:hover {
  background-color: #222222;
  border: 1px solid #222222;
  color: #ffffff;
  box-shadow: 0px 12px 22.32px 1.68px rgba(235, 86, 110, 0.2);
}
.btn.sec {
  background-color: #ffffff;
  border: 1px solid #f84c74;
  color: #f84c74;
  line-height: 12px;
}
.btn.sec:hover {
  color: #ffffff;
  background-color: #f84c74;
  border: 1px solid #f84c74;
  box-shadow: 0px 12px 22.32px 1.68px rgba(235, 86, 110, 0.2);
}
.btn.outbtn {
  color: #f84c74;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.btn.outbtn.blue {
  color: #5398fd;
}
.btn.blubtn {
  background-color: transparent;
  color: #3fb3dc;
  border: 0;
  font-weight: 500;
}

.btni {
  height: 45px;
  padding: 15px 20px;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.btni.md {
  height: 35px;
  font-size: 14px;
  padding: 5px 10px;
}
.btni.sm {
  height: 25px;
  font-size: 12px;
  padding: 5px 20px;
  line-height: 12px;
}
.btni.pri {
  background-color: #f84c74;
  border: 1px solid #f84c74;
  color: #ffffff;
  line-height: 12px;
}
.btni.pri:hover {
  box-shadow: 0px 12px 22.32px 1.68px rgba(235, 86, 110, 0.2);
}
.btni.sec {
  background-color: #ffffff;
  border: 1px solid #f84c74;
  color: #f84c74;
  line-height: 12px;
}
.btni.sec:hover {
  color: #ffffff;
  background-color: #f84c74;
  border: 1px solid #f84c74;
  box-shadow: 0px 12px 22.32px 1.68px rgba(235, 86, 110, 0.2);
}
.btni i {
  font-size: 18px;
  margin-right: 10px;
  float: left;
  line-height: 1.25;
}
.btni span {
  line-height: 1.6;
}

.zsinlnk {
  color: #f84c74;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.zslnkbtn {
  font-size: 16px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin: 15px 40px;
  border: 0;
}
.zslnkbtn.md {
  font-size: 14px;
  margin: 5px 30px;
}
.zslnkbtn.sm {
  font-size: 12px;
  margin: 5px 20px;
}
.zslnkbtn.pik {
  color: #f84c74;
}
.zslnkbtn.blk {
  color: #333333;
}

.zssvebtn {
  height: 45px;
  padding: 10px 40px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: #f84c74;
  border: 1px solid #f84c74;
  color: #ffffff;
}
.zssvebtn .zssveani {
  float: left;
  text-align: left;
  height: 18px;
  padding: 0;
  width: 0px;
  overflow: hidden;
  transition: 0.4s all;
  position: relative;
}
.zssvebtn .zssveani.shw {
  width: 35px;
}
.zssvebtn .zssvetxt {
  float: left;
}
.zssvebtn .zssvetxt span {
  font-size: 16px;
}
.zssvebtn .zssvelod {
  width: 100%;
  height: 18px;
  display: none;
  opacity: 0;
}
.zssvebtn .zssvelod.sld {
  display: block;
  opacity: 1;
  transition: 0.2s ease;
}
.zssvebtn .zssvelod.sld span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
  position: relative;
  opacity: 0.25;
  display: inline-block;
  top: -1px;
}
.zssvebtn .zssvelod.sld span:first-child {
  -webkit-animation: dtone 1s infinite linear;
          animation: dtone 1s infinite linear;
}
.zssvebtn .zssvelod.sld span:nth-child(2) {
  -webkit-animation: dttwo 1s infinite linear;
          animation: dttwo 1s infinite linear;
}
.zssvebtn .zssvelod.sld span:last-child {
  -webkit-animation: dtthree 1s infinite linear;
          animation: dtthree 1s infinite linear;
}
@-webkit-keyframes dtone {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dtone {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes dttwo {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@keyframes dttwo {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@-webkit-keyframes dtthree {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes dtthree {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.zssvebtn .zssvetik {
  width: 15px;
  height: 18px;
  margin: 0 auto;
  visibility: hidden;
}
.zssvebtn .zssvetik.stik {
  visibility: visible;
}
.zssvebtn .zssvetik span {
  transform: scaleX(-1) rotate(135deg);
  top: 10px;
  width: 5px;
  height: 10px;
  transform-origin: left top;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  display: block;
  margin: 0 auto;
  position: absolute;
}
.zssvebtn .zssvetik span.tik {
  -webkit-animation: 1s zinkchanim ease;
          animation: 1s zinkchanim ease;
}
@-webkit-keyframes zinkchanim {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 5px;
    opacity: 1;
  }
  40% {
    height: 10px;
    width: 5px;
    opacity: 1;
  }
  100% {
    height: 10px;
    width: 5px;
    opacity: 1;
  }
}
@keyframes zinkchanim {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 5px;
    opacity: 1;
  }
  40% {
    height: 10px;
    width: 5px;
    opacity: 1;
  }
  100% {
    height: 10px;
    width: 5px;
    opacity: 1;
  }
}

@font-face {
  font-family: "zsicon";
  src: url("../fonts/zsfont-icon.eot");
  src: url("../fonts/zsfont-icon.eot") format("embedded-opentype"), url("../fonts/zsfont-icon.woff") format("woff"), url("../fonts/zsfont-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=zsicon-],
[class*=" zsicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "zsicon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zsicon-campaings-icon:before {
  content: "\e988";
}

.zsicon-campaings-icon:after {
  content: "\e994";
  margin-left: -1em;
}

.zsicon-add-domain:before {
  content: "\e995";
}

.zsicon-add-domain:after {
  content: "\e99e";
  margin-left: -1em;
}

.zsicon-filter-icon:before {
  content: "\e99f";
}

.zsicon-manage-workspace:before {
  content: "\e986";
}

.zsicon-manage-workspace:after {
  content: "\e987";
  margin-left: -1em;
}

.zsicon-megaphone:before {
  content: "\e985";
}

.zsicon-sign-out:before {
  content: "\e984";
}

.zsicon-medal:before {
  content: "\e983";
}

.zsicon-conversion-thin:before {
  content: "\e981";
}

.zsicon-conversion-thin:after {
  content: "\e982";
  margin-left: -1em;
}

.zsicon-home:before {
  content: "\e97f";
}

.zsicon-home:after {
  content: "\e980";
  margin-left: -1em;
}

.zsicon-upgrade:before {
  content: "\e97d";
}

.zsicon-upgrade:after {
  content: "\e97e";
  margin-left: -1em;
}

.zsicon-conversion:before {
  content: "\e97b";
}

.zsicon-conversion:after {
  content: "\e97c";
  margin-left: -1em;
}

.zsicon-star-fill:before {
  content: "\e977";
}

.zsicon-lock-closed:before {
  content: "\e978";
}

.zsicon-back-last:before {
  content: "\e96e";
}

.zsicon-utm-txt:before {
  content: "\e96d";
}

.zsicon-no-image:before {
  content: "\e902";
  color: #bdccd9;
  position: relative;
  z-index: 99;
}

.zsicon-no-image:after {
  content: "\e91b";
  margin-left: -1em;
  color: #efefef;
}

.zsicon-no-link-image:before {
  content: "\e952";
  color: #bdccd9;
  position: relative;
  z-index: 99;
}

.zsicon-no-link-image:after {
  content: "\e96c";
  margin-left: -1em;
  color: #efefef;
}

.zsicon-export:before {
  content: "\e90b";
}

.zsicon-import:before {
  content: "\e91d";
}

.zsicon-dot-circle:before {
  content: "\e925";
}

.zsicon-bot:before {
  content: "\e93f";
}

.zsicon-bot:after {
  content: "\e94f";
  margin-left: -1em;
}

.zsicon-eye-off:before {
  content: "\e94d";
}

.zsicon-circle-warning:before {
  content: "\e905";
}

.zsicon-minus-circle:before {
  content: "\e936";
}

.zsicon-under-constrution:before {
  content: "\e958";
}

.zsicon-under-constrution:after {
  content: "\e959";
  margin-left: -1em;
}

.zsicon-utm:before {
  content: "\e92f";
}

.zsicon-utm:after {
  content: "\e95d";
  margin-left: -1em;
}

.zsicon-smart-link:before {
  content: "\e91c";
}

.zsicon-smart-link:after {
  content: "\e97a";
  margin-left: -1em;
}

.zsicon-setting:before {
  content: "\e92b";
}

.zsicon-dashboard:before {
  content: "\e94b";
}

.zsicon-split-link:before {
  content: "\e95a";
}

.zsicon-split-link:after {
  content: "\e979";
  margin-left: -1em;
}

.zsicon-report:before {
  content: "\e95b";
}

.zsicon-app-link:before {
  content: "\e95c";
}

.zsicon-app-link:after {
  content: "\e976";
  margin-left: -1em;
}

.zsicon-notification:before {
  content: "\e95f";
}

.zsicon-notification:after {
  content: "\e963";
  margin-left: -1em;
}

.zsicon-workspace:before {
  content: "\e964";
}

.zsicon-workspace:after {
  content: "\e965";
  margin-left: -1em;
}

.zsicon-email:before {
  content: "\e966";
}

.zsicon-email:after {
  content: "\e967";
  margin-left: -1em;
}

.zsicon-webhook:before {
  content: "\e968";
}

.zsicon-webhook:after {
  content: "\e969";
  margin-left: -1em;
}

.zsicon-check:before {
  content: "\e957";
}

.zsicon-schedule-target:before {
  content: "\e9a8";
}

.zsicon-schedule-target:after {
  content: "\e9b1";
  margin-left: -1em;
}

.zsicon-data-transfer:before {
  content: "\e9a6";
}

.zsicon-data-transfer:after {
  content: "\e9a7";
  margin-left: -1em;
}

.zsicon-locations-target:before {
  content: "\e9a9";
}

.zsicon-locations-target:after {
  content: "\e9aa";
  margin-left: -1em;
}

.zsicon-alias-domain:before {
  content: "\e9ab";
}

.zsicon-alias-domain:after {
  content: "\e9ac";
  margin-left: -1em;
}

.zsicon-language-target:before {
  content: "\e9ad";
}

.zsicon-language-target:after {
  content: "\e9ae";
  margin-left: -1em;
}

.zsicon-domain:before {
  content: "\e9af";
}

.zsicon-domain:after {
  content: "\e9b0";
  margin-left: -1em;
}

.zsicon-workflow:before {
  content: "\e9b3";
}

.zsicon-workflow:after {
  content: "\e9b4";
  margin-left: -1em;
}

.zsicon-channels:before {
  content: "\e9b7";
}

.zsicon-channels:after {
  content: "\e9b8";
  margin-left: -1em;
}

.zsicon-bar-chart:before {
  content: "\e98a";
}

.zsicon-bar-chart:after {
  content: "\e98b";
  margin-left: -1em;
}

.zsicon-link-share:before {
  content: "\e98c";
  z-index: 9;
  position: relative;
}

.zsicon-link-share:after {
  content: "\e98d";
  margin-left: -1em;
}

.zsicon-weightage:before {
  content: "\e98e";
}

.zsicon-weightage:after {
  content: "\e98f";
  margin-left: -1em;
}

.zsicon-random:before {
  content: "\e990";
}

.zsicon-random:after {
  content: "\e991";
  margin-left: -1em;
}

.zsicon-cyclic:before {
  content: "\e992";
}

.zsicon-cyclic:after {
  content: "\e993";
  margin-left: -1em;
}

.zsicon-device-target:before {
  content: "\e996";
}

.zsicon-device-target:after {
  content: "\e997";
  margin-left: -1em;
}

.zsicon-label:before {
  content: "\e998";
}

.zsicon-label:after {
  content: "\e999";
  margin-left: -1em;
}

.zsicon-user:before {
  content: "\e99a";
}

.zsicon-user:after {
  content: "\e99b";
  margin-left: -1em;
}

.zsicon-targets:before {
  content: "\e99c";
}

.zsicon-targets:after {
  content: "\e99d";
  margin-left: -1em;
}

.zsicon-qr:before {
  content: "\e9a0";
}

.zsicon-qr:after {
  content: "\e9a1";
  margin-left: -1em;
}

.zsicon-file:before {
  content: "\e9a2";
}

.zsicon-file:after {
  content: "\e9a3";
  margin-left: -1em;
}

.zsicon-api:before {
  content: "\e9a4";
}

.zsicon-api:after {
  content: "\e9a5";
  margin-left: -1em;
}

.zsicon-shuffle:before {
  content: "\e989";
}

.zsicon-calendar-range:before {
  content: "\e975";
}

.zsicon-harddisk:before {
  content: "\e974";
}

.zsicon-chevron-double-left:before {
  content: "\e970";
}

.zsicon-chevron-double-right:before {
  content: "\e971";
}

.zsicon-chevron-double-up:before {
  content: "\e972";
}

.zsicon-chevron-double-down:before {
  content: "\e973";
}

.zsicon-star:before {
  content: "\e962";
}

.zsicon-tune:before {
  content: "\e961";
}

.zsicon-file-word:before {
  content: "\e950";
}

.zsicon-account-remove:before {
  content: "\e951";
}

.zsicon-account-remove-outline:before {
  content: "\e952";
}

.zsicon-arrow-down:before {
  content: "\e953";
}

.zsicon-arrow-up:before {
  content: "\e954";
}

.zsicon-arrow-left:before {
  content: "\e955";
}

.zsicon-arrow-right:before {
  content: "\e956";
}

.zsicon-download:before {
  content: "\e94e";
}

.zsicon-eye-off:before {
  content: "\e94d";
}

.zsicon-alert:before {
  content: "\e900";
}

.zsicon-alert:after {
  content: "\e95e";
  margin-left: -1em;
}

.zsicon-refresh:before {
  content: "\e901";
}

.zsicon-apps:before {
  content: "\e903";
}

.zsicon-link-variant:before {
  content: "\e904";
}

.zsicon-information-outline:before {
  content: "\e906";
}

.zsicon-cloud-upload:before {
  content: "\e907";
}

.zsicon-close-circle:before {
  content: "\e908";
}

.zsicon-check-circle:before {
  content: "\e909";
}

.zsicon-check-circle:after {
  content: "\e90a";
  margin-left: -1em;
}

.zsicon-account-plus:before {
  content: "\e90c";
}

.zsicon-camera:before {
  content: "\e90d";
}

.zsicon-upload:before {
  content: "\e90e";
}

.zsicon-google-chrome:before {
  content: "\e90f";
}

.zsicon-amazon:before {
  content: "\e910";
}

.zsicon-cast:before {
  content: "\e911";
}

.zsicon-apple-ios:before {
  content: "\e912";
}

.zsicon-ubuntu:before {
  content: "\e913";
}

.zsicon-linux:before {
  content: "\e914";
}

.zsicon-microsoft-windows:before {
  content: "\e915";
}

.zsicon-newspaper:before {
  content: "\e916";
}

.zsicon-crosshairs-question:before {
  content: "\e917";
}

.zsicon-gamepad-square-outline:before {
  content: "\e918";
}

.zsicon-glasses:before {
  content: "\e919";
}

.zsicon-television:before {
  content: "\e91a";
}

.zsicon-cloud-upload-outline:before {
  content: "\e91d";
}

.zsicon-calendar:before {
  content: "\e91e";
}

.zsicon-eye:before {
  content: "\e91f";
}

.zsicon-minus:before {
  content: "\e920";
}

.zsicon-laptop-mac:before {
  content: "\e921";
}

.zsicon-tablet-ipad:before {
  content: "\e922";
}

.zsicon-cellphone:before {
  content: "\e923";
}

.zsicon-delete:before {
  content: "\e924";
}

.zsicon-delete:after {
  content: "\e960";
  margin-left: -1em;
}

.zsicon-keyboard-backspace:before {
  content: "\e926";
}

.zsicon-note-text-outline:before {
  content: "\e927";
}

.zsicon-package-up:before {
  content: "\e928";
}

.zsicon-package-down:before {
  content: "\e929";
}

.zsicon-content-save:before {
  content: "\e92a";
}

.zsicon-account:before {
  content: "\e92c";
}

.zsicon-apple:before {
  content: "\e92d";
}

.zsicon-android:before {
  content: "\e92e";
}

.zsicon-clock-outline:before {
  content: "\e930";
}

.zsicon-menu-up:before {
  content: "\e931";
}

.zsicon-menu-right:before {
  content: "\e932";
}

.zsicon-menu-left:before {
  content: "\e933";
}

.zsicon-menu-down:before {
  content: "\e934";
}

.zsicon-chart-areaspline:before {
  content: "\e935";
}

.zsicon-chart-areaspline:after {
  content: "\e96a";
  margin-left: -1em;
}

.zsicon-fingerprint:before {
  content: "\e937";
}

.zsicon-layers:before {
  content: "\e938";
}

.zsicon-layers:after {
  content: "\e96b";
  margin-left: -1em;
}

.zsicon-close:before {
  content: "\e939";
}

.zsicon-chevron-up:before {
  content: "\e93a";
}

.zsicon-chevron-right:before {
  content: "\e93b";
}

.zsicon-chevron-left:before {
  content: "\e93c";
}

.zsicon-chevron-down:before {
  content: "\e93d";
}

.zsicon-magnify:before {
  content: "\e93e";
}

.zsicon-archive:before {
  content: "\e940";
}

.zsicon-archive:after {
  content: "\e96f";
  margin-left: -1em;
}

.zsicon-heart:before {
  content: "\e941";
}

.zsicon-heart-outline:before {
  content: "\e942";
}

.zsicon-plus:before {
  content: "\e943";
}

.zsicon-content-copy:before {
  content: "\e944";
}

.zsicon-dots-vertical:before {
  content: "\e945";
}

.zsicon-dots-horizontal:before {
  content: "\e946";
}

.zsicon-chart-bar:before {
  content: "\e947";
}

.zsicon-lock-open-variant-outline:before {
  content: "\e948";
}

.zsicon-lock-outline:before {
  content: "\e949";
}

.zsicon-share-variant:before {
  content: "\e94a";
}

.zsicon-pencil:before {
  content: "\e94c";
  z-index: 99;
}

.zsicon-spin:before {
  -webkit-animation: zsicon-spin 2s infinite linear;
  animation: zsicon-spin 2s infinite linear;
  display: block;
}

@-webkit-keyframes zsicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes zsicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, ::after, ::before {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%; /*--padding-right:15px;padding-left:15px--*/
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
.zspopupbg {
  width: 100%;
  height: 100%;
  background-color: rgba(142, 142, 142, 0.521);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1799;
  transition: 0.2s all;
}

.zsfltrbg {
  width: 100%;
  height: 100%;
  background-color: rgba(142, 142, 142, 0.521);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 992;
  transition: 0.2s all;
}

@-webkit-keyframes popbgani {
  0% {
    width: 0;
    height: 0;
    border-radius: 0 0 100% 0;
  }
  50% {
    width: 50%;
    height: 50%;
    border-radius: 0 0 100% 0;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

@keyframes popbgani {
  0% {
    width: 0;
    height: 0;
    border-radius: 0 0 100% 0;
  }
  50% {
    width: 50%;
    height: 50%;
    border-radius: 0 0 100% 0;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.zspopupnw {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1800;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.zspopupnw.chart {
  visibility: hidden;
  display: unset !important;
}
.zspopupnw.chart.show {
  opacity: 1;
  visibility: visible !important;
}
.zspopupnw.chart.show .zspopupinr {
  transform: translate(0, 0);
}
.zspopupnw .zxxlg {
  width: 95%;
}
.zspopupnw .zxlg {
  width: 70%;
}
.zspopupnw .zlg {
  width: 60%;
  min-width: 950px;
}
.zspopupnw .zxmd {
  width: 55%;
  min-width: 900px;
}
.zspopupnw .zmd {
  width: 50%;
  min-width: 840px;
}
.zspopupnw .zxsm {
  width: 40%;
  min-width: 500px;
}
.zspopupnw .zsm {
  width: 30%;
  min-width: 500px;
}
.zspopupnw.show {
  opacity: 1;
}
.zspopupnw.show .zspopupinr {
  transform: translate(0, 0);
}
.zspopupnw .zspopupinr {
  margin: 1.75rem auto;
  height: calc(100% - 3.5em);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  max-width: 1600px;
}
.zspopupnw .zsppupcont {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 41.85px 3.15px rgba(106, 50, 209, 0.15);
  width: 100%;
  float: left;
  position: relative;
  z-index: 999;
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
}
.zspopupnw .zsppupcont .zsppuptit {
  padding: 20px 30px 10px;
  width: 100%;
}
.zspopupnw .zsppupcont .zsppuptit .pbckbtn {
  float: left;
  font-size: 24px;
  line-height: 1.2;
  margin-right: 8px;
}
.zspopupnw .zsppupcont .zsppuptit h1 {
  font-size: 18px;
  font-weight: 500;
  float: left;
  line-height: 30px;
  margin-bottom: 10px;
}
.zspopupnw .zsppupcont .zsppuptit i.zsicon-close {
  font-size: 28px;
  float: right;
  cursor: pointer;
}
.zspopupnw .zsppupcont .zsppuptit i.zsicon-arrow-left {
  font-size: 26px;
  float: left;
  cursor: pointer;
  margin-right: 10px;
}
.zspopupnw .zsppupcont .zsppupbody {
  width: 100%;
  float: left;
  min-height: 180px;
  padding: 5px 30px 15px;
}

.zsbrdcrum {
  padding: 25px 20px 10px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ebebeb;
  background-color: #ffffff;
  z-index: 9;
  position: relative;
}
.zsbrdcrum .zsbrdurl {
  color: #222222;
  border-right: 1px solid #ebebeb;
  padding-right: 20px;
  height: 40px;
  line-height: 35px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.zsbrdcrum .zsbrdurl span {
  cursor: pointer;
}
.zsbrdcrum .zsbrdurl span i {
  position: relative;
  top: 2px;
  display: inline-block;
  transition: 0.4s all;
  line-height: 27px;
  font-size: 16px;
}
.zsbrdcrum .zsbrdurl.dot:before {
  content: "";
  width: 10px;
  height: 20px;
  display: block;
  border-radius: 0 25px 25px 0;
  background-color: #f84c74;
  position: absolute;
  top: 8px;
  left: -22px;
}
.zsbrdcrum .zslinkcout {
  line-height: 40px;
  padding: 0 20px;
}
.zsbrdcrum .zslinkcout.brd {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.zsbrdcrum .zslinkcout .count {
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.zsbrdcrum .zslinkcout .lbl {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding-left: 5px;
  position: relative;
  top: 1px;
}

.zssubmenu {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  flex-flow: column;
}
.zssubmenu ul {
  display: flex;
  padding: 0 10px;
}
.zssubmenu ul li {
  padding: 15px 0;
  margin: 0 15px;
  position: relative;
}
.zssubmenu ul li:after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #f84c74;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
  transition: 0.2s width ease-in;
}
.zssubmenu ul li.active:after {
  width: 100%;
}
.zssubmenu ul li:hover:after {
  width: 100%;
}
.zssubmenu ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #333333;
}
.zssubmenu ul li a:hover {
  color: #f84c74;
}
.zssubmenu ul li.active a {
  color: #f84c74;
}

.zsfltrview {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  flex-flow: column;
  padding: 0 25px;
}

.zslst {
  transition: 0.2s all;
}

.zslstdv {
  transition: 0.2s all;
  box-shadow: -7px 12px 29.12px 2.88px rgba(21, 21, 21, 0.08);
  background-color: #ffffff;
}
.zslstdv.close {
  width: 0 !important;
  overflow: hidden !important;
}

.zslistview {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 8;
}

.zslistul {
  width: 100%;
  height: calc(100% - 50px);
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f9f9f9;
}
.zslistul li {
  width: 100%;
  padding: 3px 2.5%;
  cursor: pointer;
  position: relative;
  border-radius: 0px;
  display: flex;
  align-items: center;
}
.zslistul li.fakelod {
  flex-flow: column;
}
.zslistul li.lblst {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
}
.zslistul li.lblst.hover {
  background-color: #e2e2e2;
}
.zslistul li:hover, .zslistul li.active {
  background-color: #ffffff;
}
.zslistul li:hover .zslitusdet, .zslistul li.active .zslitusdet {
  visibility: visible;
  opacity: 1;
}
.zslistul li:hover .zsedop {
  visibility: visible;
}
.zslistul li.active .zslisturl .sorturl {
  color: #f84c74;
}
.zslistul li .zslistch {
  width: 28px;
  height: 90px;
  padding: 27px 5px 10px 5px;
  box-sizing: border-box;
}
.zslistul li .zslistfico {
  width: 30px;
  height: 90px;
  padding: 27px 5px 10px 5px;
  box-sizing: border-box;
  position: relative;
}
.zslistul li .zslistfico img {
  width: 20px;
  margin: 0 auto;
}
.zslistul li .zslistfav {
  width: 26px;
  height: 90px;
  padding: 29px 5px 10px;
}
.zslistul li .zslistfav i {
  font-size: 16px;
}
.zslistul li .zslistfav i.zsicon-heart {
  color: #f84c74;
}
.zslistul li .zslistfav i.zsicon-heart-outline {
  color: #959595;
}
.zslistul li .zsliturltp {
  width: 24px;
  height: 90px;
  display: flex;
  align-items: center;
}
.zslistul li .zsliturltp i {
  font-size: 20px;
}
.zslistul li .zslisturl {
  width: calc(100% - 220px);
  padding: 25px 10px 25px 5px;
}
.zslistul li .zslisturl .sorturl {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 20px;
  margin-bottom: 5px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zslistul li .zslisturl .sorturl .verify {
  font-size: 14px;
}
.zslistul li .zslisturl .sorturl .verify.chek i {
  color: #00e895;
}
.zslistul li .zslisturl .sorturl .verify.unchek i {
  color: #fd486b;
}
.zslistul li .zslisturl .sorturl .verify i {
  font-size: 16px;
}
.zslistul li .zslisturl .fullurl {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #222222;
  width: 60%;
}
.zslistul li .zslisturl .fullurl span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.zslistul li .zslistclk {
  position: absolute;
  top: 30px;
  right: 30px;
}
.zslistul li .zslistclk span {
  color: #262626;
  font-size: 12px;
}
.zslistul li .zslistedar {
  position: absolute;
  top: 5px;
  right: 5%;
  display: none;
}
.zslistul li .zslistedar i {
  font-size: 16px;
  padding: 5px;
  float: left;
  margin-top: 20px;
  color: #444444;
}
.zslistul li .zslitusdet {
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: 1s all;
}
.zslistul li .zslitusdet.wfav {
  left: 60px;
}
.zslistul li .zslitusdet span {
  color: #929292;
  font-size: 12px;
}
.zslistul li .zslitusdet span i {
  margin-right: 5px;
}
.zslistul .zsedop {
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  padding-right: 20px;
  z-index: 9;
}
.zslistul .zsedop a {
  float: left;
  position: relative;
  top: calc(50% - 9px);
}
.zslistul .zsedop a i {
  font-size: 22px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.zslistitle {
  width: 60%;
}
.zslistitle .fav {
  width: 35px;
  height: 35px;
  float: left;
  margin: 7px 0px 5px 0;
}
.zslistitle .fav img {
  display: block;
  width: 100%;
}
.zslistitle .fav i {
  font-size: 30px;
  line-height: unset;
  cursor: unset;
}
.zslistitle .fav i:hover {
  cursor: unset;
  color: #222222;
}
.zslistitle div.lnk,
.zslistitle a.lnk {
  float: left;
  font-size: 22px;
  font-weight: 500;
  padding: 12px 15px;
  color: #f84c74;
  max-width: calc(100% - 70px);
}
.zslistitle div.lnk:hover,
.zslistitle a.lnk:hover {
  color: #f84c74;
}
.zslistitle div.lnk span,
.zslistitle a.lnk span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.zslistitle .tgnme {
  float: left;
  font-size: 22px;
  font-weight: 500;
  padding: 12px 10px;
  color: #262626;
  max-width: calc(100% - 70px);
}
.zslistitle .tgnme span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.zslistitle i {
  font-size: 24px;
  line-height: 46px;
  cursor: pointer;
  color: #222222;
}
.zslistitle i:hover {
  color: #222222;
}
.zslistitle .bckbtn {
  font-size: 28px;
  color: #262626;
}

.zslinknam {
  width: 100%;
  float: left;
}
.zslinknam:hover i {
  visibility: visible;
}
.zslinknam span {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zslinknam i {
  display: block;
  margin: -1px 10px 0;
  float: left;
  font-size: 20px;
  cursor: pointer;
  visibility: hidden;
}

.zslistopt {
  margin-top: 5px;
}
.zslistopt a,
.zslistopt .spamopt {
  color: #222222;
  padding: 10px 13px;
  display: block;
  line-height: 18px;
  height: 35px;
}
.zslistopt a.active,
.zslistopt .spamopt.active {
  background-color: #ffffff;
  color: #6a32d1;
  box-shadow: 0px 12px 41.85px 3.15px rgba(106, 50, 209, 0.15);
  z-index: 99;
  position: relative;
}
.zslistopt a:hover,
.zslistopt .spamopt:hover {
  z-index: 99;
  position: relative;
}
.zslistopt a.setclr,
.zslistopt .spamopt.setclr {
  color: #6a32d1;
}
.zslistopt > div {
  border-right: 1px solid #ebebeb;
}
.zslistopt > div:last-child {
  border-right: 1px solid transparent;
}
.zslistopt > div:first-child {
  border-left: 1px solid #ebebeb;
}
.zslistopt i {
  color: #222222;
  font-size: 22px;
  margin: 0px 1px;
  cursor: pointer;
  padding: 6.5px;
  box-sizing: border-box;
  display: block;
}
.zslistopt i:hover, .zslistopt i.active {
  color: #222222;
}
.zslistopt i.active {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  border-radius: 2px;
}
.zslistopt i.pwset {
  color: #6a32d1;
}
.zslistopt i.fav {
  margin-top: 5px;
  font-size: 16px !important;
  color: #f84c74 !important;
}
.zslistopt .zslistopdrw {
  width: 350px;
  right: 0;
  position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  transform: translate(0px, -20px);
  visibility: hidden;
  border-radius: 2px;
  text-align: center;
  z-index: 99;
  padding-top: 10px;
  transition: 0.2s all;
}
.zslistopt .zslistopdrw.active {
  transform: translate(0px, 1px);
  visibility: visible;
}
.zslistopt .zslistopdrw h1 {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  margin: 10px 0;
  padding: 0 28px;
  text-align: left;
}
.zslistopt .zslistopdrw p {
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  margin: 10px 0;
  padding: 0 28px;
  text-align: left;
}

.zsdetlstit {
  width: calc(100% - 110px);
  float: left;
}

.zslisturltit {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #222222;
  width: 100%;
  float: left;
}
.zslisturltit:hover i {
  visibility: visible;
}
.zslisturltit span {
  max-width: 80%;
  display: block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zslisturltit i {
  font-size: 20px;
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
  top: -2px;
  margin-left: 10px;
  visibility: hidden;
}

.zsprcstats {
  float: left;
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  height: 22px;
}
.zsprcstats i {
  margin-right: 5px;
  font-size: 14px;
}
.zsprcstats span {
  color: #606060;
  font-size: 10px;
}
.zsprcstats.progrs {
  border: 1px solid #0eb0e4;
  background-color: #e8f9ff;
}
.zsprcstats.progrs i {
  color: #0eb0e4;
}
.zsprcstats.medl {
  border: 1px solid #ff8d0e;
  background-color: #fff5ea;
}
.zsprcstats.medl i {
  color: #ff8d0e;
}

.zslisturlfull {
  font-size: 12px;
  color: #262626;
  line-height: 20px;
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-decoration: none;
}
.zslisturlfull:hover {
  color: #f84c74;
  cursor: pointer;
}

.zsdetlstqr {
  width: 110px;
  float: left;
  text-align: center;
  border-left: 1px solid #ebebeb;
}

.zsqrcinr {
  width: 95px;
  margin: 0 auto;
  position: relative;
}
.zsqrcinr:hover .zsqropt {
  bottom: 0;
}
.zsqrcinr img {
  width: 95px;
  height: 95px;
}
.zsqrcinr .zsqropt {
  width: 95px;
}
.zsqrcinr .zsqropt .zsqrbtn {
  width: 100%;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}
.zsqrcinr .zsqropt .zsqrbtn > i {
  color: #262626;
  font-size: 14px;
  display: inline-block;
}
.zsqrcinr .zsqropt .zsqrbtn > span {
  font-size: 12px;
  width: 75px;
  text-align: left;
}
.zsqrcinr .zsqropt .zsqrbtn .zsqrdwnopt {
  box-shadow: 0px 0px 5px 1px rgba(106, 50, 209, 0.15);
  padding: 12px 7px;
  background-color: #ffffff;
  width: 280px;
  position: absolute;
  top: 25px;
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  border-radius: 2px;
  cursor: default;
  transform: translate(0, -15px);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
}
.zsqrcinr .zsqropt .zsqrbtn .zsqrdwnopt.open {
  visibility: visible;
  transform: translate(0, 0);
  opacity: 1;
}
.zsqrcinr .zsqropt .zsqrbtn .zsqrdwnopt .zsqrdwbtn span {
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
}
.zsqrcinr .zsqropt .zsqrbtn .zsqrdwnopt .zsqrdwbtn button {
  border: 1px solid transparent;
  padding: 3px 4px;
  border-radius: 2px;
  margin: 0 2px;
  height: 22px;
}
.zsqrcinr .zsqropt .zsqrbtn .zsqrdwnopt .zsqrdwbtn button:hover {
  color: #6a32d1;
  border: 1px solid #6a32d1;
}
.zsqrcinr .zsqropt .zsqrbtn .zsqrdwnopt .zsqrdwbtn button:disabled {
  cursor: not-allowed;
  border: 1px solid transparent;
  color: #acacac;
}
.zsqrcinr .zsqropt .zsqrbtn .zsqrdwnopt .zsqrdwbtn:first-child {
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
}
.zsqrcinr .zsqropt .zsqrbtn .zsqrdwnopt .zsqrdwbtn:nth-child(2) {
  padding: 0 0 0 10px;
}

.zstrgclk {
  width: 140px;
  float: left;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 18px 0;
}
.zstrgclk h1 {
  color: #5398fd;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 8px;
}
.zstrgclk span {
  font-size: 14px;
  color: #333333;
}

.zslisturldat {
  margin: 5px 0 0px;
  font-size: 14px;
}
.zslisturldat span {
  color: #222222;
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
}
.zslisturldat span.bold {
  color: #222222;
  font-weight: 500;
}

.zslislbnt .lblico {
  width: 30px;
  height: 30px;
  float: left;
}
.zslislbnt .lblico i {
  font-size: 20px;
  display: block;
  margin: 5px 10px 5px 0;
  color: #222222;
}
.zslislbnt .labcot {
  width: calc(100% - 50px);
  float: left;
  padding: 3px;
}
.zslislbnt .labcot div.notmsg {
  font-size: 13px;
  color: #222222;
  max-width: 100%;
  display: block;
  line-height: 1.8;
  width: 100%;
  word-break: break-all;
}
.zslislbnt .labcot div.notmsg:hover a {
  visibility: visible;
}
.zslislbnt .labcot div.notmsg a {
  position: relative;
  top: 3px;
  margin-left: 5px;
  visibility: hidden;
}
.zslislbnt .labcot div.notmsg a i {
  font-size: 18px;
  color: #222222;
}
.zslislbnt .labcot div.lblval {
  border: 1px solid #bdccd9;
  padding: 3px 18px 3px 18px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  margin: 3px 5px 5px 0;
  font-size: 12px;
  background-color: #f0f0f0;
}
.zslislbnt .labcot div.lblval:hover i.zsicon-close {
  display: block;
}
.zslislbnt .labcot div.lblval.linkadd {
  color: #5398fd;
  cursor: pointer;
  padding: 0;
  border: 0;
  font-size: 13px;
  font-weight: 500;
}
.zslislbnt .labcot div.lblval i.zsicon-plus {
  cursor: pointer;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 4px;
}
.zslislbnt .labcot div.lblval i.zsicon-close {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  font-size: 12px;
  display: none;
}
.zslislbnt .labcot a.lblbtn {
  position: relative;
  top: 1px;
  border: 1px solid #262626;
  width: 19px;
  height: 19px;
  border-radius: 25px;
  display: inline-block;
  margin-left: 7px;
}
.zslislbnt .labcot a.lblbtn:hover {
  color: #6a32d1;
  border-color: #6a32d1;
}
.zslislbnt .labcot a.lblbtn:hover i {
  color: #262626;
}
.zslislbnt .labcot a.lblbtn i {
  font-size: 16px;
  color: #262626;
  position: relative;
  top: 0.5px;
  left: 0.5px;
}

.notcrt {
  background-color: #ffffff;
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  border-radius: 10px;
  padding: 18px 15px 15px;
  position: absolute;
  width: 70%;
  top: 0;
  opacity: 0;
  transform: translate(0px, -40px);
  transition: 0.1s all;
  z-index: 0;
  visibility: hidden;
}
.notcrt.open {
  transform: translate(0px, 0px);
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.zslisttime label {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  display: block;
  float: left;
  margin-right: 15px;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 5px;
}
.zslisttime .timval {
  float: left;
  width: calc(100% - 100px);
}
.zslisttime .timval span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-right: 5px;
  display: inline-block;
}
.zslisttime .timval span em {
  font-style: normal;
  font-weight: 500;
}

.zslisttar span {
  font-size: 16px;
  color: #222222;
  margin-right: 5px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 500;
}
.zslisttar label {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  max-width: 90%;
  position: relative;
  line-height: 1.5;
  display: block;
}
.zslisttar label.shles {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zslisttar label.linkadd {
  color: #5398fd;
  cursor: pointer;
  padding: 0;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  top: 3px;
}
.zslisttar a.shmr {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #5398fd;
  margin: 8px 0 0;
}
.zslisttar i {
  font-size: 18px;
  display: block;
  float: left;
  cursor: pointer;
  color: #444444;
  margin-right: 5px;
}
.zslisttar i.op {
  opacity: 0.5;
}
.zslisttar i:hover {
  color: #6a32d1;
}
.zslisttar i.disbl {
  opacity: 0.5;
  color: #444444;
}
.zslisttar i.disbl:hover {
  opacity: 0.5;
  color: #444444;
}

.zslstcont {
  width: calc(100% - 10px);
}
.zslstcont .col-lg-4:first-child .zsliststatus {
  margin-right: 6%;
}
.zslstcont .col-lg-4:nth-child(2) .zsliststatus {
  margin-left: 3%;
  margin-right: 3%;
}
.zslstcont .col-lg-4:last-child .zsliststatus {
  margin-left: 6%;
}

.zsliststatus {
  border: 1px solid #ebebeb;
  padding: 18px;
  border-radius: 4px;
  float: left;
  width: 94%;
  margin-right: 2%;
}
.zsliststatus:last-child {
  margin-right: 0;
}
.zsliststatus i {
  font-size: 65px;
  color: #b5b5b5;
  float: left;
}
.zsliststatus.clrico i:before {
  color: #f84c74;
}
.zsliststatus.clrico i:after {
  color: #262626;
}
.zsliststatus .coutname {
  width: calc(100% - 65.5px);
  float: left;
  margin-top: 5px;
}
.zsliststatus .coutname div:first-child {
  font-size: 30px;
  color: #262626;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: right;
}
.zsliststatus .coutname div:nth-child(2) {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  text-align: right;
}
.zsliststatus .coutname .countprec {
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid #c7c7c7;
  padding-right: 9px;
  margin-right: 5px;
  color: #6a32d1;
}

.zsfldiv {
  border-top: 1px solid #ebebeb;
}
.zsfldiv .zsfltbtn {
  font-size: 28px;
  padding: 5.5px 10px 5.5px 15px;
  float: left;
  color: #444444;
}

.zslistbtncot {
  border: 1px solid #ebebeb;
  width: 94%;
  min-height: 200px;
  padding: 10px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  overflow: hidden;
  position: relative;
}
.zslistbtncot:hover {
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
}
.zslistbtncot:hover .lsbtndet {
  visibility: visible;
  opacity: 1;
}
.zslistbtncot .plsbtn {
  width: 25px;
  height: 25px;
  color: #222222;
  display: inherit;
  border-radius: 25px;
  font-size: 24px;
  line-height: 25px;
}
.zslistbtncot .plsbtn:hover {
  background-color: #f84c74;
  color: #ffffff;
  box-shadow: 0px 0px 5px 4px rgba(106, 50, 209, 0.15);
}
.zslistbtncot .lsbtntit {
  width: 100%;
  float: left;
}
.zslistbtncot .lstbtico {
  width: 100%;
  float: left;
  text-align: center;
}
.zslistbtncot .lstbtico i {
  font-size: 80px;
}
.zslistbtncot .lstbtico i:before {
  color: #EE2758;
}
.zslistbtncot .lstbtico i:after {
  color: #3F3D56;
}
.zslistbtncot .lstbtit {
  width: 100%;
  float: left;
  font-size: 18px;
  text-align: center;
  margin: 15px 0;
}
.zslistbtncot .lsbtndet {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  visibility: hidden;
  transition: 0.2s all;
  opacity: 0;
  inset: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.zslistbtncot .lsbtndet p {
  width: 70%;
  margin: 0 15% 15px;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
}

.zslncrout {
  transform: translate(0px, 0px);
  opacity: 1;
  transition: 0.2s transform;
  width: 100%;
  float: left;
  height: auto;
  -webkit-animation: 1s cntout;
          animation: 1s cntout;
}
.zslncrout.active {
  transform: translate(0px, -120px);
  opacity: 0;
  height: 0;
  visibility: hidden;
}

@-webkit-keyframes cntout {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cntout {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
.zslncrin {
  transform: translate(0px, 120px);
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
  float: left;
  transition: 0.2s transform;
  -webkit-animation: 1s cntin;
          animation: 1s cntin;
}
.zslncrin.active {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  height: auto;
}

@-webkit-keyframes cntin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cntin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.zslnkcrturlct {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.zslnkcrturlct .zslnkcrtfav {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 20px;
  position: relative;
  background-color: #eaeaea;
  border-radius: 5px;
}
.zslnkcrturlct .zslnkcrtfav img {
  width: 20px;
  margin: 5px;
}
.zslnkcrturlct .zslnkcrturl {
  width: calc(100% - 50px);
}

.zslnkcrtfulurl {
  width: 100%;
  float: left;
}
.zslnkcrtfulurl .lnk {
  font-size: 14px;
  display: block;
  float: left;
  line-height: 28px;
  max-width: calc(100% - 90px);
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zslnkcrtfulurl i {
  float: left;
  display: block;
  font-size: 20px;
  cursor: pointer;
  margin: 4px 0 0 15px;
  color: #222222;
}

.zslnktag {
  border: 1px solid #2680eb;
  background-color: #f1f7fe;
  border-radius: 25px;
  height: 28px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px 0 0px;
  margin-left: 4px;
}
.zslnktag i {
  font-size: 16px;
  margin-right: 0px;
  padding: 5px 8px;
}
.zslnktag span {
  font-size: 12px;
}

.lnkmordp {
  background-color: #ffffff;
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  position: absolute;
  width: 450px;
  max-height: 160px;
  right: -75px;
  transform: translate(0, -30px);
  z-index: 99;
  padding: 4px 8px;
  visibility: hidden;
  transition: 0.2s all;
  overflow: hidden auto;
}
.lnkmordp::before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f1eaff;
  position: absolute;
  top: -10px;
  right: 90px;
  display: block;
}
.lnkmordp.open {
  transform: translate(0, 15px);
  visibility: visible;
}
.lnkmordp i {
  font-size: 20px;
  float: left;
  width: 20px;
  margin: 5px 0;
}

.zscrlnkmore .devico {
  font-size: 20px;
  float: left;
  width: 20px;
  margin: 5px 0;
}
.zscrlnkmore .lnkmricurl {
  width: calc(100% - 20px);
  padding: 8px 10px;
  float: left;
}
.zscrlnkmore .lnkmricurl span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222222;
  font-size: 14px;
  display: block;
  text-align: left;
  font-weight: 400;
  line-height: 16px;
}

.zscrsplkmore {
  margin: 8px 0;
}
.zscrsplkmore .lnkcontrat {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #c9d5df;
  float: left;
  text-align: center;
}
.zscrsplkmore .lnkcontrat i {
  font-size: 20px;
  margin: 8px;
  display: block;
}
.zscrsplkmore .lnkcontrat span {
  line-height: 38px;
  font-size: 12px;
}
.zscrsplkmore .lnkcontrat span sup {
  font-size: 6px;
  position: relative;
  top: -4px;
}
.zscrsplkmore .lnkspurl {
  width: calc(100% - 38px);
  padding: 8px 10px;
  float: left;
}
.zscrsplkmore .lnkspurl span {
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222222;
  font-size: 14px;
  display: block;
}

.lnkmrlnkct {
  width: 80%;
  padding: 8px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222222;
  font-size: 14px;
  float: left;
}

.lnkmrlnkcot {
  font-size: 14px;
  color: #222222;
  float: left;
  width: 20%;
  padding: 8px 10px;
}

.zssuglink {
  margin: 0 auto;
}
.zssuglink span.labtit {
  font-size: 15px;
  color: #222222;
  display: inline-block;
  margin-right: 5px;
  width: 100%;
  margin-bottom: 20px;
}
.zssuglink span.sugurl {
  font-size: 12px;
  padding: 7px 15px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.zssuglink span.sugurl:hover, .zssuglink span.sugurl.active {
  background-color: #f7f5fd;
  border: 1px solid #6a32d1;
  color: #6a32d1;
  font-weight: 500;
}

.zsurlkcp {
  width: 100px;
  float: left;
  padding: 5px 20px;
}
.zsurlkcp i {
  font-size: 22px;
  display: block;
  cursor: pointer;
  color: #222222;
}

.zsurllink {
  max-width: calc(100% - 110px);
  float: left;
  border-radius: 4px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.zsurllink .zsurlfav {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  float: left;
  background-color: #eaeaea;
  margin-right: 10px;
}
.zsurllink .zsurlfav img {
  float: left;
  width: 20px;
  height: 20px;
  display: block;
  margin: 5px;
}
.zsurllink span.url {
  font-size: 16px;
  color: #222222;
  float: left;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zsurllink span.url:hover {
  color: #f84c74;
}
.zsurllink span.name {
  font-size: 18px;
  color: #222222;
  float: left;
  line-height: 35px;
  font-weight: 500;
  cursor: pointer;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zsurllink button.cpybtn {
  border: 1px solid #f84c74;
  color: #f84c74;
  padding: 4px 15px;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
}
.zsurllink button.cpybtn:nth-child(2) {
  margin-right: 0;
}
.zsurllink button.cpybtn:hover {
  background-color: #f84c74;
  color: #ffffff;
}
.zsurllink .fav {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 20px;
  position: relative;
  margin: 0px 10px 0px 0;
}
.zsurllink .fav img {
  width: 100%;
}

.zslinkadvn {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
  margin: 15px 2%;
  width: 96%;
}
.zslinkadvn .advlink {
  color: #f84c74;
  font-size: 14px;
}

.zslistmopt {
  float: left;
}
.zslistmopt span {
  position: relative;
  float: left;
  border-right: 1px solid #ebebeb;
}
.zslistmopt span:last-child {
  border-right: 0;
}
.zslistmopt span i.tpoptn {
  color: #444444;
  font-size: 22px;
  padding: 7px 13px;
  float: left;
  cursor: pointer;
}
.zslistmopt span i.tpoptn.active {
  color: #6a32d1;
}

.zslstflt {
  border-bottom: 1px solid #ebebeb;
  height: 50px;
}
.zslstflt i.filsrch {
  font-size: 22px;
  padding: 15px 5px 0px;
  display: inline-block;
  color: #444444;
  cursor: pointer;
}
.zslstflt i.srch {
  font-size: 22px;
  padding: 15px 5px 0px;
  display: inline-block;
  color: #444444;
  cursor: pointer;
}

.zslstsrch {
  width: 0;
  height: 49px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 0;
  transition: 0.3s all;
  z-index: 8;
  max-width: 600px;
}
.zslstsrch.open {
  width: calc(100% - 30px);
}
.zslstsrch input {
  width: 100%;
  height: 50px;
  cursor: text;
  padding: 0 35px 0 15px;
  font-size: 16px;
  color: #333333;
}
.zslstsrch i {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 22px;
  color: #333333;
  cursor: pointer;
}

.zsfitsel span {
  font-size: 14px;
  color: #222222;
  display: block;
  float: left;
  padding: 10px 10px 10px 0;
}
.zsfitsel span.showco {
  color: #5398fd;
  cursor: pointer;
  font-size: 16px;
}
.zsfitsel .zsfilval {
  background-color: #faf8fd;
  border: 1px solid #8a45de;
  border-radius: 25px;
  padding: 0px 30px 0px 10px;
  float: left;
  margin: 5px 10px 5px 2px;
  position: relative;
  color: #333333;
  font-size: 12px;
}
.zsfitsel .zsfilval.condi {
  background-color: #ffffff;
  border: 1px solid transparent;
  padding: 0 10px;
}
.zsfitsel .zsfilval span {
  padding: 0;
  display: inline-block;
  float: none;
  line-height: 24px;
  font-size: 12px;
  color: #262626;
}
.zsfitsel .zsfilval i {
  font-size: 14px;
  color: #ac78e6;
  margin-right: 10px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.zsfitsel .zsfilval i.zsicon-close {
  position: absolute;
  top: 4.5px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
  color: #333333;
  margin-right: 0;
}
.zsfitsel .zsflsvsl {
  max-width: calc(100% - 180px);
  border-right: 1px solid #ebebeb;
}
.zsfitsel .zsflsvcl {
  position: relative;
  float: left;
  padding: 5px 10px;
}
.zsfitsel .zsflsvcl i {
  color: #444444;
  font-size: 18px;
  margin-right: 5px;
  cursor: pointer;
}
.zsfitsel .zsflsvcl a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0px;
  display: inline-block;
}

.zercase .zeroimg {
  width: 200px;
}
.zercase i {
  font-size: 70px;
  margin-bottom: 10px;
  display: block;
}
.zercase i:before {
  color: #EE2758;
}
.zercase i:after {
  color: #3F3D56;
}

.zsfilter {
  width: 100%;
  height: 100%;
  max-width: 600px;
  position: absolute;
  left: -1500px;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0px 12px 41.85px 3.15px rgba(106, 50, 209, 0.15);
  transition: 0.2s all;
}

.zsfilterfix {
  width: 100%;
  height: 100%;
  max-width: 450px;
  position: fixed;
  right: -1500px;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2.15px rgba(180, 123, 229, 0.6);
  transition: 0.2s all;
  border-radius: 5px 0 0 5px;
}

.zsftit {
  padding: 20px 20px 10px;
  width: 100%;
  float: left;
  line-height: 30px;
}
.zsftit h1 {
  font-size: 18px;
  font-weight: 500;
  float: left;
}
.zsftit i {
  font-size: 24px;
  float: right;
  cursor: pointer;
}

.zsfiltopt {
  width: 100%;
  height: calc(100% - 130px);
  overflow-y: auto;
  padding: 0 10px;
  overflow-y: auto;
}
.zsfiltopt ul li .zsfllbct ul li, .zsfiltopt ul li {
  width: 100%;
  padding: 8px 5px;
  float: left;
  min-height: 35px;
}
.zsfiltopt ul {
  width: 100%;
  float: left;
}
.zsfiltopt ul li.active > .zschspn {
  color: #f84c74;
  font-weight: 500;
}
.zsfiltopt ul li .zschspn {
  margin: 3px;
  line-height: 2;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 15px;
  font-weight: 500;
}
.zsfiltopt ul li > i {
  float: right;
  padding: 7px 10px;
  cursor: pointer;
}
.zsfiltopt ul li .zsfllbct {
  display: none;
}
.zsfiltopt ul li .zsfllbct .zsfltsrc {
  padding: 5px 5px 5px 30px;
}
.zsfiltopt ul li .zsfllbct .zsfltsrc input {
  width: calc(100% - 40px);
  height: 40px;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #fafafa;
}
.zsfiltopt ul li .zsfllbct ul {
  max-height: 180px;
  overflow-y: auto;
}
.zsfiltopt ul li .zsfllbct ul.shful {
  height: unset;
  overflow-y: unset;
}
.zsfiltopt ul li .zsfllbct ul li {
  padding-left: 30px;
}
.zsfiltopt ul li .zsfllbct .nodata {
  color: #929292;
}

.zsfilsve {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}

.zswflwlst {
  width: 100%;
  float: left;
  padding: 0 25px;
}
.zswflwlst li {
  padding: 10px 0px;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  float: left;
  cursor: pointer;
}
.zswflwlst li:hover .wflwedt {
  display: block;
}
.zswflwlst li:hover .wflwurl .wflwtit {
  color: #f84c74;
}
.zswflwlst li .wflwico {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px 0;
}
.zswflwlst li .wflwico img {
  width: 100%;
}
.zswflwlst li .wflwico i {
  font-size: 35px;
  margin: 9.5px 8.5px;
  display: block;
  color: #333333;
}
.zswflwlst li .wflwurl {
  float: left;
  padding: 8px;
  width: calc(100% - 120px);
}
.zswflwlst li .wflwurl .wflwtit {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0;
  color: #333333;
  width: 90%;
}
.zswflwlst li .wflwurl .wflwurlg {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #444444;
  width: 90%;
}
.zswflwlst li .wflwedt {
  float: left;
  display: none;
}
.zswflwlst li .wflwedt a,
.zswflwlst li .wflwedt span {
  margin-top: 20px;
}
.zswflwlst li .wflwedt a i,
.zswflwlst li .wflwedt span i {
  font-size: 22px;
  padding: 5px;
  float: left;
  color: #222222;
}

.wfdetit img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.wfdetit .conico {
  font-size: 34px;
  float: left;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.wfdetit .conico:after {
  color: #3F3D56;
}
.wfdetit .conico:before {
  color: #EE2758;
}

.zswkfldviw {
  width: 90%;
  float: left;
  margin: 6% 5% 2%;
  border: 1px solid #e3ebf1;
  padding: 5% 3% 2%;
  border-radius: 4px;
  position: relative;
}
.zswkfldviw .zswkfldviwico {
  position: absolute;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e3ebf1;
  background-color: #ffffff;
}
.zswkfldviw .zswkfldviwico i {
  font-size: 28px;
  padding: 10px;
  display: block;
  color: #222222;
}
.zswkfldviw h1.zwktit {
  font-size: 16px;
  margin-bottom: 15px;
  color: #222222;
}

.zsgrdbx {
  border: 1px solid #ebebeb;
  text-align: center;
  width: 90%;
  min-height: 170px;
  margin: 0 5% 8%;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.zsgrdbx:hover {
  box-shadow: 0px 0px 10px 1px rgba(95, 11, 212, 0.1);
}
.zsgrdbx:hover i:before {
  color: #EE2758;
}
.zsgrdbx:hover i:after {
  color: #3F3D56;
}
.zsgrdbx.hreft:hover {
  box-shadow: 0px 0px 10px 1px rgba(95, 11, 212, 0.1);
}
.zsgrdbx i {
  font-size: 44px;
  display: block;
  margin: 25px 0 5px;
}
.zsgrdbx h1 {
  font-size: 15px;
  color: #333333;
  line-height: 2;
  font-weight: 500;
}
.zsgrdbx p {
  font-size: 13px;
  width: 80%;
  margin: 5px 10%;
  line-height: 1.5;
  color: #6e6e6e;
}

.zsmigapi {
  border: 1px solid #ebebeb;
  text-align: center;
  width: 90%;
  margin: 0 5% 8%;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}
.zsmigapi img {
  height: 40px;
  margin-top: 2%;
}
.zsmigapi h1 {
  font-size: 15px;
  color: #333333;
  line-height: 2;
  font-weight: 500;
}
.zsmigapi p {
  font-size: 14px;
  width: 80%;
  margin: 2% 10% 10%;
  line-height: 18px;
}
.zsmigapi:hover h1 {
  opacity: 0.2;
}
.zsmigapi:hover p {
  opacity: 0.2;
}
.zsmigapi:hover .btnabs {
  display: block;
}
.zsmigapi:hover .zsmigapinr {
  display: block;
}

.zsmigapinr {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 9;
  background-color: #ffffff;
  padding: 5px 0;
  display: none;
}
.zsmigapinr .ormsg {
  line-height: 24px;
  font-size: 14px;
  color: #222222;
}
.zsmigapinr .msgln {
  line-height: 20px;
  font-size: 14px;
  color: #f84c74;
  cursor: pointer;
}
.zsmigapinr .dsmsg {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.btnabs {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  width: 135px;
  text-align: center;
}
.btnabs.amd {
  width: 160px;
}
.btnabs.alg {
  width: 240px;
}

.zsexprul {
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.zsexprul h1 {
  font-weight: 500;
  color: #222222;
  font-size: 16px;
}
.zsexprul span.tim {
  line-height: 32px;
  color: #222222;
  display: block;
  width: 100%;
  font-weight: 500;
}
.zsexprul span.tim .dived {
  width: 1px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.zsexprul span.tim .dived:after {
  content: "";
  display: block;
  background-color: #ebebeb;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 5px;
}
.zsexprul span.url {
  color: #222222;
  display: block;
  width: 98%;
}
.zsexprul span.url span {
  display: block;
  width: 100%;
  color: #333333;
  line-height: 20px;
  word-break: break-all;
}
.zsexprul span.url a {
  display: block;
  width: 100%;
  color: #333333;
  line-height: 20px;
  word-break: break-all;
}
.zsexprul span.url a:hover {
  color: #f84c74;
}
.zsexprul i {
  color: #222222;
  font-size: 18px;
  line-height: 2;
  cursor: pointer;
  margin-right: 5px;
}
.zsexprul button {
  visibility: hidden;
}
.zsexprul:hover button {
  visibility: visible;
}

.zslnkswt {
  height: 36px;
  float: left;
  padding: 2px;
}
.zslnkswt button {
  height: 30px;
  border: 0;
  color: #949494;
  padding: 5px 15px;
  font-size: 15px;
  border: solid transparent;
  border-width: 0 0 2px;
  float: left;
}
.zslnkswt button.active {
  border: solid #6a32d1;
  border-width: 0 0 2px;
  color: #6a32d1;
  font-weight: 500;
}
.zslnkswt button:hover {
  border: solid transparent;
  border-width: 0 0 2px;
  color: #444444;
}

.zstrgsubti {
  font-size: 16px;
  font-weight: 500;
}

.zstrgbtn {
  float: left;
  padding: 8px;
}
.zstrgbtn i {
  text-align: center;
  border: 1px solid #202124;
  border-radius: 25px;
  width: 23px;
  height: 23px;
  font-size: 18px;
  display: inline-block;
  line-height: 22px;
  cursor: pointer;
}
.zstrgbtn i.del {
  border: 0 !important;
  font-size: 22px;
}
.zstrgbtn i.min {
  border: 1px solid #ebebeb;
  color: #ebebeb;
}

.zslnkcot {
  position: absolute;
  background-color: #ffffff;
  border-radius: 2px;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  box-shadow: 0px 12px 22.32px 1.68px rgba(95, 11, 212, 0.15);
}
.zslnkcot span {
  font-size: 16px;
  color: #6a32d1;
  padding: 15px 20px;
  border-right: 1px solid #efefef;
  display: block;
  min-width: 80px;
  float: left;
  font-weight: 400;
}
.zslnkcot span em {
  font-weight: 500;
  font-style: normal;
}
.zslnkcot i {
  font-size: 28px;
  color: #f84c74;
  line-height: 45px;
  padding: 0 8px;
  cursor: pointer;
}

.zsfltslst {
  cursor: pointer;
  height: 40px;
  float: left;
  width: 220px;
  position: relative;
}
.zsfltslst.brd {
  border-right: 1px solid #ebebeb;
}
.zsfltslst .zsfltsel {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  z-index: 99;
}
.zsfltslst .zsfltsel > span {
  display: block;
  float: left;
  width: calc(100% - 30px);
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 10px;
  color: #333333;
}
.zsfltslst .zsfltsel .arrico {
  width: 30px;
  height: 40px;
  float: left;
  text-align: center;
}
.zsfltslst .zsfltsel .arrico i {
  color: #222222;
  font-size: 16px;
  line-height: 40px;
}

.zsdomcont {
  padding: 2%;
  height: calc(100% - 85px);
  overflow-y: auto;
}

.zsrepcont {
  padding: 2% 4%;
  height: calc(100% - 70px);
  overflow-y: auto;
}

.zssetdocont {
  padding: 2%;
  height: calc(100% - 85px);
  overflow-y: auto;
}

.zsdomcrd {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  padding: 10px;
  width: 100%;
}
.zsdomcrd .zsdomcrti {
  width: 100%;
  float: left;
}
.zsdomcrd .zsdomcrti h1 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  padding: 10px 2px 5px;
  margin-right: 8px;
  float: left;
}
.zsdomcrd .zsdomcrti ul {
  float: left;
}
.zsdomcrd .zsdomcrti ul li {
  font-size: 16px;
  color: #333333;
  padding: 10px 2px 5px;
  margin-right: 8px;
  float: left;
  cursor: pointer;
}
.zsdomcrd .zsdomcrti ul li.active, .zsdomcrd .zsdomcrti ul li:hover {
  color: #f84c74;
  border-bottom: 2px solid #f84c74;
  font-weight: 500;
}
.zsdomcrd .zsdomcrti .domre i {
  color: #444444;
  font-size: 20px;
  padding: 10px 0;
  display: inline-block;
}
.zsdomcrd .zsdourl {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.zsdomcrd .zsdourl p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #444444;
  width: 75%;
}
.zsdomcrd .zsdmprev {
  width: 100%;
  float: left;
  border-radius: 20px;
  overflow: hidden;
  height: 190px;
  border-radius: 4px;
}
.zsdomcrd .zsdmprev.brd {
  border: 1px solid #e3ebf1;
}
.zsdomcrd .zsdmprev img {
  width: 100%;
}
.zsdomcrd .zsstcont {
  border-right: 1px solid #ebebeb;
}
.zsdomcrd .zsstcont:last-child {
  border-right: 0;
}
.zsdomcrd .zsstcont h3 {
  font-size: 18px;
  font-weight: 500;
  color: #5398fd;
  text-align: center;
  margin-bottom: 5px;
}
.zsdomcrd .zsstcont h3.lg {
  font-size: 26px;
}
.zsdomcrd .zsstcont span {
  display: block;
  font-size: 12px;
  color: #333333;
  text-align: center;
}
.zsdomcrd .zsstcont span.lg {
  font-size: 16px;
}
.zsdomcrd .zsalisdm {
  float: left;
  width: 100%;
}
.zsdomcrd .zsalisdm img {
  width: 70px;
  display: block;
  margin: 0 auto;
}
.zsdomcrd .zsalisdm h1 {
  font-size: 16px;
  color: #444444;
  text-align: center;
  font-weight: 500;
  margin: 10px 0;
}
.zsdomcrd .zsalisdm p {
  font-size: 14px;
  color: #444444;
  text-align: center;
  margin: 10px 0;
}
.zsdomcrd .zsalisdm ul {
  height: 222px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 0;
}
.zsdomcrd .zsalisdm ul li {
  float: left;
  width: 100%;
  padding: 5px 10px;
}
.zsdomcrd .zsalisdm ul li:hover .zsaldoopt {
  display: block;
}
.zsdomcrd .zsalisdm ul li:hover {
  background-color: #fbfaff;
}
.zsdomcrd .zsalisdm ul li .zsaldolgo {
  width: 37px;
  height: 37px;
  float: left;
}
.zsdomcrd .zsalisdm ul li .zsaldolgo img {
  width: 20px;
  display: block;
  margin: 8px;
}
.zsdomcrd .zsalisdm ul li .zsaldourl {
  float: left;
  width: calc(100% - 90px);
}
.zsdomcrd .zsalisdm ul li .zsaldourl span {
  max-width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 10px;
  float: left;
  font-size: 14px;
  line-height: 16px;
}
.zsdomcrd .zsalisdm ul li .zsaldourl i {
  float: left;
  display: block;
  font-size: 15px;
  line-height: 2.4;
}
.zsdomcrd .zsalisdm ul li .zsaldoopt {
  float: left;
  display: none;
}
.zsdomcrd .zsalisdm ul li .zsaldoopt i {
  font-size: 16px;
  padding: 3px;
  line-height: 2.3;
  cursor: pointer;
}

.zsdomtit {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 15px 12px 5px;
  position: relative;
}
.zsdomtit.sm {
  padding: 8px 15px 8px 0;
  font-size: 14px;
}
.zsdomtit.btm:before {
  width: 35px;
  height: 3px;
  content: "";
  background-color: #f84c74;
  position: absolute;
  bottom: 2px;
  left: 5px;
  border-radius: 5px;
}

.zsdomacrd {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 25px;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.zsdomacrd .zsdoacrtit {
  float: left;
  width: 100%;
}
.zsdomacrd .zsdoacrtit h1 {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  float: left;
  line-height: 35px;
}
.zsdomacrd .zsdoacrtit i {
  font-size: 18px;
  float: right;
  line-height: 19px;
}
.zsdomacrd .zsdoacrtit button {
  display: none;
}
.zsdomacrd:hover .domconf {
  visibility: visible;
}
.zsdomacrd:hover button {
  display: block;
}
.zsdomacrd .domconf {
  visibility: hidden;
}
.zsdomacrd .domconf a {
  display: block;
  float: left;
}
.zsdomacrd .domconf a i {
  font-size: 22px !important;
  float: left !important;
  margin: 0 3px;
  color: #222222;
  cursor: pointer;
}
.zsdomacrd .zsdoacboy {
  width: 100%;
  float: left;
  padding: 10px;
  display: block p;
  display-font-size: 14px;
  display-color: #333333;
  display-font-weight: 500;
}
.zsdomacrd .zsdoacboy .zsdoopt {
  border: 1px solid #ebebeb;
  padding: 15px 20px;
  border-radius: 5px;
  float: left;
  margin-right: 25px;
}
.zsdomacrd .zsdoacboy .zsdoopt.optdisbl {
  cursor: not-allowed;
  border: 1px solid #ebebeb;
  color: #cecece;
}
.zsdomacrd .zsdoacboy .zsdoopt.optdisbl i {
  color: #929292;
}
.zsdomacrd .zsdoacboy .zsdoopt.optdisbl span {
  color: #929292;
}
.zsdomacrd .zsdoacboy .zsdoopt > i {
  color: #444444;
  font-size: 30px;
  float: left;
  color: #7d8185;
  line-height: 39px;
}
.zsdomacrd .zsdoacboy .zsdoopt span {
  color: #f84c74;
  font-size: 14px;
  float: left;
  display: block;
  line-height: 39px;
  margin: 0 0 0 15px;
  font-weight: 500;
}

.zsaftupl {
  float: left;
  margin-left: 20px;
}
.zsaftupl:hover .zsaftupedt {
  visibility: visible;
}
.zsaftupl .zsaftxtmsg {
  float: left;
}
.zsaftupl .zsaftxtmsg .ztit {
  font-size: 15px;
  margin: 2px 0 4px;
}
.zsaftupl .zsaftxtmsg .zudate {
  font-size: 12px;
  color: #444444;
}
.zsaftupl .zsaftupedt {
  float: left;
  padding: 0 0 0 20px;
  visibility: hidden;
}
.zsaftupl .zsaftupedt i {
  font-size: 18px;
  color: #222222;
  line-height: 39px;
  cursor: pointer;
}
.zsaftupl .zsaftupedt i:hover {
  color: #222222;
}

/*-- Workspace--*/
.zswrkspsig {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.zswrkspsig .zswrktit {
  padding: 15px 12px;
  float: left;
  width: 100%;
}
.zswrkspsig .zswrktit .zswrktimg {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 6px;
}
.zswrkspsig .zswrktit .zswrktimg span {
  display: block;
  color: #bcccd9;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  background-color: #efefef;
  border: 2px solid #bcccd9;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  margin: 0.8px;
}
.zswrkspsig .zswrktit img {
  width: 100%;
}
.zswrkspsig .zswrktit h1 {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  margin: 5px 10px 5px;
}
.zswrkspsig .zswrktit div.datetim {
  width: 100%;
  float: left;
  padding: 0 0 0 6px;
}
.zswrkspsig .zswrktit div.datetim .zsicon-clock-outline {
  float: left;
  margin-top: 2px;
}
.zswrkspsig .zswrktit div.datetim span {
  display: block;
  float: left;
  font-weight: 400;
  font-size: 12px;
  margin: 5px 10px 5px 5px;
  position: relative;
}
.zswrkspsig .zswrktit span.datetim {
  display: block;
  float: left;
  font-weight: 400;
  font-size: 12px;
  margin: 5px 10px 5px;
  position: relative;
  color: #222222;
}
.zswrkspsig .zswrktit span.datetim div.active {
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin: 1px 5px 0 0;
  border-radius: 50px;
  background-color: #68b51d;
}
.zswrkspsig .zswrktit span.datetim div.deactive {
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin: 1px 5px 0 0;
  border-radius: 50px;
  background-color: #cecece;
}
.zswrkspsig .zswrktit span.datetim em {
  font-style: normal;
  font-weight: 500;
}
.zswrkspsig .zswrktit span.refresh {
  font-size: 14px;
  display: block;
  float: left;
  margin: 5px;
  color: #5398fd;
  font-weight: 500;
  cursor: pointer;
}
.zswrkspsig .zswrktit span.refresh .refcot {
  width: 14px;
  height: 14px;
  display: inline-block;
}
.zswrkspsig .zswrktit i.zsicon-dots-vertical {
  font-size: 22px;
  color: #222222;
  padding: 5px 0 5px 5px;
  display: block;
  cursor: pointer;
}
.zswrkspsig .zswrktit i.zsicon-dots-vertical:hover {
  color: #222222;
}
.zswrkspsig .zswrktit .usrdmopt i {
  font-size: 22px;
  padding: 5px;
  display: inline-block;
  color: #222222;
}
.zswrkspsig .zswrktit .usrdmopt i:hover {
  color: #222222;
}

.zswrdomdt {
  border-right: 1px solid #ebebeb;
  padding: 20px 35px;
}

.zswrdofv {
  width: 35px;
  height: 35px;
  float: left;
  text-align: center;
}
.zswrdofv span {
  background-color: #dfceff;
  color: #6a32d1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
.zswrdofv img {
  width: 100%;
}
.zswrdofv i {
  font-size: 30px;
  color: #333333;
  padding: 2.5px 0;
  display: block;
}

.zswrdolk {
  float: left;
  padding: 0 10px;
  width: calc(100% - 40px);
}
.zswrdolk:hover i {
  visibility: visible;
}
.zswrdolk h1 {
  font-size: 16px;
  color: #222222;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  font-weight: 400;
  float: left;
  padding-right: 10px;
}
.zswrdolk h1.hofer {
  font-weight: 400;
}
.zswrdolk h1.hofer:hover {
  color: #f84c74;
}
.zswrdolk span {
  display: block;
  font-size: 12px;
  color: #222222;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zswrdolk i {
  display: block;
  float: left;
  font-size: 18px;
  margin: 9px 0;
  visibility: hidden;
  cursor: pointer;
}

.zswrkusrls {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.zswrkusrls li {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 15px 4%;
  float: left;
}
.zswrkusrls li:last-child {
  border-bottom: 0;
}

.zsglsrc .zswrkuser {
  margin: 0 10% 0 0;
}

.zswrkuser {
  width: 94%;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 15px;
  float: left;
  margin: 0 3%;
}
.zswrkuser img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
}
.zswrkuser > span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #dfceff;
  color: #6a32d1;
  font-size: 22px;
  font-weight: 500;
  display: block;
  float: left;
  text-align: center;
  line-height: 45px;
}
.zswrkuser .zswrkdescot {
  width: calc(100% - 70px);
  float: left;
}
.zswrkuser .zswrkdescot h1 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  width: 100%;
  float: left;
  padding: 0 10px;
}
.zswrkuser .zswrkdescot h1 span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zswrkuser .zswrkdescot h2 {
  font-size: 13px;
  line-height: 23px;
  color: #222222;
  width: 100%;
  font-weight: 400;
  float: left;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zswrkuser .zswrkdescot h2 i {
  color: #edb717;
  font-size: 12px;
  line-height: 23px;
  float: left;
  cursor: default;
  margin-right: 5px;
}
.zswrkuser i {
  color: #222222;
  font-size: 20px;
  line-height: 45px;
  float: left;
  cursor: pointer;
}

.zswrpdiv {
  border-right: 1px solid #ebebeb;
}
.zswrpdiv:last-child {
  border-right: 1px solid transparent;
}
.zswrpdiv .cout {
  font-size: 24px;
  color: #5398fd;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.zspropic {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto;
}
.zspropic .zspropicinr {
  width: 80px;
  height: 80px;
  overflow: hidden;
  background-color: #e4e4e4;
  border-radius: 50%;
}
.zspropic .zspropicinr img {
  width: 100%;
}
.zspropic i.chng {
  position: absolute;
  left: -6px;
  bottom: 5px;
  color: #444444;
  font-size: 24px;
  cursor: pointer;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50px;
  box-shadow: 0px 0px 8px 0px rgba(26, 26, 26, 0.1);
}
.zspropic .zsdrdw {
  left: calc(100% - 115px);
  top: 80px;
}

/*--Report--*/
.repbg {
  background-color: #fafafa;
}

.zsrepbox {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  float: left;
  position: relative;
}
.zsrepbox:hover .zsmigapinr {
  display: block;
}
.zsrepbox.full {
  width: 100%;
}
.zsrepbox .zsreptit {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.zsrepbox .zsreptit h1 {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  padding: 10px;
}
.zsrepbox .zsreptit .zsbrdurl {
  cursor: pointer;
}
.zsrepbox .zsreptit .zsbrdurl .zsicon-chevron-down {
  position: relative;
  top: 3px;
}
.zsrepbox .zsrepbody {
  width: 100%;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
}
.zsrepbox .zsrepbody:hover.zsdsh .btnabs {
  display: block;
}
.zsrepbox .zsrepbody.lg {
  height: 250px;
}
.zsrepbox .zsrepbody.xlg {
  height: 300px;
}
.zsrepbox .zsrepbody.xxlg {
  height: 340px;
}
.zsrepbox .zsrepbody.md {
  height: 200px;
}
.zsrepbox .zsrepbody.sm {
  height: 90px;
}
.zsrepbox .zsrepbody.zsdsh:hover i,
.zsrepbox .zsrepbody.zsdsh:hover h1,
.zsrepbox .zsrepbody.zsdsh:hover p {
  opacity: 0.5;
}
.zsrepbox .zsrepbody .zsreplst {
  width: 100%;
  float: left;
}
.zsrepbox .zsrepbody .zsreplst li {
  width: 100%;
  float: left;
  padding: 10px 5px;
}
.zsrepbox .zsrepbody .zsreplst li .favic {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
}
.zsrepbox .zsrepbody .zsreplst li .favic span {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  margin: 2.5px;
  border-radius: 25px;
  border: 1px solid;
  font-size: 14px;
}
.zsrepbox .zsrepbody .zsreplst li img {
  width: 30px;
  height: 30px;
  margin: 5px 10px 5px 5px;
  float: left;
}
.zsrepbox .zsrepbody .zsreplst li .url {
  display: block;
  float: left;
  width: calc(100% - 175px);
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
}
.zsrepbox .zsrepbody .zsreplst li .url em {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-style: normal;
  display: block;
}
.zsrepbox .zsrepbody .zsreplst li .url:hover {
  color: #f84c74;
}
.zsrepbox .zsrepbody .zsreplst li .idnt {
  display: block;
  float: left;
  width: calc(100% - 180px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
}
.zsrepbox .zsrepbody .zsreplst li .idnt em {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.zsrepbox .zsrepbody .zsreplst li .cont {
  float: left;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  text-align: right;
  width: 120px;
}
.zsrepbox .zsrepbody .zsreplst li .cont em {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding-left: 5px;
}
.zsrepbox .zsrepbody .zsreplst li .actmsg {
  width: 69%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
  padding-right: 2%;
  cursor: pointer;
}
.zsrepbox .zsrepbody .zsreplst li .actmsg:hover {
  color: #333333;
}
.zsrepbox .zsrepbody .zsreplst li .acturnam,
.zsrepbox .zsrepbody .zsreplst li .actdate {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  color: #929292;
  display: inline-block;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: none;
}
.zsrepbox .zsrepbody .zsreplst li .acturnam {
  width: 20%;
}
.zsrepbox .zsrepbody .zsreplst li .actdate {
  width: 10%;
}
.zsrepbox .zsrepbody .zsreplst li:nth-child(odd) .favic span {
  background-color: #eff6fe;
  color: #2680eb;
  border-color: #2680eb;
}
.zsrepbox .zsrepbody .zsreplst li:nth-child(even) .favic span {
  background-color: #fff2f5;
  color: #f84b74;
  border-color: #f84b74;
}
.zsrepbox .zsiconcout i:before {
  color: #EE2758;
}
.zsrepbox .zsiconcout i:after {
  color: #3F3D56;
}
.zsrepbox img.dshadim {
  height: 100px;
  float: left;
  margin: 5px 30px;
}
.zsrepbox i.dshadim {
  font-size: 60px;
  float: left;
  margin: 5px 25px;
}
.zsrepbox i.dshadim:after {
  color: #3F3D56;
}
.zsrepbox i.dshadim:before {
  color: #EE2758;
}
.zsrepbox .zsdhadcrd {
  width: calc(100% - 120px);
  float: left;
  margin-top: 10px;
}
.zsrepbox .zsdhadcrd div:first-child {
  font-size: 15px;
  color: #f84c74;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: left;
  cursor: pointer;
}
.zsrepbox .zsdhadcrd div:nth-child(2) {
  font-size: 12px;
  color: #222222;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
}

.zsrepsoc {
  width: 80%;
  float: left;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.zsrepsoc .zsrepsoctit {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ebebeb;
}
.zsrepsoc .zsrepsoctit .prodct {
  width: 70%;
  float: left;
}
.zsrepsoc .zsrepsoctit .prodct span {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  display: block;
}
.zsrepsoc .zsrepsoctit .pcout {
  width: 30%;
  float: left;
}
.zsrepsoc .zsrepsoctit .pcout span {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  display: block;
}
.zsrepsoc .zsrepsocbdy {
  width: 100%;
  height: 252px;
  overflow-y: auto;
  float: left;
}
.zsrepsoc .zsrepsocbdy ul {
  width: 100%;
  float: left;
}
.zsrepsoc .zsrepsocbdy ul li {
  width: 100%;
  float: left;
}
.zsrepsoc .zsrepsocbdy ul li:nth-child(even) .proname,
.zsrepsoc .zsrepsocbdy ul li:nth-child(even) .procount {
  background-color: #f9f9f9;
}
.zsrepsoc .zsrepsocbdy ul li .proname {
  width: 70%;
  float: left;
  padding: 13px 10px 13px 20px;
  display: flex;
  align-content: center;
  align-items: center;
}
.zsrepsoc .zsrepsocbdy ul li .proname .zsicon-chevron-right {
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  transition: 0.2s all ease-in-out;
  float: left;
}
.zsrepsoc .zsrepsocbdy ul li .proname .zsicon-chevron-right.rot90 {
  transform: rotate(90deg);
}
.zsrepsoc .zsrepsocbdy ul li .proname .zsicon-dot-circle {
  font-size: 12px;
  margin-right: 10px;
  filter: drop-shadow(0px 0px 2px #e4e4e4);
  float: left;
}
.zsrepsoc .zsrepsocbdy ul li .proname .zsicon-dot-circle.soc {
  color: #5793f3;
}
.zsrepsoc .zsrepsocbdy ul li .proname .zsicon-dot-circle.mal {
  color: #db3f6f;
}
.zsrepsoc .zsrepsocbdy ul li .proname .zsicon-dot-circle.ad {
  color: #ff9841;
}
.zsrepsoc .zsrepsocbdy ul li .proname .zsicon-dot-circle.se {
  color: #544bfc;
}
.zsrepsoc .zsrepsocbdy ul li .proname .zsicon-dot-circle.dir {
  color: #b34afc;
}
.zsrepsoc .zsrepsocbdy ul li .proname .zsicon-dot-circle.ot {
  color: #b23843;
}
.zsrepsoc .zsrepsocbdy ul li .proname span {
  width: calc(100% - 70px);
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  line-height: 16px;
}
.zsrepsoc .zsrepsocbdy ul li .procount {
  width: 30%;
  float: left;
  padding: 14px 10px 14px 20px;
}
.zsrepsoc .zsrepsocbdy ul li .procount span {
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zsrepsoc .zsrepsocbdy ul li ul {
  width: 100%;
  float: left;
  display: none;
}
.zsrepsoc .zsrepsocbdy ul li ul.open {
  display: block;
}
.zsrepsoc .zsrepsocbdy ul li ul li {
  width: 100%;
  float: left;
}
.zsrepsoc .zsrepsocbdy ul li ul li .pronameinr {
  width: 70%;
  float: left;
  padding: 10px 10px 10px 75px;
}
.zsrepsoc .zsrepsocbdy ul li ul li .pronameinr span {
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zsrepsoc .zsrepsocbdy ul li ul li .procoutinr {
  width: 30%;
  float: left;
  padding: 10px 20px;
}
.zsrepsoc .zsrepsocbdy ul li ul li .procoutinr span {
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dhadmibtico {
  width: 100%;
  float: left;
  text-align: center;
}
.dhadmibtico i {
  font-size: 100px;
}
.dhadmibtico i:before {
  color: #EE2758;
}
.dhadmibtico i:after {
  color: #3F3D56;
}

.zsiconcout {
  height: 90px;
}
.zsiconcout .coutname {
  width: calc(100% - 95px);
  float: left;
  margin-top: 20px;
}
.zsiconcout i {
  font-size: 65px;
  color: #f3f3f3;
  float: left;
  margin: 15px 10px;
}
.zsiconcout div:first-child {
  font-size: 30px;
  color: #6397f4;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zsiconcout div:nth-child(2) {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  text-align: right;
}

.zsrepdev {
  width: 100%;
  float: left;
}
.zsrepdev li {
  width: 100%;
  float: left;
}
.zsrepdev li .devico {
  width: 60px;
  height: 45px;
  float: left;
  text-align: center;
}
.zsrepdev li .devico span {
  width: 40px;
  height: 20px;
  display: block;
  margin: 10px 10px;
}
.zsrepdev li .devico i {
  font-size: 28px;
  color: #222222;
  margin: 0 auto;
  display: block;
  line-height: 45px;
}
.zsrepdev li .devname {
  width: calc(100% - 215px);
  float: left;
}
.zsrepdev li .devname span {
  font-size: 16px;
  color: #222222;
  line-height: 45px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.zsrepdev li .devcont {
  width: 150px;
  height: 45px;
  float: left;
  text-align: right;
}
.zsrepdev li .devcont span {
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  line-height: 45px;
  display: inline-block;
  text-align: right;
  margin-right: 5px;
}
.zsrepdev li .devcont em {
  font-style: normal;
  font-size: 14px;
  line-height: 45px;
  display: inline-block;
}

.zsrepchl {
  width: 100%;
  float: left;
}
.zsrepchl li {
  width: 100%;
  float: left;
}
.zsrepchl li .zsrepchdet {
  width: 100%;
  float: left;
  cursor: pointer;
}
.zsrepchl li .zsrepchdet.active .zsrchi i {
  color: #f84c74;
}
.zsrepchl li .zsrepchdet.active .zsrcnm span {
  color: #f84c74;
}
.zsrepchl li .zsrepchdet.active .zsrcpls i {
  color: #f84c74;
}
.zsrepchl li .zsrepchdet.active + ul {
  display: block;
}
.zsrepchl li .zsrepchdet .zsrchi {
  width: 70px;
  height: 60px;
  float: left;
  text-align: center;
}
.zsrepchl li .zsrepchdet .zsrchi i {
  font-size: 40px;
  display: block;
  margin: 10px auto;
  color: #333333;
}
.zsrepchl li .zsrepchdet .zsrchi img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 10px 15px;
}
.zsrepchl li .zsrepchdet .zsrchi span {
  display: block;
  color: #bcccd9;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  background-color: #efefef;
  border: 2px solid #bcccd9;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  margin: 10px auto;
}
.zsrepchl li .zsrepchdet .zsrcnm {
  width: calc(100% - 130px);
  float: left;
}
.zsrepchl li .zsrepchdet .zsrcnm span {
  font-size: 16px;
  line-height: 60px;
  color: #222222;
  font-weight: 500;
}
.zsrepchl li .zsrepchdet .zsrcnm span em {
  font-size: 12px;
  font-style: normal;
  margin-left: 10px;
}
.zsrepchl li .zsrepchdet .zsrcpls {
  width: 50px;
  float: left;
  text-align: center;
}
.zsrepchl li .zsrepchdet .zsrcpls i {
  font-size: 22px;
  display: block;
  color: #222222;
  line-height: 60px;
  cursor: pointer;
}
.zsrepchl li ul {
  padding: 5px 30px 5px 70px;
  display: none;
}
.zsrepchl li ul li {
  padding: 10px 0 !important;
}
.zsrepchl li ul li span:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  float: left;
}
.zsrepchl li ul li span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  float: right;
}

.zsrcotrlst {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin: 10px 0;
  width: 100%;
}
.zsrcotrlst .zsrcothed {
  background-color: #f5f5f5;
  height: 35px;
  float: left;
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 0 15px 0 2px;
}
.zsrcotrlst .zsrcothed td:nth-child(1) {
  width: 45px;
  float: left;
  margin: 4px;
}
.zsrcotrlst .zsrcothed td:nth-child(1) i {
  width: 35px;
  float: left;
  text-align: center;
  cursor: pointer;
  line-height: 35px;
  font-size: 20px;
}
.zsrcotrlst .zsrcothed td:nth-child(2) {
  width: calc(80% - 70px);
  float: left;
  font-weight: 500;
  line-height: 35px;
}
.zsrcotrlst .zsrcothed td:nth-child(3) {
  width: 20%;
  float: left;
  font-weight: 500;
  line-height: 35px;
}
.zsrcotrlst .zsrcohed {
  background-color: #f5f5f5;
  height: 35px;
  float: left;
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 0 15px 0 2px;
}
.zsrcotrlst .zsrcohed .contrylbl {
  width: 80%;
  float: left;
  font-weight: 500;
  line-height: 35px;
  padding: 0 5px;
}
.zsrcotrlst .zsrcohed .clkvalu {
  width: 20%;
  float: left;
  font-weight: 500;
  line-height: 35px;
  padding: 0 5px;
}
.zsrcotrlst .zsrcotrlscr {
  float: left;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.zsrcotrlst .zsrcotrlscr tr {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 10px;
  cursor: pointer;
}
.zsrcotrlst .zsrcotrlscr tr td:nth-child(1) {
  width: 32px;
  float: left;
  margin: 4px;
}
.zsrcotrlst .zsrcotrlscr tr td:nth-child(2) {
  width: calc(80% - 50px);
  float: left;
  padding: 5px;
}
.zsrcotrlst .zsrcotrlscr tr td:nth-child(2) span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
}
.zsrcotrlst .zsrcotrlscr tr td:nth-child(3) {
  width: 20%;
  float: left;
  padding: 5px;
  font-size: 14px;
  line-height: 32px;
}
.zsrcotrlst .zsrcotrlscr tr td:nth-child(3) em {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  display: none;
}
.zsrcotrlst .zsrcoclkres {
  float: left;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.zsrcotrlst .zsrcoclkres .zsrcorlrw {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 10px;
  cursor: pointer;
}
.zsrcotrlst .zsrcoclkres .zsrcorlrw .zsrcofl {
  width: 32px;
  float: left;
  margin: 4px;
}
.zsrcotrlst .zsrcoclkres .zsrcorlrw .zsrconam {
  width: calc(100% - 110px);
  float: left;
  padding: 5px;
}
.zsrcotrlst .zsrcoclkres .zsrcorlrw .zsrconam span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  width: 100%;
  display: block;
}
.zsrcotrlst .zsrcoclkres .zsrcorlrw .zsrcoclk {
  width: 70px;
  float: left;
  padding: 5px;
  font-size: 14px;
  line-height: 32px;
}
.zsrcotrlst .zsrcoclkres .zsrcorlrw .zsrcoclk em {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  display: none;
}

.zsrpfltxt {
  font-size: 15px;
  margin: 5px 10px;
  line-height: 30px;
}
.zsrpfltxt span {
  color: #5398fd;
  font-weight: 500;
  padding: 0 5px;
}

.zslnkchrt {
  width: 90%;
  float: left;
}
.zslnkchrt .perct {
  border-radius: 50%;
  border: 1px solid #c9d5df;
  float: left;
  text-align: center;
  width: 35px;
  height: 35px;
  float: left;
  position: relative;
  margin: 2.5px 0;
}
.zslnkchrt .perct span {
  font-size: 12px;
  line-height: 35px;
}
.zslnkchrt .chrt {
  width: 35px;
  height: 35px;
  float: left;
  position: relative;
  margin: 2.5px 0;
}
.zslnkchrt .chrt img {
  width: 30px;
  margin: 2.5px;
}
.zslnkchrt .chrt i {
  font-size: 24px;
  margin: 5px 0;
  display: block;
}
.zslnkchrt .zsmlturlchrt {
  width: calc(100% - 50px);
  float: left;
  padding: 0 0 0 10px;
}
.zslnkchrt .zsmlturlchrt .aplnks {
  font-size: 12px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}
.zslnkchrt .zsmlturlchrt .aplnks:hover {
  color: #f84c74;
  cursor: pointer;
}

.zslinkcrt {
  min-height: 50px;
  max-height: 150px;
}
.zslinkcrt.active {
  overflow: visible;
  max-height: unset;
}

.zsapplkdeurl {
  height: 140px;
  overflow: hidden;
}
.zsapplkdeurl.open {
  height: unset;
  overflow: unset;
}

.zsshowmro {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0;
  height: 30px;
}
.zsshowmro.wotbtn {
  margin: 0 0;
}
.zsshowmro:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  display: block;
  position: relative;
  top: 15px;
}
.zsshowmro button {
  font-size: 12px;
  color: #f84c74;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 3px 10px;
  position: relative;
  top: 2.46px;
}

.zsaqrcdbx {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  width: 92%;
  margin: 4%;
  float: left;
  position: relative;
}
.zsaqrcdbx img {
  width: 125px;
  margin: 20px auto 20px;
}
.zsaqrcdbx .zsaqropt {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 9;
}
.zsaqrcdbx .zsaqropt > i {
  font-size: 20px;
  cursor: pointer;
  display: block;
  float: left;
  color: #444444;
}
.zsaqrcdbx .zsaqrdet {
  border-top: 1px solid #ebebeb;
  width: 90%;
  margin: 0 5%;
}
.zsaqrcdbx .zsaqrdet .zsaqrtit {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zsaqrcdbx .zsaqrdet .zsaqrtit span {
  font-weight: 500;
}
.zsaqrcdbx .zsaqrdet .zsaqrtit.titclr {
  font-weight: 500;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
}
.zsaqrcdbx .zsaqrdet .zsaqrurl {
  color: #222222;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10% 10px;
}
.zsaqrcdbx .zsaqrdet .zsaqrurl span {
  font-weight: 500;
}

.zsaqrcdclr {
  width: 22px;
  height: 23px;
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.zsaqrcdclr span {
  width: 22px;
  height: 23px;
  display: block;
  border-radius: 3px;
}
.zsaqrcdclr input[type=color] {
  -webkit-appearance: none;
  border: 1px solid #d0dde5;
  background: none;
  border-radius: 2px;
  width: 23px;
  height: 23px;
  padding: 0;
}
.zsaqrcdclr input[type=color]::-webkit-color-swatch-wrapper {
  padding: 1px;
  border-radius: 2px;
  border: 0;
}
.zsaqrcdclr input[type=color]::-webkit-color-swatch {
  border: none;
}
.zsaqrcdclr input[type=color]::-moz-color-swatch-wrapper {
  padding: 1px;
  border-radius: 2px;
  border: 0;
}
.zsaqrcdclr input[type=color]::-moz-color-swatch {
  border: none;
}

.zsqrdivcont {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.zssqrcdshw {
  width: 115px;
}

.zsqrcdlbl {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}

.zsaqrupld .zsaqrlabls {
  width: 100%;
  float: left;
}

.zsupldfile {
  background-color: #fcfdff;
  border: 1px solid #d9e4ec;
  width: 85%;
  height: 90px;
  border-radius: 2px;
  position: relative;
  display: flex;
  margin-bottom: 22px;
}
.zsupldfile input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.zsupldfile.err .errmsg {
  visibility: visible;
}
.zsupldfile .errmsg {
  font-size: 12px;
  color: #d0070c;
  position: absolute;
  bottom: -27px;
  visibility: hidden;
}
.zsupldfile .uplico {
  width: 80px;
  height: 90px;
}
.zsupldfile .uplico i {
  font-size: 30px;
  line-height: 88px;
  display: block;
  text-align: center;
  color: #333333;
}
.zsupldfile .uptxt {
  width: calc(100% - 80px);
  height: 90px;
  padding-right: 20px;
}
.zsupldfile .uptxt p {
  line-height: 20px;
  padding: 15px 0;
}
.zsupldfile .uptxt p em {
  color: #5398fd;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
}
.zsupldfile .uptxt p span:first-child {
  color: #222222;
  font-weight: 500;
  font-size: 14px;
}
.zsupldfile .uptxt p span:last-child {
  font-size: 12px;
}
.zsupldfile .zsqrlogo {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  width: calc(100% - 70px);
}
.zsupldfile .zsqrlogo img {
  width: 50px;
  margin-right: 10px;
}
.zsupldfile .zsqrlogo span {
  font-size: 14px;
  width: calc(100% - 30px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zsupldfile .zsqredt {
  padding: 20px 10px;
  display: flex;
  align-items: center;
}
.zsupldfile .zsqredt i {
  font-size: 22px;
  display: block;
  cursor: pointer;
  color: #222222;
}

.zsutime {
  font-size: 12px;
  color: #929292;
  margin-bottom: 8px;
}

.zsutmlb {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #414141;
}

.zssetpag {
  height: calc(100% - 70px);
  overflow-y: auto;
}

.zssetmain {
  width: calc(100% - 220px);
  height: 100%;
  float: left;
}

.zssetlnk {
  width: 220px;
  height: 100%;
  float: left;
  border-right: 1px solid #ebebeb;
  padding: 8px;
  position: relative;
  z-index: 12;
  background-color: #ffffff;
}
.zssetlnk .zschspn {
  font-size: 20px;
  line-height: 35px;
}
.zssetlnk ul {
  width: 100%;
  height: calc(100% - 61px);
  overflow: hidden auto;
}
.zssetlnk ul li {
  width: 100%;
  float: left;
  padding: 10px 5px 10px 25px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zssetlnk ul li.active .ico {
  background-color: #f84c74;
  border-color: #f84c74;
}
.zssetlnk ul li.active .ico i {
  color: #ffffff;
}
.zssetlnk ul li.active .lbl {
  font-weight: 500;
  color: #f84c74;
}
.zssetlnk ul li .ico {
  width: 35px;
  height: 35px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  float: left;
}
.zssetlnk ul li .ico i {
  font-size: 22px;
  margin: 0 6px;
  line-height: 33px;
  display: block;
}
.zssetlnk ul li .lbl {
  width: calc(100% - 40px);
  float: left;
  font-size: 15px;
  line-height: 35px;
  padding: 0 10px;
}

.zschsetlbl {
  line-height: 22px;
  display: inline-block;
  float: left;
  font-weight: 500;
  font-size: 14px;
}

.zschsetvlu {
  line-height: 22px;
  max-width: 200px;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin: 0 0 0 5px;
}
.zschsetvlu s span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
  color: #929292;
}

.zsdashimg {
  width: 80px;
}

.zsdashimgbg {
  width: 150px;
  display: block;
  margin: 10px auto;
}

.zsupldcot {
  background-color: #fcfcfc;
  border: 1px dashed #dedede;
  border-radius: 8px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 300px;
}
.zsupldcot input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 98;
}
.zsupldcot i {
  font-size: 60px;
  margin: 10px 0 10px;
  display: block;
  color: #9c9c9c;
}
.zsupldcot h1 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
.zsupldcot p {
  font-size: 12px;
  color: #333333;
  margin: 5px 0;
  line-height: 1.5;
  width: 80%;
  margin: 0 10%;
}
.zsupldcot .zsafupls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #f3f3f3;
}
.zsupldcot .zsafupls .zsafulfls {
  width: 80%;
  height: 150px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 75px 10%;
}
.zsupldcot .zsafupls .zsafulfls img {
  width: 80px;
  opacity: 0.5;
}

.zsmigstus {
  float: left;
  margin: 15px;
}
.zsmigstus .msg {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.zsmigstus .msginfo {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.zsmigflct {
  border-left: 1px solid #ebebeb;
  float: left;
  padding: 15px;
}
.zsmigflct .count {
  color: #5398fd;
  font-weight: 500;
  font-size: 15px;
}
.zsmigflct .lbl {
  font-size: 15px;
}

.zsmigstbar {
  height: 8px;
  background-color: #e8e8e8;
  border-radius: 2px;
}
.zsmigstbar .zsmigstnot {
  height: 8px;
  float: left;
}

.zsmigmapdiv {
  width: 100%;
  border: 1px solid #d2dfe7;
  float: left;
  border-radius: 5px;
  background-color: #fbfaff;
}
.zsmigmapdiv .zsmigmapcot {
  float: left;
  width: 100%;
}
.zsmigmapdiv .zsmigmapcot.active {
  background-color: #ffffff;
  border-bottom: 1px solid #d2dfe7;
}
.zsmigmapdiv .zsmigmapcot.active .zsmigmapbdy {
  display: block;
}
.zsmigmapdiv .zsmigmaptit {
  padding: 5px 20px;
  width: 100%;
  float: left;
}
.zsmigmapdiv .zsmigmaptit h1 {
  font-size: 16px;
  padding: 5px 15px;
  font-weight: 400;
  line-height: 2;
}
.zsmigmapdiv .zsmigmaptit i.zsicon-file-document-box-plus-outline {
  font-size: 20px;
  color: #444444;
  line-height: 2;
}
.zsmigmapdiv .zsmigmaptit i.zsicon-delete {
  font-size: 20px;
  color: #444444;
  line-height: 2;
}
.zsmigmapdiv .zsmigmapbdy {
  width: 100%;
  float: left;
  padding: 5px 15px;
  display: none;
}

.zsproslde {
  width: 100%;
  max-width: 350px;
  position: fixed;
  right: -1000px;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0px 12px 41.85px 3.15px rgba(106, 50, 209, 0.15);
  border-radius: 0 0 0 10px;
  transition: 0.2s all;
  padding-bottom: 10px;
}
.zsproslde .zstopropic img {
  width: 80px;
  height: 80px;
}

.zsprobtn {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.zsprosigout {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  color: #222222;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.zsprthme {
  border-top: 1px solid #ebebeb;
  padding: 10px;
}
.zsprthme .zsprlab {
  font-size: 14px;
  padding: 12px 10px;
  display: block;
}
.zsprthme .zsprval {
  font-size: 14px;
  padding: 12px 10px;
  display: block;
}
.zsprthme .zsprlbdot {
  padding: 5px 10px 5px 0;
}
.zsprthme .zsprlbdot span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 5px 5px 0 0;
  border-radius: 50%;
}
.zsprthme .zsprlbdot span:first-child {
  margin: 5px 5px 0 5px;
}
.zsprthme .zsprlbdot span:last-child {
  margin: 5px 0 0 0;
}
.zsprthme .zsprlbdot span i {
  display: none;
  color: #ffffff;
  font-size: 14px;
  padding: 3px;
}
.zsprthme .zsprlbdot span.red {
  background-color: #fe645c;
}
.zsprthme .zsprlbdot span.green {
  background-color: #54b688;
}
.zsprthme .zsprlbdot span.yellow {
  background-color: #f3a520;
}
.zsprthme .zsprlbdot span.blue {
  background-color: #0682fc;
}
.zsprthme .zsprlbdot span.active {
  box-shadow: 0px 0px 5px 0px #dddddd;
}
.zsprthme .zsprlbdot span.active i {
  display: table-cell;
}

.zstopoptn {
  border-top: 1px solid #ebebeb;
  padding: 10px;
}
.zstopoptn i {
  font-size: 22px;
  margin-right: 10px;
  float: left;
}
.zstopoptn span {
  font-size: 14px;
  line-height: 22px;
}

.zstopsigout {
  padding: 15px 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f84c74;
}
.zstopsigout .zsprsiolnk {
  cursor: pointer;
}
.zstopsigout .zsprsiolnk i {
  padding-right: 5px;
  font-size: 16px;
}
.zstopsigout .zsprsiolnk span {
  font-size: 14px;
}

.zstopnotfy {
  width: 100%;
  height: 100%;
  max-width: 400px;
  top: 0;
  position: fixed;
  right: -1000px;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0px 12px 41.85px 3.15px rgba(106, 50, 209, 0.15);
  border-radius: 10px 0 0 0;
  transition: 0.2s all;
}
.zstopnotfy .zstnotbdy {
  width: 100%;
  float: left;
  height: calc(100% - 35px);
  overflow-y: auto;
}
.zstopnotfy .zstnotfmsg {
  width: 100%;
  float: left;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
}
.zstopnotfy .zstnotfmsg:hover {
  background-color: #f3f3ff;
}
.zstopnotfy .zstnotfmsg:before {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  background-color: #f84c74;
  border-radius: 25px;
  position: absolute;
  top: 34px;
  left: 18px;
}
.zstopnotfy .zstnotfmsg.readed:before {
  display: none;
}
.zstopnotfy .zstnotfmsg .zstnotico {
  width: 80px;
  height: 100%;
  float: left;
}
.zstopnotfy .zstnotfmsg .zstnotico img {
  width: 40px;
  height: 40px;
  margin: 18px 0 0 25px;
  border-radius: 50%;
}
.zstopnotfy .zstnotfmsg .zstnotmesg {
  width: calc(100% - 100px);
  height: 100%;
  float: left;
  margin: 15px 0px 15px 5px;
}
.zstopnotfy .zstnotfmsg .zstnotmesg p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 3px;
  color: #333333;
}
.zstopnotfy .zstnotfmsg .zstnotmesg a {
  display: block;
  margin-bottom: 3px;
  line-height: 1.4;
  width: 100%;
  float: left;
  color: #f84c74;
  font-size: 12px;
}
.zstopnotfy .zstnotfmsg .zstnotmesg label {
  font-size: 12px;
  color: #929292;
  width: 100%;
  float: left;
  display: block;
}

.zssetprofl {
  background-color: rgb(255, 255, 255);
  border: 1px solid #ebebeb;
  border-radius: 5px;
  width: 92%;
  margin: 0 4%;
  float: left;
  padding: 15px;
}

.zsprostpic {
  width: 80px;
  height: 80px;
  margin: 10px auto 25px;
  position: relative;
}
.zsprostpic img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50px;
}
.zsprostpic i.zsicon-star {
  background-color: #f7f7f7;
  padding: 3.5px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: #ffcb29;
  position: absolute;
  bottom: -2px;
  right: 5px;
  border-radius: 25px;
}
.zsprostpic span {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  font-weight: 700;
  font-size: 26px;
  padding: 15px;
  line-height: 70px;
  display: inline-block;
  color: #414141;
  text-align: center;
}
.zsprostpic span.ylw {
  background-color: #fff8eb;
}
.zsprostpic span.grn {
  background-color: #ebfff1;
}
.zsprostpic span.blu {
  background-color: #ebf8ff;
}
.zsprostpic span.prup {
  background-color: #fdebff;
}

.zsprosrh {
  position: relative;
  top: -5px;
}

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

.zsprsrch {
  font-size: 22px;
  padding: 8.5px 15px;
  display: inline-block;
  color: #444444;
  cursor: pointer;
}

.zsprosrch {
  width: 0;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: 0.3s all;
  z-index: 99;
  margin-right: 10px;
  float: left;
}
.zsprosrch.open {
  width: 250px;
}
.zsprosrch input {
  width: 100%;
  height: 40px;
  cursor: text;
  border-bottom: 1px solid #ebebeb;
  padding: 0 30px 0 15px;
}
.zsprosrch i {
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 22px;
  color: #333333;
  cursor: pointer;
}

.zsprlstopt {
  height: 23px;
  width: 100%;
}
.zsprlstopt a i {
  color: #222222;
}
.zsprlstopt .zsprsts {
  float: left;
  margin: 4px 0 0;
}
.zsprlstopt .zsprsts span.stdot {
  width: 9px;
  height: 9px;
  border-radius: 25px;
  display: inline-block;
  margin-right: 5px;
}
.zsprlstopt .zsprsts span.msg {
  font-size: 12px;
  color: #222222;
  display: inline-block;
}

.zsdomlstviw {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 20px 25px;
  position: relative;
}
.zsdomlstviw:hover {
  box-shadow: 0px 0px 5px 0px rgba(199, 199, 199, 0.65);
}
.zsdomlstviw:hover .zsdmedi {
  display: block;
}
.zsdomlstviw:hover {
  cursor: pointer;
}
.zsdomlstviw:hover.domhov .zsdmnm {
  color: #f84c74;
}
.zsdomlstviw .zslgfav {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 5px 0;
}
.zsdomlstviw .zslgfav img {
  width: 100%;
}
.zsdomlstviw .zsdmnm {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 15px;
  max-width: 50%;
}
.zsdomlstviw .zsdmnm div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.zsdomlstviw .zsdmver {
  padding: 11.5px 5px;
}
.zsdomlstviw .zsdmver i {
  float: left;
}
.zsdomlstviw .zsdmver span {
  float: left;
  font-size: 12px;
  padding: 3px 5px;
}
.zsdomlstviw .zsdmver a {
  color: #5398fd;
  font-size: 12px;
  padding: 2px 12px;
  font-weight: 500;
  text-decoration: underline;
}
.zsdomlstviw .zsdmedi {
  position: absolute;
  right: 25px;
  top: 20px;
  display: none;
}
.zsdomlstviw .zsdmedi a {
  display: block;
  float: left;
}
.zsdomlstviw .zsdmedi a i {
  font-size: 22px;
  padding: 5px;
  float: left;
  margin-top: 6px;
  color: #222222;
}
.zsdomlstviw .zsdmedi a i:hover {
  color: #222222;
}

.zsflmltsel {
  width: 245px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zsdahlnd, .zsglocrtm {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  width: 90%;
  margin: 0 5% 5%;
  float: left;
  cursor: pointer;
}

.zsglocrtm {
  padding: 0 0 5%;
  text-align: center;
}
.zsglocrtm:hover {
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
}
.zsglocrtm i {
  font-size: 100px;
  display: block;
  margin: auto;
}
.zsglocrtm i:before {
  color: #EE2758;
}
.zsglocrtm i:after {
  color: #3F3D56;
}
.zsglocrtm img {
  width: 150px;
}
.zsglocrtm .zsgcrtit {
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  text-align: center;
}
.zsglocrtm .zsgcrdes {
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  text-align: center;
  margin: 5% 0 0;
  padding: 0 15%;
  line-height: 15px;
}

.zsglocrtsm {
  width: 25%;
  margin-bottom: 20px;
  cursor: pointer;
}
.zsglocrtsm:hover i:before {
  color: #EE2758;
}
.zsglocrtsm:hover i:after {
  color: #3F3D56;
}
.zsglocrtsm:hover i .zsglsmti {
  color: #EE2758;
}
.zsglocrtsm i {
  font-size: 50px;
}
.zsglocrtsm .zsglsmti {
  font-size: 15px;
  margin: 5px 0 8px;
}

.zsdahlnd {
  background-color: #ffffff;
  padding: 0 0 50px;
}
.zsdahlnd.fdout {
  filter: grayscale(100%);
  opacity: 0.8;
}
.zsdahlnd.fdin {
  filter: grayscale(0);
  opacity: 1;
}
.zsdahlnd:hover {
  box-shadow: 0px 12px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  padding: 0 0 40px;
}
.zsdahlnd:hover img {
  margin: 35px auto 0;
}
.zsdahlnd:hover .zsdhcrbt {
  height: 38px;
  overflow: hidden;
  transition: 0.2s ease;
}
.zsdahlnd:hover .zsdhldtit {
  margin: 10px 0 10px;
}
.zsdahlnd:hover .zsdhldesc {
  margin: 0 10% 0;
}
.zsdahlnd img {
  height: 150px;
  display: block;
  margin: 50px auto 0;
  transition: 0.2s ease;
}
.zsdahlnd .zsdhldtit {
  font-weight: 500;
  font-size: 20px;
  color: #f84c74;
  text-align: center;
  margin: 20px 0 10px;
}
.zsdahlnd .zsdhldesc {
  width: 80%;
  margin: 5px 10% 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.zsdahlnd .zsdhcrbt {
  width: 100%;
  margin-top: 10px;
  height: 0;
  overflow: hidden;
}

.zstardeviw {
  width: 100%;
  float: left;
  margin: 2% 0 2%;
  border: 1px solid #e3ebf1;
  padding: 3% 3% 2%;
  border-radius: 4px;
  position: relative;
}
.zstardeviw .zstrdelab {
  position: absolute;
  top: -9px;
  background-color: #ffffff;
}
.zstardeviw .zstrdelab span {
  font-size: 14px;
  font-weight: 500;
}
.zstardeviw .cntlang {
  border: 1px solid #e3ebf1;
  border-radius: 2px;
  display: inline-block;
  padding: 8px 15px;
  font-size: 15px;
  margin: 0 10px 10px 0;
  background-color: #fcfcfc;
}
.zstardeviw .cnttimcal {
  border: 1px solid #e3ebf1;
  border-radius: 2px;
  display: block;
  float: left;
  width: 100%;
  padding: 8px 15px;
  font-size: 15px;
  margin: 0 10px 10px 0;
  background-color: #fcfcfc;
}
.zstardeviw .cnttimcal i {
  font-size: 18px;
  padding-right: 5px;
  float: left;
  display: block;
}
.zstardeviw .cnttimcal > span {
  font-size: 14px;
  float: left;
  line-height: 18px;
  display: block;
  max-width: calc(100% - 30px);
}
.zstardeviw .cnttimcal > span em {
  font-style: normal;
  font-weight: 500;
}
.zstardeviw .cntcontr {
  border: 1px solid #e3ebf1;
  border-radius: 2px;
  display: inline-block;
  padding: 8px 15px 8px 40px;
  font-size: 15px;
  margin: 0 10px 10px 0;
  position: relative;
  background-color: #fcfcfc;
  line-height: 16px;
}
.zstardeviw .cntcontr span {
  position: absolute;
  top: 0px;
  left: 4px;
}
.zstardeviw .zstrdevsl {
  float: left;
  padding: 15px 20px;
  text-align: center;
  opacity: 0.2;
  cursor: pointer;
  position: relative;
}
.zstardeviw .zstrdevsl.active {
  opacity: 1;
}
.zstardeviw .zstrdevsl.active i.zsicon-check {
  display: block;
}
.zstardeviw .zstrdevsl i {
  font-size: 50px;
  margin-bottom: 10px;
  display: block;
}
.zstardeviw .zstrdevsl i.zsicon-check {
  font-size: 15px;
  position: absolute;
  background-color: #00c50f;
  border-radius: 25px;
  margin: 0;
  top: 8px;
  left: 20px;
  color: #fff;
  display: none;
  padding: 4px;
}
.zstardeviw .zstrdevsl span {
  font-size: 13px;
  display: block;
}

.zsrepchti {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
  margin-top: 7px;
}
.zsrepchti:before {
  width: 30px;
  height: 3px;
  content: "";
  background-color: #f84c74;
  position: absolute;
  bottom: 1px;
  left: 0px;
}

.zsrepchcot {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
}

.zsreptab {
  float: left;
}
.zsreptab li {
  float: left;
  padding: 5px 20px 5px 0;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  margin-right: 8px;
  cursor: pointer;
}
.zsreptab li:last-child {
  margin-right: 0;
  padding: 5px 0 5px 0;
}
.zsreptab li.active {
  color: #f84c74;
  font-weight: 500;
}

.zsdreclnk {
  float: left;
}
.zsdreclnk ul {
  height: 322px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 10px;
}
.zsdreclnk ul li {
  float: left;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 5.5px 10px;
  cursor: pointer;
}
.zsdreclnk ul li:hover {
  background-color: #f84c74;
}
.zsdreclnk ul li:hover .dshurl {
  color: #ffffff;
}
.zsdreclnk ul li .favic {
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  margin: 4px 10px 4px 0;
  border-radius: 50%;
  background-color: #ffffff;
}
.zsdreclnk ul li .favic img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}
.zsdreclnk ul li .dshurl {
  width: calc(100% - 50px);
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  line-height: 2.7;
  color: #222222;
}

.zsdhlpti:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #f84c74;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  margin: 0;
}

.icogrpset {
  width: 100%;
  float: left;
  text-align: center;
}
.icogrpset i {
  font-size: 100px;
}
.icogrpset i:first-child:before {
  color: #d80044;
  position: relative;
}
.icogrpset i:first-child(2):after {
  color: #302d44;
}
.icogrpset i:nth-child(2):before {
  color: #fbe6ed;
}

.zsmigstpcnt {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  margin: 0 25%;
}
.zsmigstpcnt .zsmigstp {
  width: 100px;
}
.zsmigstpcnt .zsmigstp.active .lbl {
  color: #333333;
}
.zsmigstpcnt .zsmigstp.active .zsmigstpinr {
  background: #f84c74;
  border-color: #f84c74;
}
.zsmigstpcnt .zsmigstp.active .zsmigstpinr span {
  color: #ffffff;
}
.zsmigstpcnt .zsmigstp.active .zsmigstpinr i {
  display: none;
}
.zsmigstpcnt .zsmigstp.sucess {
  cursor: pointer;
}
.zsmigstpcnt .zsmigstp.sucess .lbl {
  color: #333333;
}
.zsmigstpcnt .zsmigstp.sucess .zsmigstpinr {
  background: #68b51d;
  border-color: #68b51d;
}
.zsmigstpcnt .zsmigstp.sucess .zsmigstpinr span {
  display: none;
}
.zsmigstpcnt .zsmigstp.sucess .zsmigstpinr i {
  display: block;
}
.zsmigstpcnt .zsmigstp .lbl {
  width: 100%;
  float: left;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.zsmigstpcnt .zsmigstp .zsmigstpinr {
  width: 35px;
  height: 35px;
  border: 1px solid #ebebeb;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto;
}
.zsmigstpcnt .zsmigstp .zsmigstpinr span {
  line-height: 35px;
  font-size: 14px;
}
.zsmigstpcnt .zsmigstp .zsmigstpinr i {
  line-height: 35px;
  font-size: 18px;
  color: #ffffff;
  display: none;
}

.zsmigstlog {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  margin: 20px 25%;
}
.zsmigstlog img {
  width: 150px;
}

.zsmigifo {
  display: block;
  margin: 5px 0px 0;
}

.zsmiginfo {
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 35px;
  left: -21px;
  width: 300px;
  min-height: 40px;
  padding: 10px;
  box-shadow: 1px 1px 5px #ddd, -1px 0px 5px #ddd, 1px -1px 5px #ddd;
  z-index: 0;
  transform: translate(0px, -30px);
  visibility: hidden;
  transition: 0.2s all ease;
  opacity: 0;
}
.zsmiginfo.open {
  z-index: 99;
  transform: translate(0px, 0px);
  visibility: visible;
  opacity: 1;
}
.zsmiginfo:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dddddd;
  position: absolute;
  top: -10px;
  left: 20px;
  display: block;
}

.zstopbanr {
  width: 100%;
  height: 40px;
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  border-bottom: 2px solid #f84c74;
  z-index: 999;
  background-color: #ffffff;
}
.zstopbanr .msg {
  width: 80%;
  margin: 0 10%;
  text-align: center;
  padding: 10px 0;
}
.zstopbanr .msg img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.zstopbanr .msg p {
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
}
.zstopbanr .msg a,
.zstopbanr .msg button {
  color: #f84c74;
  display: inline-block;
  font-size: 14px;
  border: 0;
}
.zstopbanr .cls {
  position: absolute;
  right: 8px;
  top: 8px;
}
.zstopbanr .cls i {
  font-size: 22px;
  cursor: pointer;
}

.tbas {
  top: 40px;
  height: calc(100% - 40px);
}

.tbhd {
  top: 40px;
}

.tbma {
  top: 40px;
  height: calc(100% - 100px);
  position: relative;
}

.zslnkselcshow {
  display: inline-block;
}
.zslnkselcshow .fav {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
}
.zslnkselcshow .fav img {
  width: 25px;
  margin: 3px 5px 0 0;
  float: left;
  display: block;
}
.zslnkselcshow > span {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
}
.zslnkselcshow > span > i {
  cursor: pointer;
  font-size: 20px;
  position: relative;
  top: 5px;
  color: #222222;
  margin: 0px 0 0 5px;
}

.zsspltlidrdw {
  width: 500px;
  max-height: 170px;
  border-width: 1px;
  border-color: rgb(201, 213, 223);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  position: absolute;
  left: calc(100% - 150px);
  z-index: 9;
  transform: translate(0, -20px);
  visibility: hidden;
  transition: 0.2s all ease;
  border-radius: 6px;
}
.zsspltlidrdw.open {
  z-index: 99;
  transform: translate(0, 0);
  visibility: visible;
}
.zsspltlidrdw .inlnkbox {
  width: 100%;
  max-height: 168px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 8px;
}

.zsappmlidrdw {
  width: 500px;
  max-height: 200px;
  border-width: 1px;
  border-color: rgb(201, 213, 223);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 22.32px 1.68px rgba(106, 50, 209, 0.15);
  position: absolute;
  left: calc(100% - 150px);
  z-index: 9;
  transform: translate(0, -20px);
  visibility: hidden;
  transition: 0.2s all ease;
  border-radius: 6px;
}
.zsappmlidrdw.open {
  z-index: 99;
  transform: translate(0, 0px);
  visibility: visible;
}

.zsappmlicpy {
  width: 80%;
  height: 200px;
  border-width: 1px;
  border-color: rgb(201, 213, 223);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  position: relative;
  border-radius: 6px;
  float: left;
}

.zsaptab {
  border-bottom: 1px solid #c9d5df;
  text-align: left;
  padding: 0 10px;
  height: 36px;
}
.zsaptab a {
  text-decoration: none;
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0px 1px;
  display: inline-block;
  line-height: 15px;
  position: relative;
  margin: 0 10px 0 5px;
}
.zsaptab a.active:after {
  display: block;
}
.zsaptab a:after {
  width: 100%;
  height: 2px;
  background-color: #f84c74;
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  display: none;
}

.zsapbody {
  width: 100%;
  max-height: 160px;
  padding: 4px 8px;
  overflow-y: auto;
  overflow-x: hidden;
}

.zsspltlidrdw:before,
.zsappmlidrdw:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ebebeb;
  content: "";
  position: absolute;
  top: -10px;
  left: 132px;
  width: 10px;
  margin: auto;
}
.zsspltlidrdw:after,
.zsappmlidrdw:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  content: "";
  position: absolute;
  top: -8px;
  left: 132px;
  width: 10px;
  margin: auto;
}

.zsfullpgviw {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 99;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.zsfullpgviw .zsflvwlft {
  width: 250px;
  height: 100%;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #ebebeb;
}
.zsfullpgviw .zsflvwlft ul {
  width: 100%;
  float: left;
}
.zsfullpgviw .zsflvwlft ul li {
  width: 100%;
  float: left;
  padding: 8px;
  cursor: pointer;
  box-sizing: border-box;
  border-left: 4px solid transparent;
}
.zsfullpgviw .zsflvwlft ul li.active .lfico {
  background-color: #f84c74;
  border-color: #f84c74;
  color: #ffffff;
}
.zsfullpgviw .zsflvwlft ul li.active .fulvielbl {
  font-weight: 500;
  color: #f84c74;
}
.zsfullpgviw .zsflvwlft ul li .lfico {
  width: 35px;
  height: 35px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  float: left;
}
.zsfullpgviw .zsflvwlft ul li .lfico i {
  font-size: 22px;
  margin: 0 6px;
  line-height: 33px;
  display: block;
}
.zsfullpgviw .zsflvwlft ul li .fulvielbl {
  width: calc(100% - 40px);
  float: left;
}
.zsfullpgviw .zsflvwlft ul li .fulvielbl span {
  font-size: 15px;
  line-height: 35px;
  padding: 0 10px;
}
.zsfullpgviw .zsflvwrgt {
  width: calc(100% - 250px);
  height: 100%;
  float: left;
}
.zsfullpgviw .zsflvwrgt .cls {
  text-decoration: none;
  color: #222222;
  font-size: 28px;
  padding: 1px 0 1px 15px;
  display: block;
  position: relative;
  top: -25px;
  right: -15px;
}
.zsfullpgviw .zsflvwrgt .zsflvwrinr {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}

.codesnipt {
  width: 100%;
  min-height: 180px;
  resize: none;
  border: 1px solid #ebebeb;
  outline: none;
  font-family: inherit;
  padding: 15px;
  border-radius: 5px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}

.codesniptcopy {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: #ffffff;
  cursor: pointer;
}
.codesniptcopy span i {
  font-size: 24px;
}

.zsdmwrmsg {
  float: left;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  position: relative;
}
.zsdmwrmsg.notverfy {
  background-color: #fff8eb;
  border: 1px solid #feba27;
}
.zsdmwrmsg.notverfy i:before {
  color: #EE2758;
}
.zsdmwrmsg.notverfy i:after {
  color: #3F3D56;
}
.zsdmwrmsg.verfy {
  background-color: #f2f7f0;
  border: 1px solid #73aa4c;
}
.zsdmwrmsg.verfy i {
  color: #73aa4c;
}
.zsdmwrmsg.verfy .vrfcls {
  position: absolute;
  top: 5px;
  right: 5px;
}
.zsdmwrmsg.verfy .vrfcls i {
  font-size: 20px;
  color: #222222;
  margin: 5px;
  cursor: pointer;
}
.zsdmwrmsg i {
  font-size: 50px;
  margin: 5px 20px 5px 10px;
  display: block;
}
.zsdmwrmsg .dswrti {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px 5px;
  color: #262626;
}
.zsdmwrmsg .dswrdesc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #262626;
  margin-left: 5px;
}

.gblsrclst {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.gblsrclst li {
  padding: 15px;
  border: 1px solid #ebebeb;
  margin: 10px 0;
  border-radius: 15px;
  float: left;
  width: 100%;
}
.gblsrclst li img {
  float: left;
  width: 40px;
  margin-right: 5px;
}
.gblsrclst li h1 {
  float: left;
  font-size: 16px;
  margin: 14px 5px 0;
}

.zsutmdpdw {
  width: 280px;
  padding: 20px;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  transform: translate(0px, -20px);
  box-shadow: 0px 0px 5px 1px rgba(106, 50, 209, 0.15);
  z-index: 99;
  visibility: hidden;
  transition: 0.2s all;
}
.zsutmdpdw.active {
  transform: translate(0px, 0px);
  visibility: visible;
}

.reptop {
  box-shadow: 1px 4px 15px 0px rgba(106, 50, 209, 0.15);
  border: 1px solid transparent;
}

.twoclrico:before {
  color: #EE2758;
}
.twoclrico:after {
  color: #3F3D56;
}

.oneclrico:before {
  color: #3F3D56;
}

.zsdahsmct {
  width: 25%;
  float: left;
}

.zsdahsmir {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  max-height: 290px;
  float: left;
  padding: 50px 20px;
  cursor: pointer;
  border: 1px solid #ebebeb;
}
.zsdahsmir:hover, .zsdahsmir.active {
  box-shadow: 0px 0px 19.53px 1.47px rgba(95, 11, 212, 0.1);
}
.zsdahsmir:hover i:before, .zsdahsmir.active i:before {
  color: #EE2758;
}
.zsdahsmir:hover i:after, .zsdahsmir.active i:after {
  color: #3F3D56;
}
.zsdahsmir:hover span, .zsdahsmir.active span {
  color: #EE2758;
}

.zsdahcotbx {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #ebebeb;
  width: 100%;
  float: left;
  padding: 35px;
  cursor: pointer;
}
.zsdahcotbx .prct {
  position: relative;
  top: -4px;
}
.zsdahcotbx .prct i {
  position: relative;
  top: 4px;
  font-size: 16px;
}
.zsdahcotbx:hover > div:first-child {
  color: #f84c74;
  font-weight: 500;
}
.zsdahcotbx.active {
  border: 1px solid #f84c74;
}

.chrtbg {
  background-color: #f9f8fe;
}

.zsdshbtnswt {
  padding: 2px;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 1.47px rgba(95, 11, 212, 0.1);
}
.zsdshbtnswt button {
  border: 0;
  color: #000000;
  font-size: 14px;
  padding: 6px 8px;
  border-radius: 3px;
}
.zsdshbtnswt button.active {
  background-color: #6a32d1;
  color: #ffffff;
}

.zsdshrep .lnkclr {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.drparw {
  font-size: 12px;
  position: relative;
  top: 1px;
}

.lnknamed {
  cursor: pointer;
  font-size: 20px;
  color: #222222;
  margin: 0px 0 0 5px;
}

.migstau {
  border: 1px solid #ebebeb;
  padding: 25px 15px;
  border-radius: 5px;
  margin: 0 20px 20px 0;
}
.migstau .migrsttit {
  width: 70%;
  float: left;
}
.migstau .migrstcot {
  width: 30%;
  float: left;
  text-align: right;
}

.migstaus {
  font-weight: 400;
  font-size: 16px;
}
.migstaus:before {
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  border-radius: 25px;
  margin-right: 5px;
}
.migstaus.incmpl:before {
  background-color: #ffb30b;
}
.migstaus.cmpl:before {
  background-color: #84c60d;
}
.migstaus.inpro:before {
  background-color: #0aabee;
}

.migrefsh {
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin-right: 3px;
}

.zsrpdrpdwn {
  position: relative;
}
.zsrpdrpdwn .zsrpsevl {
  cursor: pointer;
  border: 1px solid #ebebeb;
  width: 100%;
  border-radius: 5px;
  float: left;
  height: 35px;
}
.zsrpdrpdwn .zsrpsevl span {
  font-size: 16px;
  width: calc(100% - 20px);
  display: block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
}
.zsrpdrpdwn .zsrpsevl i {
  padding: 10px 0;
  font-size: 13px;
  display: block;
  float: left;
  position: relative;
}
.zsrpdrpdwn .zsrpsdrva {
  width: 100%;
  overflow-y: auto;
  top: 35px;
  background-color: #ffffff;
  z-index: 98;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0px 12px 41.85px 3.15px rgba(106, 50, 209, 0.15);
  display: none;
}
.zsrpdrpdwn .zsrpsdrva.active {
  display: block;
}
.zsrpdrpdwn .zsrpsdrva li {
  padding: 1px 10px;
  cursor: pointer;
  border-radius: 2px;
  height: 40px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}
.zsrpdrpdwn .zsrpsdrva li span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.zsrpsts {
  position: relative;
}
.zsrpsts.act:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background-color: #f84c74;
  top: 3px;
  right: 4px;
  -webkit-animation: 1.5s repani infinite;
          animation: 1.5s repani infinite;
  opacity: 0;
  box-shadow: 0px 0px 3px 2px #e5e5e5;
}

@-webkit-keyframes repani {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes repani {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.zstrgnam .bckbtn {
  font-size: 28px;
  color: #262626;
  float: left;
  margin: 8px 0;
}
.zstrgnam .tgticont {
  float: left;
  width: calc(100% - 28px);
}
.zstrgnam .tgticont .tgnme {
  float: left;
  font-size: 22px;
  font-weight: 500;
  padding: 12px 10px;
  color: #262626;
  width: 100%;
}
.zstrgnam .tgticont .tgtime {
  width: 100%;
  float: left;
  font-size: 12px;
  padding: 0 0 10px 10px;
}
.zstrgnam .tgticont .tgtime span {
  color: #222222;
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
}
.zstrgnam .tgticont .tgtime span.bold {
  font-weight: 700;
}

.zstrname {
  width: 100%;
  float: left;
}
.zstrname img {
  width: 35px;
  height: 35px;
  margin: 12.5px;
}
.zstrname .zstiurl {
  width: calc(100% - 70px);
}
.zstrname .zstiurl .zstartile {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #222222;
  width: 100%;
  float: left;
}
.zstrname .zstiurl .zstarurl {
  width: 85%;
  float: left;
}
.zstrname .zstiurl .zstarurl span {
  font-size: 12px;
  color: #262626;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-decoration: none;
}
.zstrname .zstiurl .zstarurl:hover {
  color: #f84c74;
  cursor: pointer;
}

.proworkdp {
  overflow: hidden;
  width: 190px;
  display: block;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.zsconvrepcout {
  border: 1px solid #ebebeb;
  width: 100%;
  float: left;
  padding: 20px;
  border-radius: 5px;
}

.zsconvrnam {
  width: calc(100% - 200px);
  float: left;
  border-right: 1px solid #ebebeb;
}

.zsconvrnamlnk {
  width: calc(100% - 400px);
  float: left;
}
.zsconvrnamlnk .zsconvurl a {
  width: 95%;
}
.zsconvrnamlnk .zsconvurl label {
  border: 1px solid #ffd702;
  border-radius: 2px;
  background-color: #fff3b2;
  color: #222222;
  padding: 3px 5px;
  font-size: 11px;
  display: inline-block;
  margin: 2px 5px 2px;
}

.zsconvrico {
  width: 40px;
  float: left;
}
.zsconvrico img {
  width: 100%;
}

.zsconvurl {
  width: calc(100% - 70px);
  float: left;
  margin-left: 20px;
}
.zsconvurl h1 {
  max-width: 70%;
  display: block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  margin: 4px 0 5px;
}
.zsconvurl a {
  font-size: 12px;
  color: #262626;
  line-height: 20px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  float: left;
  margin-right: 20%;
}

.zsconvrepgrp {
  width: 90%;
  height: 5px;
  background-color: #ececec;
  overflow: hidden;
  margin: 15px 0 0;
  float: left;
}
.zsconvrepgrp span {
  display: block;
  height: 5px;
}
.zsconvrepgrp span.red {
  background-color: #e55976;
}
.zsconvrepgrp span.blue {
  background-color: #5894e1;
}
.zsconvrepgrp span.purple {
  background-color: #b659f1;
}

.zsconvcout {
  width: 200px;
  float: left;
}
.zsconvcout .countdiv {
  width: 100%;
  float: left;
  margin: 15px 0 10px;
  text-align: center;
}
.zsconvcout .countdiv label:last-child {
  font-size: 22px;
  font-weight: 500;
}
.zsconvcout .countdiv label:first-child {
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid #c7c7c7;
  padding-right: 9px;
  margin-right: 5px;
  color: #6a32d1;
}
.zsconvcout span {
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
  text-align: center;
}

.zsconvcoutlnk {
  width: 133.33px;
  float: left;
  border-right: 1px solid #ebebeb;
}
.zsconvcoutlnk .convcount {
  margin: 5px 0px 8px;
  text-align: center;
  font-size: 16px;
}
.zsconvcoutlnk .convcount label:first-child {
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #c7c7c7;
  padding-right: 7px;
  margin-right: 8px;
  color: #6a32d1;
}
.zsconvcoutlnk .convcount label:last-child {
  font-weight: 500;
}
.zsconvcoutlnk h1 {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0px 8px;
  text-align: center;
}
.zsconvcoutlnk span {
  font-size: 10px;
  margin-bottom: 4px;
  display: block;
  text-align: center;
}
.zsconvcoutlnk:last-child {
  border-right: 0;
}

.zsconvcoutlnk .convseting {
  padding: 3px 0 3px 11px;
}
.zsconvcoutlnk .convseting .desc {
  float: left;
  font-size: 12px;
  line-height: 1.5;
  max-width: calc(100% - 30px);
}
.zsconvcoutlnk .convseting .edico {
  width: 20px;
  float: left;
  position: relative;
  top: -3px;
  margin-left: 10px;
}
.zsconvcoutlnk .convseting .edico i {
  font-size: 22px;
  cursor: pointer;
}

.covtitl {
  width: calc(100% - 40px);
}
.covtitl h1 {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.zsloadingfull {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zsloadingfull img {
  width: 100px;
}

.zsportal-create {
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0 0 0 0;
  overflow-y: auto;
}
.zsportal-create .zsportal-cls {
  position: fixed;
  top: 20px;
  right: 20px;
}
.zsportal-create .zsportal-cls i {
  cursor: pointer;
  font-size: 22px;
}
.zsportal-create .zsportal-inr {
  float: left;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background-color: #ffffff;
  width: 70%;
  margin: 4% 15%;
}
.zsportal-create .zsportal-inr .zsportal-cont {
  width: 80%;
  margin: 4% 10% 5%;
}
.zsportal-create .zsportal-inr .zsportal-cont .logo {
  width: 100%;
}
.zsportal-create .zsportal-inr .zsportal-cont .logo img {
  width: 120px;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportwelmesg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 0 30px;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportwelmesg h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #222222;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportwelmesg p {
  font-size: 14px;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst:last-child {
  margin-bottom: 0;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst:hover {
  box-shadow: 0px 0px 5px 0px rgba(199, 199, 199, 0.65);
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst .zsportal-name-date {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 75%;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst .zsportal-name-date .zsportal-name {
  max-width: calc(100% - 200px);
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst .zsportal-name-date .zsportal-name:hover h2 {
  color: #f84c74;
  cursor: pointer;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst .zsportal-name-date .zsportal-name h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst .zsportal-name-date .zsportal-name p {
  font-size: 14px;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst .zsportal-name-date .zsportal-def {
  width: 150px;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst .zsportal-name-date .zsportal-def span {
  margin: 0 0 0 20px;
}
.zsportal-create .zsportal-inr .zsportal-cont .zsportal-lst .zsportal-more i {
  font-size: 20px;
}

.zstour-land {
  position: fixed;
  width: calc(100% - 89px);
  height: calc(100% - 60px);
  background-color: rgba(0, 0, 0, 0.8);
  top: 60px;
  left: 89px;
  z-index: 999;
}
.zstour-land .zstour-contair {
  width: 500px;
  position: fixed;
  top: 20%;
  left: calc(50% - 250px);
}
.zstour-land .zstour-contair .zstour-popup {
  width: 100%;
  min-height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
}
.zstour-land .zstour-contair .zstour-popup ul {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.zstour-land .zstour-contair .zstour-popup ul li {
  width: 500px;
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
  transition: left 1.4s, opacity 0.5s ease;
  opacity: 0;
}
.zstour-land .zstour-contair .zstour-popup ul li.show {
  position: relative;
  left: 0;
  opacity: 1;
}
.zstour-land .zstour-contair .zstour-popup ul li.slidemove {
  left: -100%;
  opacity: 0;
}
.zstour-land .zstour-contair .zstour-popup ul li .zsicontour {
  margin: 30px 0 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.zstour-land .zstour-contair .zstour-popup ul li .zsicontour img {
  width: 80px;
}
.zstour-land .zstour-contair .zstour-popup ul li .zsmsgtour {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.zstour-land .zstour-contair .zstour-popup ul li .zsmsgtour h1 {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  text-align: center;
}
.zstour-land .zstour-contair .zstour-popup ul li .zsmsgtour p {
  width: 70%;
  margin: 5px 15%;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  white-space: normal;
}
.zstour-land .zstour-contair .zsmsgbtn {
  padding: 20px 0 40px;
  display: flex;
  justify-content: center;
}
.zstour-land .zstour-contair .zstour-pagenat {
  display: flex;
  justify-content: center;
  margin: 20px 0 10px;
}
.zstour-land .zstour-contair .zstour-pagenat span {
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}
.zstour-land .zstour-contair .zstour-pagenat span:last-child {
  margin-right: 0;
}
.zstour-land .zstour-contair .zstour-pagenat span.select {
  background-color: #ffffff !important;
}
.zstour-land .tourclsbtn {
  border: 1px solid #ffffff;
  border-radius: 2px;
  color: #ffffff;
  padding: 5px 10px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  left: calc(50% - 34.5px);
  top: 70%;
}
.zstour-land .zstourcont {
  position: fixed;
}
.zstour-land .zstourcont.toparw {
  top: 70px;
}
.zstour-land .zstourcont.btmarw {
  bottom: -20px;
}
.zstour-land .zstourcont.btmarw img {
  transform: rotate(195deg);
}
.zstour-land .zstourcont.btmarw .zstourmsg {
  position: relative;
  bottom: 130px;
}
.zstour-land .zstourcont.lftarw {
  left: 100px;
}
.zstour-land .zstourcont.lftarw img {
  transform: rotate(285deg);
}
.zstour-land .zstourcont.lftarw .zstourmsg {
  position: relative;
  left: 30px;
}
.zstour-land .zstourcont.lftbtm {
  left: 100px;
}
.zstour-land .zstourcont.lftbtm img {
  transform: rotate(-100deg) scaleX(-1);
}
.zstour-land .zstourcont.lftbtm .zstourmsg {
  position: relative;
  left: 30px;
  top: -110px;
}
.zstour-land .zstourcont.ritarw {
  right: 0px;
}
.zstour-land .zstourcont.ritarw img {
  transform: rotate(75deg) scaleX(-1);
}
.zstour-land .zstourcont.ritarw .zstourmsg {
  position: relative;
  right: 70px;
}
.zstour-land .zstourcont.ritbtm {
  right: 0px;
}
.zstour-land .zstourcont.ritbtm img {
  transform: rotate(95deg) scaleX(1);
}
.zstour-land .zstourcont.ritbtm .zstourmsg {
  position: relative;
  right: 70px;
  bottom: 110px;
}
.zstour-land .zstourcont .zstourico img {
  width: 50px;
}
.zstour-land .zstourcont .zstourmsg {
  color: #ffffff;
  font-size: 18px;
}
.zstour-land .zstourcont .zstourmsg span {
  font-weight: 500;
}

.zstour-tranovrly {
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0 0 0 0;
  z-index: 998;
}

.zsintegratebx {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  width: 92%;
  margin: 0 4%;
  float: left;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.zsintegratebx:hover .zsintegvly {
  visibility: visible;
  opacity: 1;
}
.zsintegratebx .zsintegvly {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: absolute;
  inset: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}

.zsinconnt {
  display: flex;
  align-items: center;
}
.zsinconnt.cent {
  justify-content: center;
}
.zsinconnt.lft {
  justify-content: flex-start;
}
.zsinconnt span.sts {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.zsinconnt span.sts.cont {
  background-color: #8cb751;
}
.zsinconnt span.sts.notcont {
  background-color: #ebebeb;
}
.zsinconnt span.slabl {
  font-size: 16px;
  display: inline-block;
}

.zsintglist {
  padding-left: 20px;
  width: 100%;
  float: left;
}
.zsintglist li {
  font-size: 16px;
  line-height: 2.2;
  list-style: disc;
  padding-left: 5px;
}
.zsintglist li::marker {
  color: #ebebeb;
  font-size: 24px;
  line-height: 24px;
}

.zsintgcontbx {
  border: 1px solid #ebebeb;
  justify-content: space-between;
  display: flex;
  padding: 25px 20px;
  border-radius: 2px;
  font-size: 16px;
}

.zaintgcotit {
  display: flex;
  align-items: center;
}
.zaintgcotit a {
  cursor: pointer;
  color: #5398fd;
  margin: 0 10px;
  text-decoration: none;
}

.zsexprulcon {
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
.zsexprulcon .zsexname {
  width: 25%;
}
.zsexprulcon .zsexname h1 {
  font-size: 16px;
  font-weight: 500;
}
.zsexprulcon .zsexurl {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zsexprulcon .zsexurl .zsqrcd {
  width: 80px;
}
.zsexprulcon .zsexurl .zstimurl {
  width: calc(100% - 85px);
}
.zsexprulcon .zsexurl h1 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.zsexprulcon .zsexurl p {
  font-size: 14px;
  width: 100%;
}
.zsexprulcon .zsexurcus {
  width: 160px;
  display: flex;
  justify-content: end;
  margin-right: 20px;
  position: relative;
}

.zspgetit {
  float: left;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px 0 0;
}
.zspgetit i {
  font-size: 22px;
  margin-right: 10px;
  cursor: pointer;
}
.zspgetit h1 {
  font-size: 18px;
  font-weight: 500;
}

.zsrepopt {
  float: left;
  margin-right: 5px;
}
.zsrepopt .zsoption {
  border-right: 1px solid #ebebeb;
  padding: 7px 12px;
}
.zsrepopt .zsoption i {
  font-size: 22px;
  cursor: pointer;
}

.zsgridlst {
  width: 100%;
  float: left;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
}
.zsgridlst.nohover li {
  box-shadow: none !important;
}
.zsgridlst > li {
  width: 100%;
  float: left;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 20px 25px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zsgridlst > li:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(199, 199, 199, 0.65);
}
.zsgridlst > li:hover .zsgrdcont,
.zsgridlst > li:hover .zsgrdmr {
  visibility: visible;
}
.zsgridlst > li .zsgrdlf,
.zsgridlst > li .zsgrdrt {
  display: flex;
  align-items: center;
  width: 50%;
}
.zsgridlst > li .zsgrdlf {
  justify-content: flex-start;
}
.zsgridlst > li .zsgrdrt {
  justify-content: flex-end;
}
.zsgridlst > li .zsgrdnam {
  float: left;
  max-width: 70%;
}
.zsgridlst > li .zsgrdnam .zsnamful {
  width: 100%;
  float: left;
  font-weight: 500;
  padding: 0 0 9px;
  display: flex;
  align-items: center;
}
.zsgridlst > li .zsgrdnam .zsnamful > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  max-width: 100%;
}
.zsgridlst > li .zsgrdnam .zsnamda {
  width: 100%;
  float: left;
}
.zsgridlst > li .zsgrdnam .zsnamda span.stas {
  color: #222222;
  font-size: 12px;
  padding: 0 0 0 14px;
  position: relative;
}
.zsgridlst > li .zsgrdnam .zsnamda span.stas.act:before {
  background-color: #68b51d;
}
.zsgridlst > li .zsgrdnam .zsnamda span.stas.deact:before {
  background-color: #d0070c;
}
.zsgridlst > li .zsgrdnam .zsnamda span.stas:before {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 2.5px;
  left: 0;
}
.zsgridlst > li .zsgrdnam .zsnamda span.datpro {
  font-size: 12px;
  color: #222222;
  padding: 0 4px;
}
.zsgridlst > li .zsgrdlbl {
  margin-left: 15px;
}
.zsgridlst > li .zsgrdmr {
  visibility: hidden;
  float: right;
}
.zsgridlst > li .zsgrdmr > i {
  color: #222222;
  font-size: 22px;
  cursor: pointer;
  padding: 10px 5px;
}
.zsgridlst > li .zsgrdmr > i:hover {
  color: #222222;
}

.zsnotmaincnt {
  width: 100%;
  height: 50px;
  float: left;
  display: flex;
  justify-content: center;
}
.zsnotmaincnt .zsnotmain {
  height: 40px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  background: #fdfcff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 5px rgba(180, 123, 229, 0.1607843137);
}
.zsnotmaincnt .zsnotmain i {
  color: #b47be5;
  font-size: 18px;
  margin-right: 10px;
}
.zsnotmaincnt .zsnotmain span {
  font-size: 14px;
}

.zsdelecampmsg {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 10px;
  max-width: 90%;
  margin: 20px 5% 10px;
  float: left;
  display: flex;
  justify-content: space-around;
}
.zsdelecampmsg i {
  margin-right: 10px;
  padding-top: 2px;
}
.zsdelecampmsg p {
  font-size: 12px;
  color: #494949;
  line-height: 1.5;
}

.zsdelecamnam {
  width: 90%;
  margin: 10px 5% 10px;
  font-size: 16px;
  float: left;
}

:root {
  --balloon-color: #1C262D;
  --balloon-font-size: 12px;
  --balloon-move: 4px;
}

[zsttlabel][zs-tooltip-pos] {
  overflow: visible;
}

[zsttlabel][zs-tooltip-pos] {
  position: relative;
  cursor: pointer;
  word-break: break-all;
}

[zsttlabel][zs-tooltip-pos]:after {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  text-indent: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: var(--balloon-font-size);
  background: var(--balloon-color);
  box-shadow: 0px 4px 16.74px 1.26px rgba(95, 11, 212, 0.15);
  border-radius: 2px;
  color: #ffffff;
  content: attr(zsttlabel);
  padding: 0.5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
  line-height: 1.5;
  word-break: break-word;
}

[zsttlabel][zs-tooltip-pos]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 11;
}

[zsttlabel][zs-tooltip-pos]:hover:before,
[zsttlabel][zs-tooltip-pos]:hover:after,
[zsttlabel][zs-tooltip-pos][zs-tooltip-visible]:before,
[zsttlabel][zs-tooltip-pos][zs-tooltip-visible]:after,
[zsttlabel][zs-tooltip-pos]:not([zs-tooltip-nofocus]):focus:before,
[zsttlabel][zs-tooltip-pos]:not([zs-tooltip-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}

[zsttlabel][zs-tooltip-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-break]:after {
  white-space: pre;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-break][zs-tooltip-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-blunt]:before,
[zsttlabel][zs-tooltip-pos][zs-tooltip-blunt]:after {
  transition: none;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up]:hover:after,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up][zs-tooltip-visible]:after {
  transform: translate(-50%, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up]:hover:before,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up][zs-tooltip-visible]:before {
  transform: translate(-50%, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-left]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-left]:before {
  bottom: 100%;
  left: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-left]:hover:after,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-left][zs-tooltip-visible]:after {
  transform: translate(0, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-left]:hover:before,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-left][zs-tooltip-visible]:before {
  transform: translate(0, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-right]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-right]:before {
  bottom: 100%;
  right: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-right]:hover:after,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-right][zs-tooltip-visible]:after {
  transform: translate(0, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-right]:hover:before,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=up-right][zs-tooltip-visible]:before {
  transform: translate(0, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down]:after {
  left: 50%;
  margin-top: 10px;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down]:hover:after,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down][zs-tooltip-visible]:after {
  transform: translate(-50%, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down]:hover:before,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down][zs-tooltip-visible]:before {
  transform: translate(-50%, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-left]:after {
  left: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-left]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  left: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-left]:hover:after,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-left][zs-tooltip-visible]:after {
  transform: translate(0, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-left]:hover:before,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-left][zs-tooltip-visible]:before {
  transform: translate(0, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-right]:after {
  right: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-right]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  right: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-right]:hover:after,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-right][zs-tooltip-visible]:after {
  transform: translate(0, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-right]:hover:before,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=down-right][zs-tooltip-visible]:before {
  transform: translate(0, 0);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=left]:after {
  margin-right: 10px;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=left]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=left]:hover:after,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=left][zs-tooltip-visible]:after {
  transform: translate(0, -50%);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=left]:hover:before,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=left][zs-tooltip-visible]:before {
  transform: translate(0, -50%);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=right]:after {
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=right]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=right]:hover:after,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=right][zs-tooltip-visible]:after {
  transform: translate(0, -50%);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=right]:hover:before,
[zsttlabel][zs-tooltip-pos][zs-tooltip-pos=right][zs-tooltip-visible]:before {
  transform: translate(0, -50%);
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-length=small]:after {
  white-space: normal;
  width: 80px;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-length=medium]:after {
  white-space: normal;
  width: 150px;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-length=large]:after {
  white-space: normal;
  width: 260px;
}

[zsttlabel][zs-tooltip-pos][zs-tooltip-length=xlarge]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [zsttlabel][zs-tooltip-pos][zs-tooltip-length=xlarge]:after {
    white-space: normal;
    width: 90vw;
  }
}
[zsttlabel][zs-tooltip-pos][zs-tooltip-length=fit]:after {
  white-space: normal;
  width: 100%;
}

.zsflmsco {
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  transition: 0.2s;
  z-index: 1850;
}
.zsflmsco.open {
  top: 50px;
}

.zsflashmsg {
  height: 50px;
  min-width: 200px;
  max-width: 80%;
  margin: auto;
  display: inline-block;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 12px 41.85px 3.15px rgba(121, 121, 121, 0.36);
  z-index: 1999;
}
.zsflashmsg.sucs .fmicon {
  background-color: #30bf57;
}
.zsflashmsg.alrt .fmicon {
  background-color: #fa1833;
}
.zsflashmsg.wrng .fmicon {
  background-color: #ffd000;
}
.zsflashmsg.info .fmicon {
  background-color: #008bdb;
}
.zsflashmsg .fmicon {
  text-align: center;
  width: 50px;
  height: 50px;
  float: left;
}
.zsflashmsg .fmicon i {
  font-size: 24px;
  color: #ffffff;
  line-height: 50px;
}
.zsflashmsg .fmgs {
  height: 50px;
  float: left;
}
.zsflashmsg .fmgs p {
  font-size: 15px;
  color: #222222;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px 20px;
  text-align: left;
}
.zsflashmsg .fmcls {
  width: 40px;
  height: 50px;
  float: right;
  text-align: center;
}
.zsflashmsg .fmcls i {
  font-size: 22px;
  color: #ffffff;
  line-height: 50px;
  cursor: pointer;
  color: #222222;
}

.zsaltmsg {
  border: 1px solid #ff4848;
  background-color: #ffe8e8;
  padding: 5px 20px 5px 40px;
  min-height: 40px;
  border-radius: 5px;
  margin: auto;
  min-width: 350px;
  max-width: 80%;
  display: inline-block;
  position: relative;
}
.zsaltmsg i {
  display: block;
  width: 30px;
  float: left;
  color: #ff4848;
  font-size: 20px;
  line-height: 27px;
  margin-right: 10px;
  position: absolute;
  left: 5px;
}
.zsaltmsg span {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 29px;
}

.zswarmsg {
  border: 1px solid #feba27;
  background-color: #fff8eb;
  padding: 10px 20px 10px 20px;
  min-height: 40px;
  border-radius: 5px;
  margin: 5px 0 15px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.zswarmsg i {
  display: block;
  float: left;
  width: 30px;
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.zswarmsg h1 {
  font-size: 16px;
  font-weight: 500;
}
.zswarmsg span {
  display: block;
  float: left;
  font-size: 13px;
  line-height: 28px;
}

.fakeld {
  -webkit-animation: fakeani 2s infinite linear;
          animation: fakeani 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}
.fakeld.rds50 {
  border-radius: 50%;
}
.fakeld.fw10 {
  width: 20px;
}
.fakeld.fw20 {
  width: 20px;
}
.fakeld.fw25 {
  width: 25px;
}
.fakeld.fw27 {
  width: 27px;
}
.fakeld.fw30 {
  width: 30px;
}
.fakeld.fw40 {
  width: 40px;
}
.fakeld.fw45 {
  width: 45px;
}
.fakeld.fw50 {
  width: 50px;
}
.fakeld.fw60 {
  width: 60px;
}
.fakeld.fw65 {
  width: 65px;
}
.fakeld.fw70 {
  width: 70px;
}
.fakeld.fw80 {
  width: 80px;
}
.fakeld.fw90 {
  width: 90px;
}
.fakeld.fw100 {
  width: 100px;
}
.fakeld.fw110 {
  width: 110px;
}
.fakeld.fw120 {
  width: 120px;
}
.fakeld.fw125 {
  width: 125px;
}
.fakeld.fw130 {
  width: 130px;
}
.fakeld.fw140 {
  width: 140px;
}
.fakeld.fw150 {
  width: 150px;
}
.fakeld.fw160 {
  width: 160px;
}
.fakeld.fw170 {
  width: 170px;
}
.fakeld.fw180 {
  width: 180px;
}
.fakeld.fw190 {
  width: 190px;
}
.fakeld.fw200 {
  width: 200px;
}
.fakeld.fw250 {
  width: 250px;
}
.fakeld.fw300 {
  width: 300px;
}
.fakeld.fw350 {
  width: 350px;
}
.fakeld.fh5 {
  height: 5px;
}
.fakeld.fh10 {
  height: 10px;
}
.fakeld.fh15 {
  height: 15px;
}
.fakeld.fh20 {
  height: 20px;
}
.fakeld.fh25 {
  height: 25px;
}
.fakeld.fh27 {
  height: 27px;
}
.fakeld.fh30 {
  height: 30px;
}
.fakeld.fh35 {
  height: 35px;
}
.fakeld.fh40 {
  height: 40px;
}
.fakeld.fh45 {
  height: 45px;
}
.fakeld.fh50 {
  height: 50px;
}
.fakeld.fh55 {
  height: 55px;
}
.fakeld.fh60 {
  height: 60px;
}
.fakeld.fh65 {
  height: 65px;
}
.fakeld.fh70 {
  height: 70px;
}
.fakeld.fh80 {
  height: 80px;
}
.fakeld.fh90 {
  height: 90px;
}
.fakeld.fh100 {
  height: 100px;
}
.fakeld.fh110 {
  height: 110px;
}
.fakeld.fh120 {
  height: 120px;
}
.fakeld.fh125 {
  height: 125px;
}
.fakeld.fh130 {
  height: 130px;
}
.fakeld.fh140 {
  height: 140px;
}
.fakeld.fh150 {
  height: 150px;
}
.fakeld.fh160 {
  height: 160px;
}
.fakeld.fh170 {
  height: 170px;
}
.fakeld.fh180 {
  height: 180px;
}
.fakeld.fh190 {
  height: 190px;
}
.fakeld.fh200 {
  height: 200px;
}
.fakeld.fh300 {
  height: 300px;
}
.fakeld.fh340 {
  height: 340px;
}

@-webkit-keyframes fakeani {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes fakeani {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.zsldelips {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.zsldelips div {
  position: absolute;
  top: 27px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
  background-color: #ddd;
}
.zsldelips div:nth-child(1) {
  left: 6px;
  -webkit-animation: loadellipsis1 0.6s infinite;
          animation: loadellipsis1 0.6s infinite;
}
.zsldelips div:nth-child(2) {
  left: 6px;
  -webkit-animation: loadellipsis2 0.6s infinite;
          animation: loadellipsis2 0.6s infinite;
}
.zsldelips div:nth-child(3) {
  left: 26px;
  -webkit-animation: loadellipsis2 0.6s infinite;
          animation: loadellipsis2 0.6s infinite;
}
.zsldelips div:nth-child(4) {
  left: 45px;
  -webkit-animation: loadellipsis3 0.6s infinite;
          animation: loadellipsis3 0.6s infinite;
}

@-webkit-keyframes loadellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes loadellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes loadellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loadellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes loadellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
@keyframes loadellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.zf {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: text-top;
  line-height: 32px;
  background: url(../images/flags32.png) no-repeat;
}

.zf.un {
  background-position: 0 0px;
}

.zf.ad {
  background-position: 0 -704px;
}

.zf.ae {
  background-position: 0 -736px;
}

.zf.af {
  background-position: 0 -768px;
}

.zf.ag {
  background-position: 0 -800px;
}

.zf.ai {
  background-position: 0 -832px;
}

.zf.al {
  background-position: 0 -864px;
}

.zf.am {
  background-position: 0 -896px;
}

.zf.ao {
  background-position: 0 -928px;
}

.zf.aq {
  background-position: 0 -960px;
}

.zf.ar {
  background-position: 0 -992px;
}

.zf.as {
  background-position: 0 -1024px;
}

.zf.at {
  background-position: 0 -1056px;
}

.zf.au {
  background-position: 0 -1088px;
}

.zf.aw {
  background-position: 0 -1120px;
}

.zf.ax {
  background-position: 0 -1152px;
}

.zf.az {
  background-position: 0 -1184px;
}

.zf.ba {
  background-position: 0 -1216px;
}

.zf.bb {
  background-position: 0 -1248px;
}

.zf.bd {
  background-position: 0 -1280px;
}

.zf.be {
  background-position: 0 -1312px;
}

.zf.bf {
  background-position: 0 -1344px;
}

.zf.bg {
  background-position: 0 -1376px;
}

.zf.bh {
  background-position: 0 -1408px;
}

.zf.bi {
  background-position: 0 -1440px;
}

.zf.bj {
  background-position: 0 -1472px;
}

.zf.bm {
  background-position: 0 -1504px;
}

.zf.bn {
  background-position: 0 -1536px;
}

.zf.bo {
  background-position: 0 -1568px;
}

.zf.br {
  background-position: 0 -1600px;
}

.zf.bs {
  background-position: 0 -1632px;
}

.zf.bt {
  background-position: 0 -1664px;
}

.zf.bw {
  background-position: 0 -1696px;
}

.zf.by {
  background-position: 0 -1728px;
}

.zf.bz {
  background-position: 0 -1760px;
}

.zf.ca {
  background-position: 0 -1792px;
}

.zf.cd {
  background-position: 0 -1824px;
}

.zf.cf {
  background-position: 0 -1856px;
}

.zf.cg {
  background-position: 0 -1888px;
}

.zf.ch {
  background-position: 0 -1920px;
}

.zf.ci {
  background-position: 0 -1952px;
}

.zf.ck {
  background-position: 0 -1984px;
}

.zf.cl {
  background-position: 0 -2016px;
}

.zf.cm {
  background-position: 0 -2048px;
}

.zf.cn {
  background-position: 0 -2080px;
}

.zf.co {
  background-position: 0 -2112px;
}

.zf.cr {
  background-position: 0 -2144px;
}

.zf.cu {
  background-position: 0 -2176px;
}

.zf.cv {
  background-position: 0 -2208px;
}

.zf.cy {
  background-position: 0 -2240px;
}

.zf.cz {
  background-position: 0 -2272px;
}

.zf.de {
  background-position: 0 -2304px;
}

.zf.dj {
  background-position: 0 -2336px;
}

.zf.dk {
  background-position: 0 -2368px;
}

.zf.dm {
  background-position: 0 -2400px;
}

.zf.do {
  background-position: 0 -2432px;
}

.zf.dz {
  background-position: 0 -2464px;
}

.zf.ec {
  background-position: 0 -2496px;
}

.zf.ee {
  background-position: 0 -2528px;
}

.zf.eg {
  background-position: 0 -2560px;
}

.zf.eh {
  background-position: 0 -2592px;
}

.zf.er {
  background-position: 0 -2624px;
}

.zf.es {
  background-position: 0 -2656px;
}

.zf.et {
  background-position: 0 -2688px;
}

.zf.fi {
  background-position: 0 -2720px;
}

.zf.fj {
  background-position: 0 -2752px;
}

.zf.fm {
  background-position: 0 -2784px;
}

.zf.fo {
  background-position: 0 -2816px;
}

.zf.fr {
  background-position: 0 -2848px;
}

.zf.ga {
  background-position: 0 -2880px;
}

.zf.gb {
  background-position: 0 -2912px;
}

.zf.gd {
  background-position: 0 -2944px;
}

.zf.ge {
  background-position: 0 -2976px;
}

.zf.gg {
  background-position: 0 -3008px;
}

.zf.gh {
  background-position: 0 -3040px;
}

.zf.gi {
  background-position: 0 -3072px;
}

.zf.gl {
  background-position: 0 -3104px;
}

.zf.gm {
  background-position: 0 -3136px;
}

.zf.gn {
  background-position: 0 -3168px;
}

.zf.gp {
  background-position: 0 -3200px;
}

.zf.gq {
  background-position: 0 -3232px;
}

.zf.gr {
  background-position: 0 -3264px;
}

.zf.gt {
  background-position: 0 -3296px;
}

.zf.gu {
  background-position: 0 -3328px;
}

.zf.gw {
  background-position: 0 -3360px;
}

.zf.gy {
  background-position: 0 -3392px;
}

.zf.hk {
  background-position: 0 -3424px;
}

.zf.hn {
  background-position: 0 -3456px;
}

.zf.hr {
  background-position: 0 -3488px;
}

.zf.ht {
  background-position: 0 -3520px;
}

.zf.hu {
  background-position: 0 -3552px;
}

.zf.id {
  background-position: 0 -3584px;
}

.zf.mc {
  background-position: 0 -3584px;
}

.zf.ie {
  background-position: 0 -3616px;
}

.zf.il {
  background-position: 0 -3648px;
}

.zf.im {
  background-position: 0 -3680px;
}

.zf.in {
  background-position: 0 -3712px;
}

.zf.iq {
  background-position: 0 -3744px;
}

.zf.ir {
  background-position: 0 -3776px;
}

.zf.is {
  background-position: 0 -3808px;
}

.zf.it {
  background-position: 0 -3840px;
}

.zf.je {
  background-position: 0 -3872px;
}

.zf.jm {
  background-position: 0 -3904px;
}

.zf.jo {
  background-position: 0 -3936px;
}

.zf.jp {
  background-position: 0 -3968px;
}

.zf.ke {
  background-position: 0 -4000px;
}

.zf.kg {
  background-position: 0 -4032px;
}

.zf.kh {
  background-position: 0 -4064px;
}

.zf.ki {
  background-position: 0 -4096px;
}

.zf.km {
  background-position: 0 -4128px;
}

.zf.kn {
  background-position: 0 -4160px;
}

.zf.kp {
  background-position: 0 -4192px;
}

.zf.kr {
  background-position: 0 -4224px;
}

.zf.kw {
  background-position: 0 -4256px;
}

.zf.ky {
  background-position: 0 -4288px;
}

.zf.kz {
  background-position: 0 -4320px;
}

.zf.la {
  background-position: 0 -4352px;
}

.zf.lb {
  background-position: 0 -4384px;
}

.zf.lc {
  background-position: 0 -4416px;
}

.zf.li {
  background-position: 0 -4448px;
}

.zf.lk {
  background-position: 0 -4480px;
}

.zf.lr {
  background-position: 0 -4512px;
}

.zf.ls {
  background-position: 0 -4544px;
}

.zf.lt {
  background-position: 0 -4576px;
}

.zf.lu {
  background-position: 0 -4608px;
}

.zf.lv {
  background-position: 0 -4640px;
}

.zf.ly {
  background-position: 0 -4672px;
}

.zf.ma {
  background-position: 0 -4704px;
}

.zf.md {
  background-position: 0 -4736px;
}

.zf.me {
  background-position: 0 -4768px;
}

.zf.mg {
  background-position: 0 -4800px;
}

.zf.mh {
  background-position: 0 -4832px;
}

.zf.mk {
  background-position: 0 -4864px;
}

.zf.ml {
  background-position: 0 -4896px;
}

.zf.mm {
  background-position: 0 -4928px;
}

.zf.mn {
  background-position: 0 -4960px;
}

.zf.mo {
  background-position: 0 -4992px;
}

.zf.mq {
  background-position: 0 -5024px;
}

.zf.mr {
  background-position: 0 -5056px;
}

.zf.ms {
  background-position: 0 -5088px;
}

.zf.mt {
  background-position: 0 -5120px;
}

.zf.mu {
  background-position: 0 -5152px;
}

.zf.mv {
  background-position: 0 -5184px;
}

.zf.mw {
  background-position: 0 -5216px;
}

.zf.mx {
  background-position: 0 -5248px;
}

.zf.my {
  background-position: 0 -5280px;
}

.zf.mz {
  background-position: 0 -5312px;
}

.zf.na {
  background-position: 0 -5344px;
}

.zf.nc {
  background-position: 0 -5376px;
}

.zf.ne {
  background-position: 0 -5408px;
}

.zf.ng {
  background-position: 0 -5440px;
}

.zf.ni {
  background-position: 0 -5472px;
}

.zf.nl {
  background-position: 0 -5504px;
}

.zf.no {
  background-position: 0 -5536px;
}

.zf.np {
  background-position: 0 -5568px;
}

.zf.nr {
  background-position: 0 -5600px;
}

.zf.nz {
  background-position: 0 -5632px;
}

.zf.om {
  background-position: 0 -5664px;
}

.zf.pa {
  background-position: 0 -5696px;
}

.zf.pe {
  background-position: 0 -5728px;
}

.zf.pf {
  background-position: 0 -5760px;
}

.zf.pg {
  background-position: 0 -5792px;
}

.zf.ph {
  background-position: 0 -5824px;
}

.zf.pk {
  background-position: 0 -5856px;
}

.zf.pl {
  background-position: 0 -5888px;
}

.zf.pr {
  background-position: 0 -5920px;
}

.zf.ps {
  background-position: 0 -5952px;
}

.zf.pt {
  background-position: 0 -5984px;
}

.zf.pw {
  background-position: 0 -6016px;
}

.zf.py {
  background-position: 0 -6048px;
}

.zf.qa {
  background-position: 0 -6080px;
}

.zf.re {
  background-position: 0 -6112px;
}

.zf.ro {
  background-position: 0 -6144px;
}

.zf.rs {
  background-position: 0 -6176px;
}

.zf.ru {
  background-position: 0 -6208px;
}

.zf.rw {
  background-position: 0 -6240px;
}

.zf.sa {
  background-position: 0 -6272px;
}

.zf.sb {
  background-position: 0 -6304px;
}

.zf.sc {
  background-position: 0 -6336px;
}

.zf.sd {
  background-position: 0 -6368px;
}

.zf.se {
  background-position: 0 -6400px;
}

.zf.sg {
  background-position: 0 -6432px;
}

.zf.si {
  background-position: 0 -6464px;
}

.zf.sk {
  background-position: 0 -6496px;
}

.zf.sl {
  background-position: 0 -6528px;
}

.zf.sm {
  background-position: 0 -6560px;
}

.zf.sn {
  background-position: 0 -6592px;
}

.zf.so {
  background-position: 0 -6624px;
}

.zf.sr {
  background-position: 0 -6656px;
}

.zf.st {
  background-position: 0 -6688px;
}

.zf.sv {
  background-position: 0 -6720px;
}

.zf.sy {
  background-position: 0 -6752px;
}

.zf.sz {
  background-position: 0 -6784px;
}

.zf.tc {
  background-position: 0 -6816px;
}

.zf.td {
  background-position: 0 -6848px;
}

.zf.tg {
  background-position: 0 -6880px;
}

.zf.th {
  background-position: 0 -6912px;
}

.zf.tj {
  background-position: 0 -6944px;
}

.zf.tl {
  background-position: 0 -6976px;
}

.zf.tm {
  background-position: 0 -7008px;
}

.zf.tn {
  background-position: 0 -7040px;
}

.zf.to {
  background-position: 0 -7072px;
}

.zf.tr {
  background-position: 0 -7104px;
}

.zf.tt {
  background-position: 0 -7136px;
}

.zf.tv {
  background-position: 0 -7168px;
}

.zf.tw {
  background-position: 0 -7200px;
}

.zf.tz {
  background-position: 0 -7232px;
}

.zf.ua {
  background-position: 0 -7264px;
}

.zf.ug {
  background-position: 0 -7296px;
}

.zf.us {
  background-position: 0 -7328px;
}

.zf.uy {
  background-position: 0 -7360px;
}

.zf.uz {
  background-position: 0 -7392px;
}

.zf.va {
  background-position: 0 -7424px;
}

.zf.vc {
  background-position: 0 -7456px;
}

.zf.ve {
  background-position: 0 -7488px;
}

.zf.vg {
  background-position: 0 -7520px;
}

.zf.vi {
  background-position: 0 -7552px;
}

.zf.vn {
  background-position: 0 -7584px;
}

.zf.vu {
  background-position: 0 -7616px;
}

.zf.ws {
  background-position: 0 -7648px;
}

.zf.ye {
  background-position: 0 -7680px;
}

.zf.za {
  background-position: 0 -7712px;
}

.zf.zm {
  background-position: 0 -7744px;
}

.zf.zw {
  background-position: 0 -7774px;
}/*# sourceMappingURL=style.css.map */