@charset "utf-8";
body {
  background-color: #fff;
}
html {
  font-family: "noto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: #1b1c1e;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga";
  word-break: break-all;
  vertical-align: bottom;
}

* {
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga";
  word-break: inherit;
  vertical-align: inherit;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table td,
table th {
  vertical-align: middle;
}
.transition,
.accordion,
.bw-selectmenu,
a,
button,
select,
textarea,
input,
label,
li,
.nav > ul > li > a:after,
a:before,
label,
[onclick],
[href],
[for],
.ui-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.transition-1s {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

img {
  text-indent: -9999px;
  /* max-width: 100%; */
}
/* *:focus,
*:active {
  -webkit-box-shadow: none;
  box-shadow: none;
} */
a.loop-post:visited .title {
  color: #aaa;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e929";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="checkbox"] + label {
  line-height: 18px;
  position: relative;
  padding-left: 24px;
}
input[type="checkbox"]:checked + label:before {
  color: rgba(255, 255, 255, 1);
  border: 1px solid #3e71fe;
}

input[type="checkbox"].checkbox + label:before {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  background: #fff;
  color: #d2d2d2;
}
input[type="checkbox"].checkbox + label {
  line-height: 15px;
  padding-left: 20px;
}
input[type="checkbox"].checkbox:checked + label:before {
  color: #fff;
  -webkit-box-shadow: inset 0 0px 0px 8px #0d6c40;
  -moz-box-shadow: 0 0px 0px 8px inset #0d6c40;
  box-shadow: 0 0px 0px 8px inset #0d6c40;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 0px 0px 1px #d2d2d2;
  -moz-box-shadow: 0 0px 0px 1px inset #d2d2d2;
  box-shadow: 0 0px 0px 1px inset #d2d2d2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="radio"] + label {
  line-height: 25px;
  position: relative;
  padding-left: 36px;
}
input[type="radio"]:checked + label:before {
  color: #fff;
  -webkit-box-shadow: inset 0 0px 0px 6px #000;
  -moz-box-shadow: 0 0px 0px 6px inset #000;
  box-shadow: 0 0px 0px 6px inset #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.btn,
.btn-c > *,
.btn-lg,
.btn-lg-c > *,
.btn-md,
.btn-md-c > *,
.btn-sm,
.btn-sm-c > *,
.btn-xs,
.btn-xs-c > * {
  overflow: hidden;
  text-align: center;
  font-weight: 600;
}
.btn,
.btn-c > *,
.input,
.input-c > * {
  line-height: 50px;
  height: 50px;
}
.btn-lg,
.btn-lg-c > *,
.input-lg,
.input-lg-c > * {
  line-height: 60px;
  height: 60px;
}
.btn-md,
.btn-md-c > *,
.input-md,
.input-md-c > * {
  line-height: 40px;
  height: 40px;
}
.btn-sm,
.btn-sm-c > *,
.input-sm,
.input-sm-c > * {
  line-height: 32px;
  height: 32px;
}
.btn-xs,
.btn-xs-c > *,
.input-xs,
.input-xs-c > * {
  line-height: 25px;
  height: 25px;
}
.btn.b-1,
.btn-c.b-1-c > *,
.btn-c > .b-1,
.input.b-1,
.input-c.b-1-c > *,
.input-c > .b-1 {
  line-height: 48px;
}
.btn-lg.b-1,
.btn-lg-c.b-1-c > *,
.btn-lg-c > .b-1,
.input-lg.b-1,
.input-lg-c.b-1-c > *,
.input-lg-c > .b-1 {
  line-height: 58px;
}
.btn-md.b-1,
.btn-md-c.b-1-c > *,
.btn-md-c > .b-1,
.input-md.b-1,
.input-md-c.b-1-c > *,
.input-md-c > .b-1 {
  line-height: 38px;
}
.btn-sm.b-1,
.btn-sm-c.b-1-c > *,
.btn-sm-c > .b-1,
.input-sm.b-1,
.input-sm-c.b-1-c > *,
.input-sm-c > .b-1 {
  line-height: 30px;
}
.btn-xs.b-1,
.btn-xs-c.b-1-c > *,
.btn-xs-c > .b-1,
.input-xs.b-1,
.input-xs-c.b-1-c > *,
.input-xs-c > .b-1 {
  line-height: 23px;
}
.btn.b-2,
.btn-c.b-2-c > *,
.btn-c > .b-2,
.input.b-2,
.input-c.b-2-c > *,
.input-c > .b-2 {
  line-height: 46px;
}
.btn-lg.b-2,
.btn-lg-c.b-2-c > *,
.btn-lg-c > .b-2,
.input-lg.b-2,
.input-lg-c.b-2-c > *,
.input-lg-c > .b-2 {
  line-height: 56px;
}
.btn-md.b-2,
.btn-md-c.b-2-c > *,
.btn-md-c > .b-2,
.input-md.b-2,
.input-md-c.b-2-c > *,
.input-md-c > .b-2 {
  line-height: 36px;
}
.btn-sm.b-2,
.btn-sm-c.b-2-c > *,
.btn-sm-c > .b-2,
.input-sm.b-2,
.input-sm-c.b-2-c > *,
.input-sm-c > .b-2 {
  line-height: 28px;
}
.btn-xs.b-2,
.btn-xs-c.b-2-c > *,
.btn-xs-c > .b-2,
.input-xs.b-2,
.input-xs-c.b-2-c > *,
.input-xs-c > .b-2 {
  line-height: 21px;
}
textarea {
  overflow: hidden;
  overflow-y: auto;
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #eaeaea 50%),
    linear-gradient(135deg, #eaeaea 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(50%), calc(100% - 10px) calc(50%);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.jdselect {
  background-image: none;
}
/* .swiper-pagination-bullets {
  height: 8px;
  margin-top: 10px;
  text-align: center;
}
.swiper-pagination-bullets > *:not(:last-child) {
  margin-right: 5px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  vertical-align: top;
}
.swiper-pagination-bullet-active {
  width: 20px;
}
.swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform-origin: left top;
} */

::-webkit-scrollbar-track {
  background-color: #fefefe;
}
::-webkit-scrollbar {
  width: 0px;
  background-color: #fefefe;
}
/* ::-webkit-scrollbar-thumb {
  background-color: #ddd;
  width: 0px;
} */

.scroll-y::-webkit-scrollbar-track {
  background-color: #fefefe;
}
.scroll-y::-webkit-scrollbar {
  width: 1px;
  background-color: #fefefe;
}
.scroll-y::-webkit-scrollbar-thumb {
  background-color: #fefefe;
  width: 1px;
}

.bw-content strong {
  font-weight: 600;
}
.bw-content ul,
.bw-content ol {
  padding-left: 15px;
}
.bw-content ul {
  list-style: "·  ";
}
.bw-content ul li,
.bw-content ol li {
  margin-top: 10px;
}

.swiper-container-horizontal {
  overflow: hidden;
}
