.tab-nav a:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-100 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clamp-2 {
  -webkit-line-clamp: 2;
}

.clamp-3 {
  -webkit-line-clamp: 3;
}

.clamp-4 {
  -webkit-line-clamp: 4;
}

.clamp-5 {
  -webkit-line-clamp: 5;
}

.text-l {
  text-align: left !important;
}

.text-r {
  text-align: right !important;
}

.text-c {
  text-align: center !important;
}

.m-l-auto {
  margin-left: auto !important;
}

.m-r-auto {
  margin-right: auto !important;
}

.m-t-auto {
  margin-top: auto !important;
}

.m-b-auto {
  margin-bottom: auto !important;
}

.m-auto {
  margin: auto !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.overflow-h {
  overflow: hidden !important;
}

.overflow-v {
  overflow: visible !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.display-table {
  display: table !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.font-w {
  font-weight: bold;
}

.font-n {
  font-weight: normal;
}

.full-w {
  width: 100%;
}

.full-h {
  height: 100%;
}

.flex-100 > * {
  flex: 1;
}

.flex-item,
.flex-100 {
  display: flex !important;
  align-items: center;
}
.flex-item.dir-r,
.flex-100.dir-r {
  flex-direction: row;
}
.flex-item.dir-c,
.flex-100.dir-c {
  flex-direction: column;
}
.flex-item.a-t,
.flex-100.a-t {
  align-items: flex-start;
}
.flex-item.a-b,
.flex-100.a-b {
  align-items: flex-end;
}
.flex-item.a-s,
.flex-100.a-s {
  align-items: stretch;
}
.flex-item.j-a,
.flex-100.j-a {
  justify-content: space-around;
}
.flex-item.j-c,
.flex-100.j-c {
  justify-content: center;
}
.flex-item.j-b,
.flex-100.j-b {
  justify-content: space-between;
}
.flex-item.j-e,
.flex-100.j-e {
  justify-content: flex-end;
}
.flex-item.j-s,
.flex-100.j-s {
  justify-content: flex-start;
}
.flex-item.flex-wrap,
.flex-100.flex-wrap {
  flex-wrap: wrap;
}
.flex-item > .flexN,
.flex-100 > .flexN {
  flex: none;
}
.flex-item > .flexA,
.flex-100 > .flexA {
  flex: auto;
  overflow: hidden;
}

.grid-box {
  display: grid;
}
.grid-box > * {
  overflow: hidden;
}
.grid-box.grid-auto-40 {
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
}
.grid-box.grid-auto-40.fit {
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
}
.grid-box.grid-auto-50 {
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
}
.grid-box.grid-auto-50.fit {
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}
.grid-box.grid-auto-60 {
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
}
.grid-box.grid-auto-60.fit {
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}
.grid-box.grid-auto-80 {
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
.grid-box.grid-auto-80.fit {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
.grid-box.grid-auto-100 {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
.grid-box.grid-auto-100.fit {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.grid-box.grid-auto-120 {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.grid-box.grid-auto-120.fit {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.grid-box.grid-auto-140 {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.grid-box.grid-auto-140.fit {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.grid-box.grid-auto-160 {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.grid-box.grid-auto-160.fit {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.grid-box.grid-auto-180 {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.grid-box.grid-auto-180.fit {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.grid-box.grid-auto-200 {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.grid-box.grid-auto-200.fit {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.grid-box.grid-auto-220 {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.grid-box.grid-auto-220.fit {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.grid-box.grid-auto-240 {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.grid-box.grid-auto-240.fit {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.grid-box.grid-auto-250 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.grid-box.grid-auto-250.fit {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.grid-box.grid-auto-260 {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.grid-box.grid-auto-260.fit {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.grid-box.grid-auto-280 {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.grid-box.grid-auto-280.fit {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.grid-box.grid-auto-300 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.grid-box.grid-auto-300.fit {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid-box.grid-auto-320 {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.grid-box.grid-auto-320.fit {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.grid-box.grid-auto-340 {
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
.grid-box.grid-auto-340.fit {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}
.grid-box.grid-auto-360 {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.grid-box.grid-auto-360.fit {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}
.grid-box.grid-auto-380 {
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}
.grid-box.grid-auto-380.fit {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}
.grid-box.grid-auto-400 {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.grid-box.grid-auto-400.fit {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.grid-box.grid-auto-420 {
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}
.grid-box.grid-auto-420.fit {
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
}
.grid-box.grid-auto-440 {
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
}
.grid-box.grid-auto-440.fit {
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
}
.grid-box.grid-auto-450 {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}
.grid-box.grid-auto-450.fit {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
.grid-box.grid-auto-460 {
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
}
.grid-box.grid-auto-460.fit {
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
}
.grid-box.grid-auto-480 {
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
}
.grid-box.grid-auto-480.fit {
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}
.grid-box.grid-auto-500 {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
.grid-box.grid-auto-500.fit {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
.grid-box.grid-auto-520 {
  grid-template-columns: repeat(auto-fill, minmax(520px, 1fr));
}
.grid-box.grid-auto-520.fit {
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
}
.grid-box.grid-auto-540 {
  grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
}
.grid-box.grid-auto-540.fit {
  grid-template-columns: repeat(auto-fit, minmax(540px, 1fr));
}
.grid-box.grid-auto-560 {
  grid-template-columns: repeat(auto-fill, minmax(560px, 1fr));
}
.grid-box.grid-auto-560.fit {
  grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
}
.grid-box.grid-auto-580 {
  grid-template-columns: repeat(auto-fill, minmax(580px, 1fr));
}
.grid-box.grid-auto-580.fit {
  grid-template-columns: repeat(auto-fit, minmax(580px, 1fr));
}
.grid-box.grid-auto-600 {
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
}
.grid-box.grid-auto-600.fit {
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gap-2 {
  grid-gap: 2px;
}

.row-gap-2 {
  grid-row-gap: 2px;
}

.col-gap-2 {
  grid-column-gap: 2px;
}

.gap-3 {
  grid-gap: 3px;
}

.row-gap-3 {
  grid-row-gap: 3px;
}

.col-gap-3 {
  grid-column-gap: 3px;
}

.gap-4 {
  grid-gap: 4px;
}

.row-gap-4 {
  grid-row-gap: 4px;
}

.col-gap-4 {
  grid-column-gap: 4px;
}

.gap-5 {
  grid-gap: 5px;
}

.row-gap-5 {
  grid-row-gap: 5px;
}

.col-gap-5 {
  grid-column-gap: 5px;
}

.gap-6 {
  grid-gap: 6px;
}

.row-gap-6 {
  grid-row-gap: 6px;
}

.col-gap-6 {
  grid-column-gap: 6px;
}

.gap-7 {
  grid-gap: 7px;
}

.row-gap-7 {
  grid-row-gap: 7px;
}

.col-gap-7 {
  grid-column-gap: 7px;
}

.gap-8 {
  grid-gap: 8px;
}

.row-gap-8 {
  grid-row-gap: 8px;
}

.col-gap-8 {
  grid-column-gap: 8px;
}

.gap-10 {
  grid-gap: 10px;
}

.row-gap-10 {
  grid-row-gap: 10px;
}

.col-gap-10 {
  grid-column-gap: 10px;
}

.gap-12 {
  grid-gap: 12px;
}

.row-gap-12 {
  grid-row-gap: 12px;
}

.col-gap-12 {
  grid-column-gap: 12px;
}

.gap-15 {
  grid-gap: 15px;
}

.row-gap-15 {
  grid-row-gap: 15px;
}

.col-gap-15 {
  grid-column-gap: 15px;
}

.gap-16 {
  grid-gap: 16px;
}

.row-gap-16 {
  grid-row-gap: 16px;
}

.col-gap-16 {
  grid-column-gap: 16px;
}

.gap-18 {
  grid-gap: 18px;
}

.row-gap-18 {
  grid-row-gap: 18px;
}

.col-gap-18 {
  grid-column-gap: 18px;
}

.gap-20 {
  grid-gap: 20px;
}

.row-gap-20 {
  grid-row-gap: 20px;
}

.col-gap-20 {
  grid-column-gap: 20px;
}

.gap-22 {
  grid-gap: 22px;
}

.row-gap-22 {
  grid-row-gap: 22px;
}

.col-gap-22 {
  grid-column-gap: 22px;
}

.gap-24 {
  grid-gap: 24px;
}

.row-gap-24 {
  grid-row-gap: 24px;
}

.col-gap-24 {
  grid-column-gap: 24px;
}

.gap-25 {
  grid-gap: 25px;
}

.row-gap-25 {
  grid-row-gap: 25px;
}

.col-gap-25 {
  grid-column-gap: 25px;
}

.gap-30 {
  grid-gap: 30px;
}

.row-gap-30 {
  grid-row-gap: 30px;
}

.col-gap-30 {
  grid-column-gap: 30px;
}

.gap-35 {
  grid-gap: 35px;
}

.row-gap-35 {
  grid-row-gap: 35px;
}

.col-gap-35 {
  grid-column-gap: 35px;
}

.gap-40 {
  grid-gap: 40px;
}

.row-gap-40 {
  grid-row-gap: 40px;
}

.col-gap-40 {
  grid-column-gap: 40px;
}

.gap-45 {
  grid-gap: 45px;
}

.row-gap-45 {
  grid-row-gap: 45px;
}

.col-gap-45 {
  grid-column-gap: 45px;
}

.gap-50 {
  grid-gap: 50px;
}

.row-gap-50 {
  grid-row-gap: 50px;
}

.col-gap-50 {
  grid-column-gap: 50px;
}

.gap-55 {
  grid-gap: 55px;
}

.row-gap-55 {
  grid-row-gap: 55px;
}

.col-gap-55 {
  grid-column-gap: 55px;
}

.gap-60 {
  grid-gap: 60px;
}

.row-gap-60 {
  grid-row-gap: 60px;
}

.col-gap-60 {
  grid-column-gap: 60px;
}

.gap-65 {
  grid-gap: 65px;
}

.row-gap-65 {
  grid-row-gap: 65px;
}

.col-gap-65 {
  grid-column-gap: 65px;
}

.gap-70 {
  grid-gap: 70px;
}

.row-gap-70 {
  grid-row-gap: 70px;
}

.col-gap-70 {
  grid-column-gap: 70px;
}

.gap-75 {
  grid-gap: 75px;
}

.row-gap-75 {
  grid-row-gap: 75px;
}

.col-gap-75 {
  grid-column-gap: 75px;
}

.gap-80 {
  grid-gap: 80px;
}

.row-gap-80 {
  grid-row-gap: 80px;
}

.col-gap-80 {
  grid-column-gap: 80px;
}

.gap-85 {
  grid-gap: 85px;
}

.row-gap-85 {
  grid-row-gap: 85px;
}

.col-gap-85 {
  grid-column-gap: 85px;
}

.gap-90 {
  grid-gap: 90px;
}

.row-gap-90 {
  grid-row-gap: 90px;
}

.col-gap-90 {
  grid-column-gap: 90px;
}

.gap-95 {
  grid-gap: 95px;
}

.row-gap-95 {
  grid-row-gap: 95px;
}

.col-gap-95 {
  grid-column-gap: 95px;
}

.gap-100 {
  grid-gap: 100px;
}

.row-gap-100 {
  grid-row-gap: 100px;
}

.col-gap-100 {
  grid-column-gap: 100px;
}

.m-0 {
  margin: 0px !important;
}

.m-tb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-lr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-lr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-1 {
  margin: 1px !important;
}

.m-tb-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.m-lr-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.m-t-1 {
  margin-top: 1px !important;
}

.m-b-1 {
  margin-bottom: 1px !important;
}

.m-l-1 {
  margin-left: 1px !important;
}

.m-r-1 {
  margin-right: 1px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-tb-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.p-lr-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.p-t-1 {
  padding-top: 1px !important;
}

.p-b-1 {
  padding-bottom: 1px !important;
}

.p-l-1 {
  padding-left: 1px !important;
}

.p-r-1 {
  padding-right: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-tb-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.m-lr-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-b-2 {
  margin-bottom: 2px !important;
}

.m-l-2 {
  margin-left: 2px !important;
}

.m-r-2 {
  margin-right: 2px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-tb-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.p-lr-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.p-t-2 {
  padding-top: 2px !important;
}

.p-b-2 {
  padding-bottom: 2px !important;
}

.p-l-2 {
  padding-left: 2px !important;
}

.p-r-2 {
  padding-right: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-tb-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.m-lr-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.m-t-3 {
  margin-top: 3px !important;
}

.m-b-3 {
  margin-bottom: 3px !important;
}

.m-l-3 {
  margin-left: 3px !important;
}

.m-r-3 {
  margin-right: 3px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-tb-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.p-lr-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.p-t-3 {
  padding-top: 3px !important;
}

.p-b-3 {
  padding-bottom: 3px !important;
}

.p-l-3 {
  padding-left: 3px !important;
}

.p-r-3 {
  padding-right: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-tb-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m-lr-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.m-t-4 {
  margin-top: 4px !important;
}

.m-b-4 {
  margin-bottom: 4px !important;
}

.m-l-4 {
  margin-left: 4px !important;
}

.m-r-4 {
  margin-right: 4px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-tb-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.p-lr-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.p-t-4 {
  padding-top: 4px !important;
}

.p-b-4 {
  padding-bottom: 4px !important;
}

.p-l-4 {
  padding-left: 4px !important;
}

.p-r-4 {
  padding-right: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-tb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-lr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-tb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-tb-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.m-lr-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.m-t-6 {
  margin-top: 6px !important;
}

.m-b-6 {
  margin-bottom: 6px !important;
}

.m-l-6 {
  margin-left: 6px !important;
}

.m-r-6 {
  margin-right: 6px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-tb-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.p-lr-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.p-t-6 {
  padding-top: 6px !important;
}

.p-b-6 {
  padding-bottom: 6px !important;
}

.p-l-6 {
  padding-left: 6px !important;
}

.p-r-6 {
  padding-right: 6px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-tb-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-lr-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.m-l-8 {
  margin-left: 8px !important;
}

.m-r-8 {
  margin-right: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-tb-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-lr-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.p-t-8 {
  padding-top: 8px !important;
}

.p-b-8 {
  padding-bottom: 8px !important;
}

.p-l-8 {
  padding-left: 8px !important;
}

.p-r-8 {
  padding-right: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-tb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-lr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-tb-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.m-lr-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.m-t-12 {
  margin-top: 12px !important;
}

.m-b-12 {
  margin-bottom: 12px !important;
}

.m-l-12 {
  margin-left: 12px !important;
}

.m-r-12 {
  margin-right: 12px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-tb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.p-lr-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.p-t-12 {
  padding-top: 12px !important;
}

.p-b-12 {
  padding-bottom: 12px !important;
}

.p-l-12 {
  padding-left: 12px !important;
}

.p-r-12 {
  padding-right: 12px !important;
}

.m-14 {
  margin: 14px !important;
}

.m-tb-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.m-lr-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.m-t-14 {
  margin-top: 14px !important;
}

.m-b-14 {
  margin-bottom: 14px !important;
}

.m-l-14 {
  margin-left: 14px !important;
}

.m-r-14 {
  margin-right: 14px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-tb-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.p-lr-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.p-t-14 {
  padding-top: 14px !important;
}

.p-b-14 {
  padding-bottom: 14px !important;
}

.p-l-14 {
  padding-left: 14px !important;
}

.p-r-14 {
  padding-right: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-tb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-lr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-tb-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-lr-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.m-t-16 {
  margin-top: 16px !important;
}

.m-b-16 {
  margin-bottom: 16px !important;
}

.m-l-16 {
  margin-left: 16px !important;
}

.m-r-16 {
  margin-right: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-tb-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-lr-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.p-t-16 {
  padding-top: 16px !important;
}

.p-b-16 {
  padding-bottom: 16px !important;
}

.p-l-16 {
  padding-left: 16px !important;
}

.p-r-16 {
  padding-right: 16px !important;
}

.m-18 {
  margin: 18px !important;
}

.m-tb-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.m-lr-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.m-t-18 {
  margin-top: 18px !important;
}

.m-b-18 {
  margin-bottom: 18px !important;
}

.m-l-18 {
  margin-left: 18px !important;
}

.m-r-18 {
  margin-right: 18px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-tb-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.p-lr-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.p-t-18 {
  padding-top: 18px !important;
}

.p-b-18 {
  padding-bottom: 18px !important;
}

.p-l-18 {
  padding-left: 18px !important;
}

.p-r-18 {
  padding-right: 18px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-tb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-lr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-22 {
  margin: 22px !important;
}

.m-tb-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.m-lr-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.m-t-22 {
  margin-top: 22px !important;
}

.m-b-22 {
  margin-bottom: 22px !important;
}

.m-l-22 {
  margin-left: 22px !important;
}

.m-r-22 {
  margin-right: 22px !important;
}

.p-22 {
  padding: 22px !important;
}

.p-tb-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.p-lr-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.p-t-22 {
  padding-top: 22px !important;
}

.p-b-22 {
  padding-bottom: 22px !important;
}

.p-l-22 {
  padding-left: 22px !important;
}

.p-r-22 {
  padding-right: 22px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-tb-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-lr-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.m-t-24 {
  margin-top: 24px !important;
}

.m-b-24 {
  margin-bottom: 24px !important;
}

.m-l-24 {
  margin-left: 24px !important;
}

.m-r-24 {
  margin-right: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-tb-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-lr-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.p-t-24 {
  padding-top: 24px !important;
}

.p-b-24 {
  padding-bottom: 24px !important;
}

.p-l-24 {
  padding-left: 24px !important;
}

.p-r-24 {
  padding-right: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-tb-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-lr-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-tb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-lr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-26 {
  margin: 26px !important;
}

.m-tb-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.m-lr-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

.m-t-26 {
  margin-top: 26px !important;
}

.m-b-26 {
  margin-bottom: 26px !important;
}

.m-l-26 {
  margin-left: 26px !important;
}

.m-r-26 {
  margin-right: 26px !important;
}

.p-26 {
  padding: 26px !important;
}

.p-tb-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.p-lr-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.p-t-26 {
  padding-top: 26px !important;
}

.p-b-26 {
  padding-bottom: 26px !important;
}

.p-l-26 {
  padding-left: 26px !important;
}

.p-r-26 {
  padding-right: 26px !important;
}

.m-28 {
  margin: 28px !important;
}

.m-tb-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.m-lr-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.m-t-28 {
  margin-top: 28px !important;
}

.m-b-28 {
  margin-bottom: 28px !important;
}

.m-l-28 {
  margin-left: 28px !important;
}

.m-r-28 {
  margin-right: 28px !important;
}

.p-28 {
  padding: 28px !important;
}

.p-tb-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.p-lr-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.p-t-28 {
  padding-top: 28px !important;
}

.p-b-28 {
  padding-bottom: 28px !important;
}

.p-l-28 {
  padding-left: 28px !important;
}

.p-r-28 {
  padding-right: 28px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-tb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-lr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-tb-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-lr-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-tb-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-lr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-tb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-lr-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-tb-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-lr-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-tb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-lr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-tb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-lr-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-lr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-tb-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.m-lr-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.m-l-55 {
  margin-left: 55px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-tb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.p-lr-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-tb-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-lr-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-lr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-tb-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.m-lr-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.m-b-65 {
  margin-bottom: 65px !important;
}

.m-l-65 {
  margin-left: 65px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-tb-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.p-lr-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-tb-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.m-lr-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p-lr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-tb-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.m-lr-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-tb-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.p-lr-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-tb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.m-lr-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.p-lr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-tb-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.m-lr-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.m-t-85 {
  margin-top: 85px !important;
}

.m-b-85 {
  margin-bottom: 85px !important;
}

.m-l-85 {
  margin-left: 85px !important;
}

.m-r-85 {
  margin-right: 85px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-tb-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.p-lr-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-tb-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.m-lr-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-tb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.p-lr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.m-tb-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.m-lr-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.m-t-95 {
  margin-top: 95px !important;
}

.m-b-95 {
  margin-bottom: 95px !important;
}

.m-l-95 {
  margin-left: 95px !important;
}

.m-r-95 {
  margin-right: 95px !important;
}

.p-95 {
  padding: 95px !important;
}

.p-tb-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.p-lr-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-tb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.m-lr-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-tb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.p-lr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-110 {
  margin: 110px !important;
}

.m-tb-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.m-lr-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.m-t-110 {
  margin-top: 110px !important;
}

.m-b-110 {
  margin-bottom: 110px !important;
}

.m-l-110 {
  margin-left: 110px !important;
}

.m-r-110 {
  margin-right: 110px !important;
}

.p-110 {
  padding: 110px !important;
}

.p-tb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.p-lr-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.p-t-110 {
  padding-top: 110px !important;
}

.p-b-110 {
  padding-bottom: 110px !important;
}

.p-l-110 {
  padding-left: 110px !important;
}

.p-r-110 {
  padding-right: 110px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-tb-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.m-lr-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.m-l-120 {
  margin-left: 120px !important;
}

.m-r-120 {
  margin-right: 120px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-tb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.p-lr-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.p-l-120 {
  padding-left: 120px !important;
}

.p-r-120 {
  padding-right: 120px !important;
}

.m-140 {
  margin: 140px !important;
}

.m-tb-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.m-lr-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.m-t-140 {
  margin-top: 140px !important;
}

.m-b-140 {
  margin-bottom: 140px !important;
}

.m-l-140 {
  margin-left: 140px !important;
}

.m-r-140 {
  margin-right: 140px !important;
}

.p-140 {
  padding: 140px !important;
}

.p-tb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.p-lr-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.p-t-140 {
  padding-top: 140px !important;
}

.p-b-140 {
  padding-bottom: 140px !important;
}

.p-l-140 {
  padding-left: 140px !important;
}

.p-r-140 {
  padding-right: 140px !important;
}

.m-150 {
  margin: 150px !important;
}

.m-tb-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.m-lr-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.m-l-150 {
  margin-left: 150px !important;
}

.m-r-150 {
  margin-right: 150px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-tb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.p-lr-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.p-l-150 {
  padding-left: 150px !important;
}

.p-r-150 {
  padding-right: 150px !important;
}

.m-160 {
  margin: 160px !important;
}

.m-tb-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.m-lr-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.m-t-160 {
  margin-top: 160px !important;
}

.m-b-160 {
  margin-bottom: 160px !important;
}

.m-l-160 {
  margin-left: 160px !important;
}

.m-r-160 {
  margin-right: 160px !important;
}

.p-160 {
  padding: 160px !important;
}

.p-tb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.p-lr-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.p-t-160 {
  padding-top: 160px !important;
}

.p-b-160 {
  padding-bottom: 160px !important;
}

.p-l-160 {
  padding-left: 160px !important;
}

.p-r-160 {
  padding-right: 160px !important;
}

.m-200 {
  margin: 200px !important;
}

.m-tb-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.m-lr-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.p-200 {
  padding: 200px !important;
}

.p-tb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.p-lr-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

.m-300 {
  margin: 300px !important;
}

.m-tb-300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

.m-lr-300 {
  margin-left: 300px !important;
  margin-right: 300px !important;
}

.m-t-300 {
  margin-top: 300px !important;
}

.m-b-300 {
  margin-bottom: 300px !important;
}

.m-l-300 {
  margin-left: 300px !important;
}

.m-r-300 {
  margin-right: 300px !important;
}

.p-300 {
  padding: 300px !important;
}

.p-tb-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

.p-lr-300 {
  padding-left: 300px !important;
  padding-right: 300px !important;
}

.p-t-300 {
  padding-top: 300px !important;
}

.p-b-300 {
  padding-bottom: 300px !important;
}

.p-l-300 {
  padding-left: 300px !important;
}

.p-r-300 {
  padding-right: 300px !important;
}

.m-400 {
  margin: 400px !important;
}

.m-tb-400 {
  margin-top: 400px !important;
  margin-bottom: 400px !important;
}

.m-lr-400 {
  margin-left: 400px !important;
  margin-right: 400px !important;
}

.m-t-400 {
  margin-top: 400px !important;
}

.m-b-400 {
  margin-bottom: 400px !important;
}

.m-l-400 {
  margin-left: 400px !important;
}

.m-r-400 {
  margin-right: 400px !important;
}

.p-400 {
  padding: 400px !important;
}

.p-tb-400 {
  padding-top: 400px !important;
  padding-bottom: 400px !important;
}

.p-lr-400 {
  padding-left: 400px !important;
  padding-right: 400px !important;
}

.p-t-400 {
  padding-top: 400px !important;
}

.p-b-400 {
  padding-bottom: 400px !important;
}

.p-l-400 {
  padding-left: 400px !important;
}

.p-r-400 {
  padding-right: 400px !important;
}

.m-500 {
  margin: 500px !important;
}

.m-tb-500 {
  margin-top: 500px !important;
  margin-bottom: 500px !important;
}

.m-lr-500 {
  margin-left: 500px !important;
  margin-right: 500px !important;
}

.m-t-500 {
  margin-top: 500px !important;
}

.m-b-500 {
  margin-bottom: 500px !important;
}

.m-l-500 {
  margin-left: 500px !important;
}

.m-r-500 {
  margin-right: 500px !important;
}

.p-500 {
  padding: 500px !important;
}

.p-tb-500 {
  padding-top: 500px !important;
  padding-bottom: 500px !important;
}

.p-lr-500 {
  padding-left: 500px !important;
  padding-right: 500px !important;
}

.p-t-500 {
  padding-top: 500px !important;
}

.p-b-500 {
  padding-bottom: 500px !important;
}

.p-l-500 {
  padding-left: 500px !important;
}

.p-r-500 {
  padding-right: 500px !important;
}

.radius-0 {
  border-radius: 0px !important;
}

.radius-lt-0 {
  border-top-left-radius: 0px !important;
}

.radius-rt-0 {
  border-top-right-radius: 0px !important;
}

.radius-lb-0 {
  border-bottom-left-radius: 0px !important;
}

.radius-rb-0 {
  border-bottom-right-radius: 0px !important;
}

.radius-2 {
  border-radius: 2px !important;
}

.radius-lt-2 {
  border-top-left-radius: 2px !important;
}

.radius-rt-2 {
  border-top-right-radius: 2px !important;
}

.radius-lb-2 {
  border-bottom-left-radius: 2px !important;
}

.radius-rb-2 {
  border-bottom-right-radius: 2px !important;
}

.radius-3 {
  border-radius: 3px !important;
}

.radius-lt-3 {
  border-top-left-radius: 3px !important;
}

.radius-rt-3 {
  border-top-right-radius: 3px !important;
}

.radius-lb-3 {
  border-bottom-left-radius: 3px !important;
}

.radius-rb-3 {
  border-bottom-right-radius: 3px !important;
}

.radius-4 {
  border-radius: 4px !important;
}

.radius-lt-4 {
  border-top-left-radius: 4px !important;
}

.radius-rt-4 {
  border-top-right-radius: 4px !important;
}

.radius-lb-4 {
  border-bottom-left-radius: 4px !important;
}

.radius-rb-4 {
  border-bottom-right-radius: 4px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-lt-5 {
  border-top-left-radius: 5px !important;
}

.radius-rt-5 {
  border-top-right-radius: 5px !important;
}

.radius-lb-5 {
  border-bottom-left-radius: 5px !important;
}

.radius-rb-5 {
  border-bottom-right-radius: 5px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-lt-6 {
  border-top-left-radius: 6px !important;
}

.radius-rt-6 {
  border-top-right-radius: 6px !important;
}

.radius-lb-6 {
  border-bottom-left-radius: 6px !important;
}

.radius-rb-6 {
  border-bottom-right-radius: 6px !important;
}

.radius-8 {
  border-radius: 8px !important;
}

.radius-lt-8 {
  border-top-left-radius: 8px !important;
}

.radius-rt-8 {
  border-top-right-radius: 8px !important;
}

.radius-lb-8 {
  border-bottom-left-radius: 8px !important;
}

.radius-rb-8 {
  border-bottom-right-radius: 8px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-lt-10 {
  border-top-left-radius: 10px !important;
}

.radius-rt-10 {
  border-top-right-radius: 10px !important;
}

.radius-lb-10 {
  border-bottom-left-radius: 10px !important;
}

.radius-rb-10 {
  border-bottom-right-radius: 10px !important;
}

.radius-12 {
  border-radius: 12px !important;
}

.radius-lt-12 {
  border-top-left-radius: 12px !important;
}

.radius-rt-12 {
  border-top-right-radius: 12px !important;
}

.radius-lb-12 {
  border-bottom-left-radius: 12px !important;
}

.radius-rb-12 {
  border-bottom-right-radius: 12px !important;
}

.radius-14 {
  border-radius: 14px !important;
}

.radius-lt-14 {
  border-top-left-radius: 14px !important;
}

.radius-rt-14 {
  border-top-right-radius: 14px !important;
}

.radius-lb-14 {
  border-bottom-left-radius: 14px !important;
}

.radius-rb-14 {
  border-bottom-right-radius: 14px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-lt-15 {
  border-top-left-radius: 15px !important;
}

.radius-rt-15 {
  border-top-right-radius: 15px !important;
}

.radius-lb-15 {
  border-bottom-left-radius: 15px !important;
}

.radius-rb-15 {
  border-bottom-right-radius: 15px !important;
}

.radius-16 {
  border-radius: 16px !important;
}

.radius-lt-16 {
  border-top-left-radius: 16px !important;
}

.radius-rt-16 {
  border-top-right-radius: 16px !important;
}

.radius-lb-16 {
  border-bottom-left-radius: 16px !important;
}

.radius-rb-16 {
  border-bottom-right-radius: 16px !important;
}

.radius-18 {
  border-radius: 18px !important;
}

.radius-lt-18 {
  border-top-left-radius: 18px !important;
}

.radius-rt-18 {
  border-top-right-radius: 18px !important;
}

.radius-lb-18 {
  border-bottom-left-radius: 18px !important;
}

.radius-rb-18 {
  border-bottom-right-radius: 18px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-lt-20 {
  border-top-left-radius: 20px !important;
}

.radius-rt-20 {
  border-top-right-radius: 20px !important;
}

.radius-lb-20 {
  border-bottom-left-radius: 20px !important;
}

.radius-rb-20 {
  border-bottom-right-radius: 20px !important;
}

.radius-24 {
  border-radius: 24px !important;
}

.radius-lt-24 {
  border-top-left-radius: 24px !important;
}

.radius-rt-24 {
  border-top-right-radius: 24px !important;
}

.radius-lb-24 {
  border-bottom-left-radius: 24px !important;
}

.radius-rb-24 {
  border-bottom-right-radius: 24px !important;
}

.radius-26 {
  border-radius: 26px !important;
}

.radius-lt-26 {
  border-top-left-radius: 26px !important;
}

.radius-rt-26 {
  border-top-right-radius: 26px !important;
}

.radius-lb-26 {
  border-bottom-left-radius: 26px !important;
}

.radius-rb-26 {
  border-bottom-right-radius: 26px !important;
}

.radius-30 {
  border-radius: 30px !important;
}

.radius-lt-30 {
  border-top-left-radius: 30px !important;
}

.radius-rt-30 {
  border-top-right-radius: 30px !important;
}

.radius-lb-30 {
  border-bottom-left-radius: 30px !important;
}

.radius-rb-30 {
  border-bottom-right-radius: 30px !important;
}

.radius-35 {
  border-radius: 35px !important;
}

.radius-lt-35 {
  border-top-left-radius: 35px !important;
}

.radius-rt-35 {
  border-top-right-radius: 35px !important;
}

.radius-lb-35 {
  border-bottom-left-radius: 35px !important;
}

.radius-rb-35 {
  border-bottom-right-radius: 35px !important;
}

.radius-40 {
  border-radius: 40px !important;
}

.radius-lt-40 {
  border-top-left-radius: 40px !important;
}

.radius-rt-40 {
  border-top-right-radius: 40px !important;
}

.radius-lb-40 {
  border-bottom-left-radius: 40px !important;
}

.radius-rb-40 {
  border-bottom-right-radius: 40px !important;
}

.radius-45 {
  border-radius: 45px !important;
}

.radius-lt-45 {
  border-top-left-radius: 45px !important;
}

.radius-rt-45 {
  border-top-right-radius: 45px !important;
}

.radius-lb-45 {
  border-bottom-left-radius: 45px !important;
}

.radius-rb-45 {
  border-bottom-right-radius: 45px !important;
}

.radius-50 {
  border-radius: 50px !important;
}

.radius-lt-50 {
  border-top-left-radius: 50px !important;
}

.radius-rt-50 {
  border-top-right-radius: 50px !important;
}

.radius-lb-50 {
  border-bottom-left-radius: 50px !important;
}

.radius-rb-50 {
  border-bottom-right-radius: 50px !important;
}

.radius-60 {
  border-radius: 60px !important;
}

.radius-lt-60 {
  border-top-left-radius: 60px !important;
}

.radius-rt-60 {
  border-top-right-radius: 60px !important;
}

.radius-lb-60 {
  border-bottom-left-radius: 60px !important;
}

.radius-rb-60 {
  border-bottom-right-radius: 60px !important;
}

.radius-70 {
  border-radius: 70px !important;
}

.radius-lt-70 {
  border-top-left-radius: 70px !important;
}

.radius-rt-70 {
  border-top-right-radius: 70px !important;
}

.radius-lb-70 {
  border-bottom-left-radius: 70px !important;
}

.radius-rb-70 {
  border-bottom-right-radius: 70px !important;
}

.radius-80 {
  border-radius: 80px !important;
}

.radius-lt-80 {
  border-top-left-radius: 80px !important;
}

.radius-rt-80 {
  border-top-right-radius: 80px !important;
}

.radius-lb-80 {
  border-bottom-left-radius: 80px !important;
}

.radius-rb-80 {
  border-bottom-right-radius: 80px !important;
}

.radius-90 {
  border-radius: 90px !important;
}

.radius-lt-90 {
  border-top-left-radius: 90px !important;
}

.radius-rt-90 {
  border-top-right-radius: 90px !important;
}

.radius-lb-90 {
  border-bottom-left-radius: 90px !important;
}

.radius-rb-90 {
  border-bottom-right-radius: 90px !important;
}

.radius-100 {
  border-radius: 100px !important;
}

.radius-lt-100 {
  border-top-left-radius: 100px !important;
}

.radius-rt-100 {
  border-top-right-radius: 100px !important;
}

.radius-lb-100 {
  border-bottom-left-radius: 100px !important;
}

.radius-rb-100 {
  border-bottom-right-radius: 100px !important;
}

.fs-6 {
  font-size: 6px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.lh-0 {
  line-height: calc(0 / 10) !important;
}

.lh-10 {
  line-height: calc(10 / 10) !important;
}

.lh-11 {
  line-height: calc(11 / 10) !important;
}

.lh-12 {
  line-height: calc(12 / 10) !important;
}

.lh-13 {
  line-height: calc(13 / 10) !important;
}

.lh-14 {
  line-height: calc(14 / 10) !important;
}

.lh-15 {
  line-height: calc(15 / 10) !important;
}

.lh-16 {
  line-height: calc(16 / 10) !important;
}

.lh-17 {
  line-height: calc(17 / 10) !important;
}

.lh-18 {
  line-height: calc(18 / 10) !important;
}

.lh-19 {
  line-height: calc(19 / 10) !important;
}

.lh-20 {
  line-height: calc(20 / 10) !important;
}

.lh-22 {
  line-height: calc(22 / 10) !important;
}

.lh-24 {
  line-height: calc(24 / 10) !important;
}

.lh-26 {
  line-height: calc(26 / 10) !important;
}

.lh-28 {
  line-height: calc(28 / 10) !important;
}

.lh-30 {
  line-height: calc(30 / 10) !important;
}

.w-em-1 {
  width: 1em !important;
}

.h-em-1 {
  height: 1em !important;
}

.w-em-2 {
  width: 2em !important;
}

.h-em-2 {
  height: 2em !important;
}

.w-em-3 {
  width: 3em !important;
}

.h-em-3 {
  height: 3em !important;
}

.w-em-4 {
  width: 4em !important;
}

.h-em-4 {
  height: 4em !important;
}

.w-em-5 {
  width: 5em !important;
}

.h-em-5 {
  height: 5em !important;
}

.w-em-6 {
  width: 6em !important;
}

.h-em-6 {
  height: 6em !important;
}

.w-em-7 {
  width: 7em !important;
}

.h-em-7 {
  height: 7em !important;
}

.w-em-8 {
  width: 8em !important;
}

.h-em-8 {
  height: 8em !important;
}

.w-em-9 {
  width: 9em !important;
}

.h-em-9 {
  height: 9em !important;
}

.w-em-10 {
  width: 10em !important;
}

.h-em-10 {
  height: 10em !important;
}

.w-em-11 {
  width: 11em !important;
}

.h-em-11 {
  height: 11em !important;
}

.w-em-12 {
  width: 12em !important;
}

.h-em-12 {
  height: 12em !important;
}

.c-000 {
  color: #000 !important;
}

.c-111 {
  color: #111 !important;
}

.c-222 {
  color: #222 !important;
}

.c-333 {
  color: #333 !important;
}

.c-444 {
  color: #444 !important;
}

.c-555 {
  color: #555 !important;
}

.c-666 {
  color: #666 !important;
}

.c-777 {
  color: #777 !important;
}

.c-888 {
  color: #888 !important;
}

.c-999 {
  color: #999 !important;
}

.c-fff {
  color: #fff !important;
}

.c-aaa {
  color: #aaa !important;
}

.c-bbb {
  color: #bbb !important;
}

.c-ccc {
  color: #ccc !important;
}

.c-ddd {
  color: #ddd !important;
}

:root {
  --liHeight: 38px;
  --c-default: #606266;
  --c-primary: #ff701d;
  --c-primary-light: #ffe1cf;
  --c-primary-bg: #fff4ee;
  --c-success: #67c23a;
  --c-info: #909399;
  --c-warning: #ffb547;
  --c-danger: #ff383e;
}

.c-default {
  color: var(--c-default) !important;
}

.c-primary {
  color: var(--c-primary) !important;
}

.c-success {
  color: var(--c-success) !important;
}

.c-info {
  color: var(--c-info) !important;
}

.c-warning {
  color: var(--c-warning) !important;
}

.c-danger {
  color: var(--c-danger) !important;
}

.ms-btn {
  --bg: #fff;
  --c: var(--c-default);
  --b: #dcdfe6;
  --fs: 14px;
  --pad: 12px 20px;
  border: 1px solid var(--b);
  border-radius: 4px;
  color: var(--c);
  background-color: var(--bg);
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  font-size: var(--fs);
  padding: var(--pad);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.1s;
  font-weight: 500;
  background-image: none;
  cursor: pointer;
  text-align: center;
}
.ms-btn.ms-primary {
  --bg: var(--c-primary);
  --c: #fff;
  --b: var(--c-primary);
}
.ms-btn.ms-success {
  --bg: var(--c-success);
  --c: #fff;
  --b: var(--c-success);
}
.ms-btn.ms-info {
  --bg: var(--c-info);
  --c: #fff;
  --b: var(--c-info);
}
.ms-btn.ms-warning {
  --bg: var(--c-warning);
  --c: #fff;
  --b: var(--c-warning);
}
.ms-btn.ms-danger {
  --bg: var(--c-danger);
  --c: #fff;
  --b: var(--c-danger);
}
.ms-btn.ms-disabled {
  --bg: #d9d9d9;
  --c: #fff;
  --b: #d9d9d9;
}
.ms-btn.is-plain.ms-primary {
  --bg: transparent;
  --c: var(--c-primary);
  --b: var(--c-primary);
}
.ms-btn.is-plain.ms-success {
  --bg: #f0f9eb;
  --c: var(--c-success);
  --b: #c2e7b0;
}
.ms-btn.is-plain.ms-info {
  --bg: #f4f4f5;
  --c: var(--c-info);
  --b: #d3d4d6;
}
.ms-btn.is-plain.ms-warning {
  --bg: #fdf6ec;
  --c: var(--c-warning);
  --b: #f5dab1;
}
.ms-btn.is-plain.ms-danger {
  --bg: #fef0f0;
  --c: var(--c-danger);
  --b: #fbc4c4;
}
.ms-btn.ms-medium {
  --pad: 10px 20px;
}
.ms-btn.ms-small {
  --pad: 9px 15px;
  --fs: 12px;
  border-radius: 3px;
}
.ms-btn.ms-mini {
  --pad: 7px 15px;
  --fs: 12px;
  border-radius: 3px;
}
.ms-btn.is-round {
  border-radius: 20px;
}
.ms-btn.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.ms-btn.is-text:not(.ms-default) {
  background-color: transparent;
  border: none;
  padding: 0;
}
.ms-btn.is-text:not(.ms-default).is-plain {
  color: var(--c);
}
.ms-btn.is-text:not(.ms-default):not(.is-plain) {
  color: var(--bg);
}
.ms-btn.is-text.ms-default {
  background-color: transparent;
  border: none;
  padding: 0;
}

.ms-link {
  --c: var(--c-default);
  color: var(--c);
}
.ms-link.ms-primary {
  --c: var(--c-primary);
}
.ms-link.ms-success {
  --c: var(--c-success);
}
.ms-link.ms-info {
  --c: var(--c-info);
}
.ms-link.ms-warning {
  --c: var(--c-warning);
}
.ms-link.ms-danger {
  --c: var(--c-danger);
}
.ms-link:not(.is-disabled):not(.ms-default):hover {
  filter: brightness(1.12);
}
.ms-link:not(.is-disabled).ms-default:hover {
  color: var(--c-primary);
}
.ms-link:not(.is-disabled).is-underline:hover {
  text-decoration: underline;
}
.ms-link.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ms-checkbox,
.ms-radio {
  position: relative;
  display: inline-block;
}
.ms-checkbox .check-mark,
.ms-radio .check-mark {
  display: flex;
  align-items: center;
}
.ms-checkbox .check-mark em,
.ms-radio .check-mark em {
  width: 16px;
  height: 16px;
  position: relative;
  flex: none;
}
.ms-checkbox .check-mark em:before,
.ms-radio .check-mark em:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
}
.ms-checkbox .check-mark em:after,
.ms-radio .check-mark em:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.ms-checkbox .check-mark span,
.ms-radio .check-mark span {
  font-size: 14px;
  line-height: 1;
  color: var(--c-default);
  margin-left: 5px;
}
.ms-checkbox input[type=checkbox],
.ms-checkbox input[type=radio],
.ms-radio input[type=checkbox],
.ms-radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.ms-checkbox input[type=checkbox]:disabled,
.ms-checkbox input[type=radio]:disabled,
.ms-radio input[type=checkbox]:disabled,
.ms-radio input[type=radio]:disabled {
  cursor: not-allowed;
}
.ms-checkbox input[type=checkbox]:disabled + .check-mark span,
.ms-checkbox input[type=radio]:disabled + .check-mark span,
.ms-radio input[type=checkbox]:disabled + .check-mark span,
.ms-radio input[type=radio]:disabled + .check-mark span {
  color: #c0c4cc;
}
.ms-checkbox input[type=checkbox]:disabled + .check-mark em:before,
.ms-checkbox input[type=radio]:disabled + .check-mark em:before,
.ms-radio input[type=checkbox]:disabled + .check-mark em:before,
.ms-radio input[type=radio]:disabled + .check-mark em:before {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
}
.ms-checkbox input[type=checkbox]:checked:not(:disabled) + .check-mark em:before,
.ms-checkbox input[type=radio]:checked:not(:disabled) + .check-mark em:before,
.ms-radio input[type=checkbox]:checked:not(:disabled) + .check-mark em:before,
.ms-radio input[type=radio]:checked:not(:disabled) + .check-mark em:before {
  background-color: var(--c-primary);
  border-color: var(--c-primary);
}
.ms-checkbox input[type=checkbox]:checked:not(:disabled) + .check-mark span,
.ms-checkbox input[type=radio]:checked:not(:disabled) + .check-mark span,
.ms-radio input[type=checkbox]:checked:not(:disabled) + .check-mark span,
.ms-radio input[type=radio]:checked:not(:disabled) + .check-mark span {
  color: var(--c-primary);
}
.ms-checkbox.ms-circle .check-mark em,
.ms-radio.ms-circle .check-mark em {
  border-radius: 50%;
}
.ms-checkbox.ms-circle .check-mark em:before,
.ms-radio.ms-circle .check-mark em:before {
  border-radius: 50%;
}

.ms-radio .check-mark em {
  border-radius: 50%;
}
.ms-radio .check-mark em:before {
  border-radius: 50%;
}
.ms-radio .check-mark em:after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: transparent;
}
.ms-radio input:checked:disabled + .check-mark em:after {
  background-color: #c0c4cc;
}
.ms-radio input:checked:not(:disabled) + .check-mark em:after {
  background-color: #fff;
}

.ms-checkbox .check-mark em:after {
  width: 7px;
  height: 3px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-sizing: content-box;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.ms-checkbox input:checked:disabled + .check-mark em:after {
  border-color: #c0c4cc;
}
.ms-checkbox input:checked:not(:disabled) + .check-mark em:before {
  background-color: var(--c-primary);
  border-color: var(--c-primary);
}
.ms-checkbox input:checked:not(:disabled) + .check-mark em:after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.ms-checkbox input:checked:not(:disabled) + .check-mark span {
  color: var(--c-primary);
}

.ms-radio.is-bordered .check-mark,
.ms-checkbox.is-bordered .check-mark {
  padding: 12px 20px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.ms-radio input:checked:not(:disabled) + .check-mark,
.ms-checkbox input:checked:not(:disabled) + .check-mark {
  border-color: var(--c-primary);
}
.ms-radio.ms-medium .check-mark,
.ms-checkbox.ms-medium .check-mark {
  padding: 10px 18px;
}
.ms-radio.ms-medium .check-mark span,
.ms-checkbox.ms-medium .check-mark span {
  margin-left: 8px;
}
.ms-radio.ms-small .check-mark,
.ms-checkbox.ms-small .check-mark {
  padding: 9px 15px;
}
.ms-radio.ms-small .check-mark em,
.ms-checkbox.ms-small .check-mark em {
  width: 12px;
  height: 12px;
}
.ms-radio.ms-small .check-mark span,
.ms-checkbox.ms-small .check-mark span {
  font-size: 12px;
  margin-left: 8px;
}
.ms-radio.ms-mini .check-mark,
.ms-checkbox.ms-mini .check-mark {
  padding: 7px 10px;
}
.ms-radio.ms-mini .check-mark em,
.ms-checkbox.ms-mini .check-mark em {
  width: 12px;
  height: 12px;
}
.ms-radio.ms-mini .check-mark span,
.ms-checkbox.ms-mini .check-mark span {
  font-size: 12px;
  margin-left: 5px;
}

.ms-checkbox-group .ms-radio.is-bordered .check-mark,
.ms-checkbox-group .ms-checkbox.is-bordered .check-mark {
  border-radius: 0;
  border-left-width: 0;
}
.ms-checkbox-group .ms-radio.is-bordered .check-mark em,
.ms-checkbox-group .ms-checkbox.is-bordered .check-mark em {
  display: none;
}
.ms-checkbox-group .ms-radio.is-bordered .check-mark span,
.ms-checkbox-group .ms-checkbox.is-bordered .check-mark span {
  margin-left: 0;
}
.ms-checkbox-group .ms-radio.is-bordered:first-child .check-mark,
.ms-checkbox-group .ms-checkbox.is-bordered:first-child .check-mark {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.ms-checkbox-group .ms-radio.is-bordered:last-child .check-mark,
.ms-checkbox-group .ms-checkbox.is-bordered:last-child .check-mark {
  border-radius: 0 4px 4px 0;
}
.ms-checkbox-group .ms-radio.is-bordered input:checked:not(:disabled) + .check-mark,
.ms-checkbox-group .ms-checkbox.is-bordered input:checked:not(:disabled) + .check-mark {
  border-color: var(--c-primary);
  background-color: var(--c-primary);
}
.ms-checkbox-group .ms-radio.is-bordered input:checked:not(:disabled) + .check-mark span,
.ms-checkbox-group .ms-checkbox.is-bordered input:checked:not(:disabled) + .check-mark span {
  color: #fff;
}
.ms-checkbox-group .ms-radio.is-bordered input:checked:disabled + .check-mark,
.ms-checkbox-group .ms-checkbox.is-bordered input:checked:disabled + .check-mark {
  background-color: #f2f6fc;
}
.ms-checkbox-group .ms-radio.is-bordered:not(:first-child) input:checked:not(:disabled)[type=radio] + .check-mark,
.ms-checkbox-group .ms-checkbox.is-bordered:not(:first-child) input:checked:not(:disabled)[type=radio] + .check-mark {
  box-shadow: -1px 0 0 0 var(--c-primary);
}
.ms-checkbox-group .ms-radio.is-bordered:not(:first-child) input:checked:not(:disabled)[type=checkbox] + .check-mark,
.ms-checkbox-group .ms-checkbox.is-bordered:not(:first-child) input:checked:not(:disabled)[type=checkbox] + .check-mark {
  box-shadow: -1px 0 0 0 #8cc5ff;
}

.ms-switch {
  position: relative;
  display: inline-block;
  --default: #dcdfe6;
  --active: var(--c-primary);
  --w: 40px;
  --h: 20px;
}
.ms-switch .ms-switch-slider {
  width: var(--w);
  height: var(--h);
  background-color: var(--default);
  border-radius: 60px;
  transition: 0.2s;
}
.ms-switch .ms-switch-slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  width: calc(var(--h) - 4px);
  height: calc(var(--h) - 4px);
  border-radius: 60px;
  background: #fff;
  transition: 0.2s;
}
.ms-switch input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ms-switch input[type=checkbox]:checked + .ms-switch-slider {
  background-color: var(--active);
}
.ms-switch input[type=checkbox]:checked + .ms-switch-slider:after {
  transform: translate3d(calc(var(--w) - var(--h)), 0, 0);
}
.ms-switch.ms-success {
  --active: var(--c-success);
}
.ms-switch.ms-danger {
  --default: var(--c-danger);
}

.ms-input {
  position: relative;
  font-size: 14px;
}
.ms-input input,
.ms-input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: var(--c-default);
  font-size: inherit;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.ms-input input::-moz-placeholder, .ms-input textarea::-moz-placeholder {
  color: #c0c4cc;
}
.ms-input input::placeholder,
.ms-input textarea::placeholder {
  color: #c0c4cc;
}
.ms-input input:not([disabled]):not([readonly]):hover,
.ms-input textarea:not([disabled]):not([readonly]):hover {
  border-color: #c0c4cc;
}
.ms-input input:not([disabled]):not([readonly]):focus,
.ms-input textarea:not([disabled]):not([readonly]):focus {
  border-color: var(--c-primary);
}
.ms-input input[disabled],
.ms-input textarea[disabled] {
  color: #c0c4cc;
  cursor: not-allowed;
  background-color: #f5f7fa;
}
.ms-input.no-style input,
.ms-input.no-style textarea {
  background-color: transparent;
  border: none;
}
.ms-input input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: inline-block;
}
.ms-input textarea {
  padding: 8px 10px;
  line-height: 1.5;
  display: block;
  resize: vertical;
}
.ms-input textarea.no-resize {
  resize: none;
}
.ms-input.ms-medium input {
  height: 36px;
  line-height: 36px;
}
.ms-input.ms-small input {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.ms-input.ms-mini input {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.ms-input .ms-input-clear {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #c0c4cc;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.ms-input .ms-input-clear:before, .ms-input .ms-input-clear:after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #c0c4cc;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ms-input .ms-input-clear::before {
  transform: rotate(-45deg);
}
.ms-input .ms-input-clear::after {
  transform: rotate(45deg);
}
.ms-input > input:not(:-moz-placeholder, [disabled], [readonly]) + .ms-input-clear {
  visibility: visible;
}
.ms-input > input:not(:placeholder-shown, [disabled], [readonly]) + .ms-input-clear {
  visibility: visible;
}
.ms-input.ms-input-suffix > input {
  padding-right: 40px;
}

.ms-input-counter {
  width: 180px;
  position: relative;
  --size: 40px;
  --lineSize: 13px;
}
.ms-input-counter .ms-input {
  --plr: calc(var(--size) + 10px);
}
.ms-input-counter .ms-input input {
  text-align: center;
  padding-left: var(--plr);
  padding-right: var(--plr);
}
.ms-input-counter .ms-reduce,
.ms-input-counter .ms-add {
  width: var(--size);
  background-color: #f5f7fd;
  cursor: pointer;
  position: absolute;
  top: 1px;
  bottom: 1px;
  margin: auto;
  z-index: 2;
}
.ms-input-counter .ms-reduce:before, .ms-input-counter .ms-reduce:after,
.ms-input-counter .ms-add:before,
.ms-input-counter .ms-add:after {
  content: "";
  width: var(--lineSize);
  height: 1px;
  background-color: var(--c-default);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ms-input-counter .ms-reduce:after,
.ms-input-counter .ms-add:after {
  transform: rotate(90deg);
}
.ms-input-counter .ms-reduce.is-disabled,
.ms-input-counter .ms-add.is-disabled {
  cursor: not-allowed;
}
.ms-input-counter .ms-reduce.is-disabled::before, .ms-input-counter .ms-reduce.is-disabled::after,
.ms-input-counter .ms-add.is-disabled::before,
.ms-input-counter .ms-add.is-disabled::after {
  background-color: #c0c4cc;
}
.ms-input-counter .ms-reduce:not(.is-disabled):hover:before, .ms-input-counter .ms-reduce:not(.is-disabled):hover:after,
.ms-input-counter .ms-add:not(.is-disabled):hover:before,
.ms-input-counter .ms-add:not(.is-disabled):hover:after {
  background-color: var(--c-primary);
}
.ms-input-counter .ms-reduce {
  left: 1px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #dcdfe6;
}
.ms-input-counter .ms-reduce:after {
  display: none;
}
.ms-input-counter .ms-add {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #dcdfe6;
}
.ms-input-counter.ms-medium {
  width: 150px;
  --size: 34px;
}
.ms-input-counter.ms-medium input {
  height: 36px;
  line-height: 36px;
}
.ms-input-counter.ms-small {
  width: 130px;
  --lineSize: 11px;
  --size: 30px;
}
.ms-input-counter.ms-small input {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.ms-input-counter.ms-mini {
  width: 100px;
  --lineSize: 9px;
  --size: 26px;
}
.ms-input-counter.ms-mini input {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.ms-input-counter.ms-smini {
  width: 80px;
  --lineSize: 7px;
  --size: 22px;
}
.ms-input-counter.ms-smini input {
  height: 22px;
  line-height: 22px;
  font-size: 10px;
}

.nowrap {
  white-space: nowrap;
}

.w-box {
  background-color: #fff;
}

.w-box-c {
  background-color: #fff;
  border-radius: 6px;
}

.ms-hide {
  display: none !important;
}

#showTips-wrap,
#loading-wrap {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

#loading-wrap {
  justify-content: center;
}
#loading-wrap.ms-loading-hide {
  display: none;
}
#loading-wrap .loading-box {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
}
#loading-wrap .loading-box em {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 6px;
  border-left-color: #bbb;
  animation: msLoading 1s linear infinite;
}
#loading-wrap .loading-box .loading-text {
  font-size: 14px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@keyframes msLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#showTips-wrap {
  flex-direction: column;
  justify-content: start;
  padding-top: 50px;
  pointer-events: none;
}
#showTips-wrap .showTips-box {
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  padding: 8px 12px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  animation: showTipsFadeUp 0.3s ease-in-out;
  transition: opacity 0.1s, all 0.4s;
  height: 36px;
}
#showTips-wrap .showTips-box.ms-msg-hide {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  margin-top: 0 !important;
}
#showTips-wrap .showTips-box:nth-of-type(n + 2) {
  margin-top: 10px;
}
#showTips-wrap .showTips-box span {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  flex: auto;
}
#showTips-wrap .showTips-box em {
  flex: none;
  width: 18px;
  height: 18px;
  background-color: #ddd;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}
#showTips-wrap .showTips-box[data-type=info] em:before, #showTips-wrap .showTips-box[data-type=info] em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  background: #fff;
  border-radius: 4px;
}
#showTips-wrap .showTips-box[data-type=info] em:before {
  height: 3px;
  top: 3px;
}
#showTips-wrap .showTips-box[data-type=info] em:after {
  height: 7px;
  bottom: 3px;
}
#showTips-wrap .showTips-box[data-type=warning] em {
  background-color: var(--c-warning);
}
#showTips-wrap .showTips-box[data-type=warning] em:before, #showTips-wrap .showTips-box[data-type=warning] em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  background: #fff;
  border-radius: 4px;
}
#showTips-wrap .showTips-box[data-type=warning] em:before {
  height: 7px;
  top: 3px;
}
#showTips-wrap .showTips-box[data-type=warning] em:after {
  height: 3px;
  bottom: 3px;
}
#showTips-wrap .showTips-box[data-type=success] em {
  background-color: var(--c-success);
}
#showTips-wrap .showTips-box[data-type=success] em:after {
  content: "";
  width: 7px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: content-box;
  transform: translate3d(0, -1px, 0) rotate(-45deg);
}
#showTips-wrap .showTips-box[data-type=error] em {
  background-color: var(--c-danger);
}
#showTips-wrap .showTips-box[data-type=error] em:before, #showTips-wrap .showTips-box[data-type=error] em:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 2px;
}
#showTips-wrap .showTips-box[data-type=error] em:before {
  transform: rotate(-45deg);
}
#showTips-wrap .showTips-box[data-type=error] em:after {
  transform: rotate(45deg);
}
@keyframes showTipsFadeUp {
  0% {
    opacity: 0.2;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

body:has(.popup-bg.ms-show) {
  overflow: hidden;
}

body.ms-popup-open {
  overflow: hidden;
}

.popup-bg {
  --headerH: 42px;
  --padding: 15px;
  --publicWidth: 600px;
  --color-1: #333;
  --border-1: #f1f1f1;
  --radius: 8px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  -webkit-tap-highlight-color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-bg .popup-header > .popup-close, .popup-bg .popup-box > .popup-close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: calc(var(--padding) - 5px);
  --closeColor: #ccc;
  cursor: pointer;
}
.popup-bg .popup-header > .popup-close:before, .popup-bg .popup-box > .popup-close:before, .popup-bg .popup-header > .popup-close:after, .popup-bg .popup-box > .popup-close:after {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--closeColor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
.popup-bg .popup-header > .popup-close:before, .popup-bg .popup-box > .popup-close:before {
  transform: rotate(-45deg);
}
.popup-bg .popup-header > .popup-close:after, .popup-bg .popup-box > .popup-close:after {
  transform: rotate(45deg);
}
.popup-bg .popup-header > .popup-close:hover, .popup-bg .popup-box > .popup-close:hover {
  --closeColor: #333;
}
.popup-bg.ms-show {
  visibility: visible;
  opacity: 1;
}
.popup-bg.ms-show .popup-box {
  transform: scale(1) translate3d(0, 0, 0) !important;
}
.popup-bg .popup-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: var(--radius);
  width: var(--publicWidth);
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  transition: 0.3s;
}
.popup-bg .popup-header {
  position: relative;
  box-sizing: border-box;
  height: var(--headerH);
  padding: 0 var(--padding);
  border-bottom: 1px solid var(--border-1);
  flex: none;
}
.popup-bg .popup-header .popup-title {
  font-size: 14px;
  color: #222;
  line-height: var(--headerH);
}
.popup-bg .popup-body {
  padding: var(--padding);
  color: #222;
  font-size: 14px;
  flex: auto;
  box-sizing: border-box;
  overflow-y: auto;
}
.popup-bg .popup-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.popup-bg .popup-body::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.popup-bg .popup-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
}
.popup-bg .popup-footer {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 10px var(--padding);
  border-top: 1px solid var(--border-1);
  grid-gap: 8px;
}
.popup-bg .popup-footer:empty {
  display: none;
}
.popup-bg[animation=fade-up] .popup-box {
  transform: translate3d(0, 100%, 0);
}
.popup-bg[animation=fade-down] .popup-box {
  transform: translate3d(0, -100%, 0);
}
.popup-bg[animation=fade-left] .popup-box {
  transform: translate3d(100%, 0, 0);
}
.popup-bg[animation=fade-right] .popup-box {
  transform: translate3d(-100%, 0, 0);
}
.popup-bg[animation=zoom-in] .popup-box {
  transform: scale(0) translate3d(0, 0, 0);
}
.popup-bg[vertical=top] {
  align-items: start;
}
.popup-bg[vertical=bottom] {
  align-items: end;
}
.popup-bg[vertical=middle] {
  align-items: center;
}
.popup-bg[horizontal=left] {
  justify-content: start;
}
.popup-bg[horizontal=right] {
  justify-content: end;
}
.popup-bg[horizontal=center] {
  justify-content: center;
}
.popup-bg[full-popup] .popup-box {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  border-radius: 0;
}
.popup-bg[full-width] .popup-box {
  width: 100% !important;
  max-width: none;
}
.popup-bg[full-width][vertical=bottom] .popup-box {
  border-radius: var(--radius) var(--radius) 0 0;
}
.popup-bg[full-left] .popup-box, .popup-bg[full-right] .popup-box {
  height: 100% !important;
  max-height: none;
  border-radius: 0;
  width: 400px !important;
  max-width: 70vw;
}
.popup-bg[full-left] {
  justify-content: start !important;
}
.popup-bg[full-right] {
  justify-content: end !important;
}
.popup-bg.popup-viewImg .popup-box {
  max-width: 100% !important;
  max-height: 100% !important;
  background-color: transparent;
  border-radius: 0;
}
.popup-bg.popup-viewImg .popup-box > img {
  max-width: 100dvw;
  max-height: 96dvh;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup-bg.popup-viewImg .popup-box > .popup-close {
  width: 26px;
  height: 26px;
  background: var(--c-danger);
  top: 0;
  right: 0;
}
.popup-bg.popup-viewImg .popup-box > .popup-close:before, .popup-bg.popup-viewImg .popup-box > .popup-close:after {
  width: 18px;
  background-color: #fff;
}

[ms-conId] > div {
  display: none;
}
[ms-conId] > div.active {
  display: block;
}

.tab-nav a {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  color: #333;
  position: relative;
}
.tab-nav a:after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--c-primary);
  bottom: -1px;
  transition: 0.32;
}
.tab-nav a.active {
  color: var(--c-primary);
}
.tab-nav a.active:after {
  width: 100%;
}

.down-box-wrap .down-box-btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.down-box-wrap .down-box-btn i {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  display: inline-block;
  transform: translate(-2px, 2px) rotate(-135deg);
  transition: 0.3s;
}
.down-box-wrap.down-hide .down-box-body {
  display: none;
}
.down-box-wrap.down-hide .down-box-btn i {
  transform: translate(-2px, -2px) rotate(45deg);
}

.icon-10 {
  width: 10px;
  height: 10px;
}

.icon10_1 {
  background-image: url("../images/icon/icon10_1.png");
  background-size: 100% 100%;
}

.icon-12 {
  width: 12px;
  height: 12px;
}

.icon12_1 {
  background-image: url("../images/icon/icon12_1.png");
  background-size: 100% 100%;
}

.icon-14 {
  width: 14px;
  height: 14px;
}

.icon14_1 {
  background-image: url("../images/icon/icon14_1.png");
  background-size: 100% 100%;
}

.icon14_2 {
  background-image: url("../images/icon/icon14_2.png");
  background-size: 100% 100%;
}

.icon14_3 {
  background-image: url("../images/icon/icon14_3.png");
  background-size: 100% 100%;
}

.icon14_4 {
  background-image: url("../images/icon/icon14_4.png");
  background-size: 100% 100%;
}

.icon14_5 {
  background-image: url("../images/icon/icon14_5.png");
  background-size: 100% 100%;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon16_1 {
  background-image: url("../images/icon/icon16_1.png");
  background-size: 100% 100%;
}

.icon-18 {
  width: 18px;
  height: 18px;
}

.icon18_1 {
  background-image: url("../images/icon/icon18_1.png");
  background-size: 100% 100%;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon20_1 {
  background-image: url("../images/icon/icon20_1.png");
  background-size: 100% 100%;
}/*# sourceMappingURL=public.css.map */