/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";

/* usually */
body {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #000000;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
span,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.l {
  float: left;
}

.r {
  float: right;
}

.tc {
  text-align: center;
}

.ti2 {
  text-indent: 2em;
}

.db {
  display: block;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.ovh {
  overflow: hidden;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fix:after {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.fix-flex:after {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.fix-web:after {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.fix-phone:after {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.ellipsis {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

.ellipsis1 {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

img {
  border: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.swiper-slide {
  user-select: none;
}

.showmenu.nav-ul-box {
  left: 0;
}

/*margin*/
.m0 {
  margin: 0px;
}

.m1 {
  margin: 1px;
}

.ml1 {
  margin-left: 1px;
}

.mt1 {
  margin-top: 1px;
}

.mr1 {
  margin-right: 1px;
}

.mb1 {
  margin-bottom: 1px;
}

.m2 {
  margin: 2px;
}

.ml2 {
  margin-left: 2px;
}

.mt2 {
  margin-top: 2px;
}

.mr2 {
  margin-right: 2px;
}

.mb2 {
  margin-bottom: 2px;
}

.m5 {
  margin: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.m10 {
  margin: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m15 {
  margin: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.m20 {
  margin: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr25 {
  margin-right: 25px;
}

/*padding*/
.p0 {
  padding: 0px;
}

.p1 {
  padding: 1px;
}

.pl1 {
  padding-left: 1px;
}

.pt1 {
  padding-top: 1px;
}

.pr1 {
  padding-right: 1px;
}

.pb1 {
  padding-bottom: 1px;
}

.p2 {
  padding: 2px;
}

.pl2 {
  padding-left: 2px;
}

.pt2 {
  padding-top: 2px;
}

.pr2 {
  padding-right: 2px;
}

.pb2 {
  padding-bottom: 2px;
}

.p5 {
  padding: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.p10 {
  padding: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.p15 {
  padding: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.p20 {
  padding: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb25 {
  margin-bottom: 25px;
}

.heigh100 {
  height: 100%;
}

.icon-plus {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
}

.icon-plus::before,
.icon-plus:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: transform .3s ease-in;
  border-radius: 4px;
}

.icon-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.icon-plus.rotate:after {
  transform: translate(-50%, -50%) rotate(0);
}



.pages {
  text-align: center;
  padding: 50px 0;
}

.pages li {
  display: inline-flex;
  font-size: 14px;
  color: #000000;
  border: 1px solid transparent;
}

.pages li:hover {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.pages li a {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.pages-circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #1A1A1A;
  border-radius: 50%;
}

.pages-line {
  display: inline-block;
  max-width: 80px;
  width: 80px;
  height: 1px;
  background-color: #1A1A1A;
  vertical-align: middle;
  margin: 0 15px;
}

.pages li span {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.nav-position a:hover,.vip-label a:hover {
  color: #DDCABC;
}

.nav-position-pd {
  padding: 30px 0;
}

.pages .iconfont {
  font-size: 14px;
}

.pages-select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border: 1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  border-color: #000000;
}

.pages li.thisclass a {}

.pages li.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
}

.pages li .turn-input {
  color: #666666;
  padding: 8px 12px 7px;
  background-color: #fff;
  width: 48px;
}

input[type="text"],
input[type="password"],
input[type="number"],
textarea,
button,
select,
input[type="email"],
input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}

button {
  font-family: "Noto Serif JP", serif;
}

input.el-input-date,
input.el-input-date1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

input.el-input-date::-webkit-calendar-picker-indicator,
input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.just-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.just-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner {
  position: relative;
}

.banner-i {
  width: 100%;
  display: block;
}

.lan {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down.png) no-repeat right center;
  padding-right: 16px;
}

.normal-table {
  width: 100%;
  border-collapse: collapse;
}

.normal-select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}


.mobile-img {
  display: none;
}

.menu {
  margin-left: 12px;
  cursor: pointer;
  display: none;
}

.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #DDCABC;
  margin-top: 7px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
  margin-top: 0;
}

.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu.rotate i:nth-of-type(2) {
  opacity: 0;
}

.menu.rotate i:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.normal-place ::-webkit-input-placeholder {
  font-size: 14px;
  color: #878787;
  font-family: "Noto Serif JP", serif;
}

.normal-place :-moz-placeholder {
  font-size: 14px;
  color: #878787;
  font-family: "Noto Serif JP", serif;
}

.normal-place :-ms-input-placeholder {
  font-size: 14px;
  color: #878787;
  font-family: "Noto Serif JP", serif;
}

.up-btn .iconfont {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.up-btn {
  position: fixed;
  bottom: 20%;
  z-index: 99;
  display: flex;
  width: 34px;
  height: 34px;
  background-color: #1E1E1E;
  justify-content: center;
  align-items: center;
  color: #fff;
  right: 4.16vw;
}

img[class*=avatar] {
  border-radius: 50%;
}

.hover-theme a:hover {
  color: #DDCABC;
}

.hover-show-a a:hover {
  opacity: 0.6;
}

.hover-show-btn:hover,.hover-show:hover {
  opacity: 0.6;
}

.hover-tit a:hover [class*=tit] {
  color: #DDCABC;
}

._h-img {
  transition: transform .3s ease;
}

.hover-img a:hover ._h-img {
  transform: scale(1.1);
}

[class*=btn] {
  cursor: pointer;
}

.col-red {
  color: #E7240E;
}

input.upload-file,
input.upload-file1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size: 0
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.mask-inner1-top {
  background-color: #DDCABC;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 22px;
  display: none;
}

.mask-inner1 {
  width: 690px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 94%;
}

.mask-inner1-bott {
  padding: 30px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  text-align: center;
  background-color: #fff;
}


@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn {
  0% {
    transform: scale(1.0)
  }

  100% {
    transform: scale(1.1)
  }
}

@keyframes hideIndex {
  0% {
    opacity: 0;
    padding-top: 40px;
  }

  100% {
    opacity: 1;
    padding-top: 25px;
  }
}



@media (min-width:992px) {
  .pages {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}



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

.head-rdrop-bott {
  max-height: 208px;
}

.head-rdrop-bott::-webkit-scrollbar {
  width: 16px;
}

.head-rdrop-bott::-webkit-scrollbar-thumb {
  background-color: #ACACAC;
  border-radius: 999px;
}

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

.head-sticky {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  z-index: 99;
  top: 0;
}

.head-fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  color: #fff;
}

.gx_ {
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
}

.gx_::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  left: 50%;
  position: absolute;
}

.gx_:checked::after {
  background: #000 url(../img/gx.png) no-repeat center;
  background-size: 80% auto;
}


.vjs-poster {
  background-size: cover;
}

.video-js {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  object-fit: cover;
}


.center-box {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.center-box2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.center-box.no-pd {
  max-width: none;
}


@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



/* .swiper-banner .swiper-slide {
  width: calc(100% - 950px);
  min-width: 950px;
} */

/* .swiper-banner-pagination {
  position: static;
  padding: 15px 0 0;
}

.swiper-banner-pagination .swiper-pagination-bullet-active {
  background-color: #1C1C1C;
} */

/* .swiper-normal-btn {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-shadow: 0 6px 6px 0px rgba(32,131,196,0.5);
} */

.swiper-normal-btn {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border: 1px solid #DDCABC;
}

.swiper-normal-btn.swiper-button-lock {
  display: none;
}

.tree-ul::-webkit-scrollbar {
  width: 5px;
  background-color: #F2F2F2;
}

.tree-ul::-webkit-scrollbar-thumb {
  background-color: #C7C7C7;
  border-radius: 999px;
}

.swiper-normal-btn.swiper-button-disabled {
  pointer-events: all;
}

.swiper-normal-btn::after {
  font-size: 20px;
}

input.el-input-date {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

input.el-input-date::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.eye-img {
  position: absolute;
  top: 0;
  left: 0;
}

.eye-on {
  opacity: 0;
}

.eye-btn {
  width: 16px;
  height: 16px;
  position: relative;
}

.passeye .eye-normal {
  opacity: 0;
}

.passeye .eye-on {
  opacity: 1;
}

.head-right-links .iconfont {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}

.head-right-links:hover span {
  text-decoration: underline;
}


.head-nav-ul>li {
  padding: 0 20px;
  position: relative;
}



.head-nav-ul>li:first-child::before {
  display: none;
}

.head-nav-ul>li:last-child,
.head-nav-ul>li:nth-last-of-type(1) {
  padding-right: 0;
}

.head-nav-ul>li::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #B2B2B2;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

.drap-arr-down {
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.drap-arr-right {
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
}

.banner-word {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}



.banner-tit {
  font-weight: 500;
  font-size: 40px;
  line-height: 2.2em;
  letter-spacing: 2.25px;
  text-indent: -2em;
}

.banner-tit span {
  background-color: rgba(255, 255, 255, .5);
  box-decoration-break: clone;
  padding: 10px;
}

.verticle {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.about-bj {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top;
  position: relative;
}



.swiper-products {
  margin-top: 100px;
}

.com_btn {
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  font-size: 14px;
  letter-spacing: 0.17em;
}

.com_btn.border {
  border: 1px solid #1a1a1a;
  width: 244px;
}

.dotbar {
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  color: #1a1a1a;
}

.section__btn {
  margin-top: 80px;
}

.dotbar::before {
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
  display: block;
  width: 80px;
  height: 1px;
  background-color: currentColor;
}

.dotbar::after {
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 15px;
  background-color: currentColor;
  border-radius: 50%;
}

.com_btn.border:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.com_btn.border:hover .dotbar {
  color: #fff;
}

a:hover .dotbar::after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.center-box-left {
  padding-left: calc(calc(100vw - 1100px) / 2);
}

.secret-right-pd {
  padding-right: calc(calc(100vw - 1100px) / 2);
}

.about-outer-box {
  padding: 9.27vw 0 100px;
}

.secret-tit {
  font-size: 20px;
  line-height: 1.88em;
  letter-spacing: 4px;
  vertical-align: middle;
}

.secret-left {
  width: 342px;
}

.about-inner-mt {
  margin-top: 110px;
}

/* .about-inner-left {
  padding-top: 75px;
} */

.normal-tit-en {
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 2.2px;
  vertical-align: middle;
}

.normal-tit-en-mr {
  margin-right: 35px;
}

.normal-tit {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 2.25px;
  vertical-align: middle;
  margin-right: 15px;
}

.normal-tit-en2 {
  font-size: 20px;
  letter-spacing: 3px;
  vertical-align: middle;
}

.head-pd-left {
  padding-left: 100px;
}

.footer-right {
  width: 48.54%;
}

.head-pd-right {
  padding-right: 100px;
}

.info-tit {
  font-weight: 500;
  font-size: 21.14px;
  line-height: 1.5em;
  letter-spacing: 2.2px;
  text-align: center;
  vertical-align: middle;
}

.info-details-width {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.info-vice-tit {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.6px;
  text-align: center;
  vertical-align: middle;
}

.info-details-width1 {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
}

.info-details-width-bt {
  border-top: 2px solid #E7D9CE;
  border-bottom: 2px solid #E7D9CE;
}

.adopt-dl:nth-of-type(2n) {
  background-color: #FAFAFA;
}

.adopt-dl>dt {
  padding: 15px 20px;
  width: 240px;
  font-weight: 600;
}

.adopt-dl>dd {
  padding: 15px 20px;
  line-height: 24px;
  letter-spacing: 1.6px;
  vertical-align: middle;
}

.info-desc {
  font-size: 12px;
  letter-spacing: 2.6px;
  text-align: center;
  vertical-align: middle;
  margin-top: 110px;
  line-height: 2.2em;
}

.footer {
  background: linear-gradient(180deg, #FFFFFF -7.55%, #E4D5C9 140.04%);
  padding: 60px 0;
}

.footer-right-ul>li:hover a {
  text-decoration: underline;
}

.normal-mt {
  margin-top: 60px;
}

.media-links {
  margin-left: 30px;
}

.footer-right-ul>li {
  min-width: 50%;
  font-size: 14.65px;
  letter-spacing: 2.25px;
  vertical-align: middle;
  margin-top: 10px;
  flex: 1;
}

.footer-logo {
  max-width: 116px;
  display: block;
}

.footer-left-info {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 2.6px
}

.footer-left-beian {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  vertical-align: middle;
}

.swiper-product-time {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 2.4px;
  vertical-align: middle;
  color: #808080;
}

.about-bj::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: calc(948 / 1440* 100vw);
  height: 600px;
  background: linear-gradient(180deg, #FFFFFF -7.55%, #E4D5C9 100%);
}

.mv__scroll {
  position: absolute;
  bottom: 0;
  right: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mv__scroll .txt {
  margin: 0 0 17px 0;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.mv__scroll .line {
  position: relative;
  width: 1px;
  height: 200px;
}

.mv__scroll .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-animation: scroll 2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: scroll 2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.mv__scroll .dot {
  display: block;
  width: 6px;
  height: 6px;
  margin-top: 15px;
  background-color: #1a1a1a;
  border-radius: 50%;
}

.logo-img {
  display: block;
  max-width: 117px;
}

.about-inner-right {
  width: 54.79%;
}

.about-box {
  padding-bottom: 110px;
}

.about-inner-left {
  padding-right: 4.16vw;
}

.about-inner-tit {
  font-size: 32px;
  line-height: 1.8em;
  letter-spacing: 2.6px;
  vertical-align: middle;
  text-indent: -3em;
  transform: translate(3em, 0);
}

.about-inner-desc {
  line-height: 2.42em;
  letter-spacing: 2.6px;
  margin-top: 25px;
}

.about-inner-desc-width {
  max-width: 630px;
}

.main_pict-mt {
  margin-top: -360px;
}

.service-tit {
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
  vertical-align: middle;
}

.service-left-tit {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1.8px;
  vertical-align: middle;

}

.service-left-tit-posi {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.normal-vice-tit {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 2.25px;
  vertical-align: middle;
}

.secret-right {
  padding-bottom: 110px;
}

.secret-right::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: calc(1100 / 1920* 100vw);
  height: 600px;
  background: linear-gradient(180deg, #FFFFFF -7.55%, #E4D5C9 100%);
}

.products {
  background-color: #F8F8F8;
  padding: 100px 0;
}

.normal-vice-tit {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 2.25px;
  vertical-align: middle;
  margin-top: 15px;
}

.swiper-products-top {
  background-color: #fff;
}

.swiper-products-bott {
  padding-top: 15px;
}

.swiper-product-tit {
  line-height: 1.6em;
  letter-spacing: 2.25px;
  vertical-align: middle;
}

.swiper-product-desc {
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 1.68px;
  vertical-align: middle;
  margin-top: 10px;
}


.product-left {
  width: 220px;
}

.product-right {
  width: calc(100% - 220px - 4.42vw);
}

.sort-links {
  position: relative;
  padding: 0 10px;
}

.sort-links::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #000000;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}

.sort-links:first-child::before {
  display: none;
}

.sort-links:last-child::before,
.sort-links:nth-of-type(1)::before {
  padding-right: 0;
}

.product-left-tit {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 3px;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.product-box {
  padding: 100px 0 50px;
}

.product-left-vice-tit {
  font-size: 14px;
  letter-spacing: 2.8px;
  vertical-align: middle;
  margin: 20px 0;
}

.tree-ul {
  line-height: 22px;
}

.level1 {
  --pd: 5px 10px;
  --weight: 500;
  --color: #000000;
  --fs: 14px;
  --bg: #F8F8F8;
}

.level2 {
  --pd: 5px 25px;
  --weight: 400;
  --color: #000000;
  --fs: 14px;
  --bg: #F8F8F8;
}

.tree-drop-cont {
  display: none;
}

.tree-drop {
  color: var(--color);
  font-weight: var(--weight);
  font-size: var(--fs);
  padding: var(--pd);
}

.tree-drop.rotate .tree-icon {
  transform: rotate(90deg);
}

.tree-drop.rotate,
.tree-drop:hover {
  background-color: var(--bg);
}


.tree-icon {
  border-left: 5px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: transform .3s ease;
}

.swiper-nor-prev {
  background: url(../img/icon_arrow-slider.svg.png) no-repeat center;
  background-size: 100% auto;
}

.swiper-nor-prev.swiper-button-disabled,
.swiper-nor-next.swiper-button-disabled {
  opacity: 1;
}

.swiper-nor-next {
  background: url(../img/icon_arrow-slider.svg2.png) no-repeat center;
  background-size: 100% auto;
}

.swiper-nor-prev::after,
.swiper-nor-next::after {
  color: #1A1A1A;
  font-weight: 200;
  content: "";
}

.product-ul {
  padding-top: 20px;
}

.product-ul>li {
  width: 28.67%;
  margin-left: 6.97%;
  margin-top: 30px;
}

.product-bg {
  background-color: rgba(250, 250, 250, 1);
}

.product-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.baner-list-word {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

._pro-deta-sn {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.6px;
  vertical-align: middle;
  color: rgba(48, 48, 48, .75);
}

._pro-deta-tit {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.6px;

}

.swiper-thumbs-box {
  padding: 0 50px;
}

.swiper-thumbs-next::after,
.swiper-thumbs-prev::after {
  color: rgba(48, 48, 48, .75);
  font-size: 20px;
}

#swiper-thumbs .swiper-slide {
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
}

#swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #303030;
}

.banner-list-tit {
  font-weight: 500;
  font-size: 20.8px;
  letter-spacing: 2.2px;
  text-align: center;
  vertical-align: middle;
}


.swiper-main-box {
  padding-top: 100%;
  border: 1px solid #D2D2D3;
  overflow: hidden;
}

._pro-deta-data {
  font-weight: 500;
  font-size: 24px;
}

._pro-deta-small {
  color: rgba(48, 48, 48, .75);
}


._pro-dl>dt {
  font-size: 16px;
  font-weight: 500;
  color: #303030;
}

._pro-flag {
  display: inline-flex;
  min-width: 112px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #8D8D8D;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
}

.step-group {
  border: 1px solid #CCC;
  border-radius: 2px;
  overflow: hidden;
  width: 140px;
}

.step-btn::before,
.step-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #303030;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.step-btn,
.step-value {
  height: 36px;
}

.step-value {
  width: 100%;
  flex: 1;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.step-btn {
  width: 36px;
  position: relative;
}

._pro-flag.on {
  background-color: #DDCABC;
  color: #fff;
  border-color: #DDCABC;
}

._pro-buy-btn {
  display: flex;
  width: 100%;
  max-width: 440px;
  height: 46px;
  border-radius: 2px;
  border: 1px solid #DDCABC;
  font-size: 15px;
  color: #303030;
  justify-content: center;
  align-items: center;
}

._pro-buy-btn.on {
  background-color: #DDCABC;
  color: #fff;
}

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

._pro-deta_left {
  width: 45%;
}

._pro-deta-right {
  width: 44%;
}

.main-img {
  max-height: 100%;
}

#swiper-main {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.info-ul>li {
  width: 31.91%;
  margin-left: 2.12%;
  margin-top: 60px;
}

.info-details-time {
  line-height: 22.5px;
  letter-spacing: 3px;
  vertical-align: middle;
  color: #808080;
}

.info-details-tit {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 4px;
  vertical-align: middle;
  margin-top: 10px;
}


.login-form-tit {
  font-weight: 600;
  font-size: 14px;
  line-height: 2.28em;
  letter-spacing: 0.7px;
  vertical-align: middle;
}

.login-show {
  font-weight: 500;
  line-height: 2.2em;
  padding: 40px 0;
  text-align: center;
}
.buy-table-ver th,.buy-table-ver td{
  vertical-align: text-top;
}
.table-tit-none{
  text-align: center;
}
.payment-table th {
  background-color: #F7F7F7;
}
.table-vice-tit {
  background-color: #DDCABC;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

.login-form-left {
  width: 47%;
}

.login-form-right {
  width: 47%;
}

.login-form-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.7px;
  vertical-align: middle;
}

.payment-table-bj th {
  background-color: #F7F7F7;
}


.payment-sub-btn {
  width: 240px;
  height: 40px;
  background-color: #DDCABC;
  color: #010101;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.payment-table th,
.payment-table td {
  padding: 5px;
  border: 1px solid #CBCBCB;
}

.pay-val {
  width: 100%;
  flex: 1;
  height: 34px;
}

.pay-input-box {
  border: 1px solid #CBCBCB;
  padding: 0 10px;
  background-color: #fff;
}

.info-details-show {
  padding: 30px 0;
  font-size: 14px;
  line-height: 2.2em;
  letter-spacing: 1.4px;
}

.info-show {
  font-size: 16px;
  line-height: 2.25em;
  padding: 30px 0;
}

.prev-next-box {
  padding: 30px 0;
  border-top: 1px solid #E5E5E5;
}

.info-details-top {
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
}

.info-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.normal-pd {
  padding: 110px 0;
}

.normal-pb {
  padding-bottom: 110px;
}

.swiper-thumbs-prev {
  left: 0;
}

.swiper-thumbs-next {
  right: 0;
}

.product-db-tit {
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0;
  border-bottom: 1px solid #999;
  color: #303030;
}

.product-db-show {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.2em;
  letter-spacing: 0.6000000238418579px;
  padding: 30px 0;
  color: #303030;
}

.service-ul>li {
  width: 31.81%;
  margin-left: 2.28%;
  padding: 40px;
  border: 1px solid #F2F2F2;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.service-udesc {
  font-size: 13px;
  line-height: 24.5px;
  letter-spacing: 1.17px;
  margin-top: 20px;
}

.service-utit {
  font-size: 16px;
  line-height: 1.88em;
  letter-spacing: 1.8px;
  text-align: center;
  vertical-align: middle;
}

.service-ucircle {
  display: inline-flex;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}

.info-val {
  height: 60px;
  width: 100%;
  flex: 1;
  padding: 0 15px;
}

.info-text {
  height: 160px;
  padding: 15px;
  resize: none;
}

.info-select {
  background: url(../img/icon_select.svgfill.png) no-repeat calc(100% - 15px) center;
  background-size: auto;
}

.info-dl>dt {
  width: 400px;
  max-width: 100%;
}

.info-dl>dd {
  width: 100%;
}

.info-dl {
  font-size: 15px;
}

.info-dl-input {
  border: 1px solid #EFEFEF;
}

.el-sub-btn {
  display: inline-flex;
  width: 212.80999755859375px;
  height: 62.38999938964844px;
  background-color: #DDCABC;
  color: #3A3A3A;
  justify-content: center;
  align-items: center;
}

.el-sub-btn.on {
  background-color: #DDCABC;
}

.login-form {
  padding-top: 40px;
}

.news-inner-tit-pd {
  padding: 40px 0;
  border-bottom: 1px solid #E0E0E0;
}

.vip-form-pd {
  background-color: #F7F7F7;
  padding: 15px 30px;
}

.vip-input-box {
  background-color: #FFFFFF;
  padding: 0 10px;
}

.vip-val {
  height: 42px;
  width: 100%;
  flex: 1;
  color: #3C3C3C;
}

.vip-dl>dt {
  font-weight: 600;
  color: #3C3C3C;
}

.vip-dl+.vip-dl {
  margin-top: 25px;
}

.vip-form-width {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.send-code {
  width: 121px;
  height: 28px;
  background-color: #DDCABC;
  color: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.send-code:hover {
  opacity: 0.6;
}

.send-code:disabled {
  background-color: #ddd;
}

.table-tit {
  margin: 40px 0;
  font-size: 20px;
}

.buy-table {
  font-size: 16px;
}

.buy-table th,
.buy-table td {
  padding: 10px;
  border: 1px solid #E0E0E0;
}

.buy-table th {
  background-color: #F7F7F7;
  color: #333;
}

.table-img-group-left {
  width: 133px;
}

.group-img {
  width: 133px;
  height: 133px;
  object-fit: contain;
  border: 1px solid #E0E0E0;
}

.summary-btn {
  width: 123px;
  height: 33px;
  background-color: #DDCABC;
  color: #070707;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.payment-btn {
  display: inline-flex;
  width: 524px;
  height: 56px;
  background-color: #DDCABC;
  color: #070707;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 5px;
  max-width: 100%;
}

.payment-itit {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
}

.payment-dl {
  margin-top: 20px;
}

.payment-item {
  margin-top: 20px;
}

.payment-sub-mt {
  margin-top: 40px;
}

.pay-input-width0 {
  width: 430px;
  max-width: 100%;
}

.vip-tab-ul>li {
  height: 64px;
  border: 1px solid #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #7E878F;
  width: 32%;
  margin-left: 2%;
  transition: all .3s ease;
}

.vip-tab-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.vip-tab-ul>li.on,
.vip-tab-ul>li:hover {
  background-color: #DDCABC;
  color: #3C3C3C;
  border-color: #DDCABC;
}

.vip-tab-ul>li>a {
  color: #7E878F;
}

.vip-tab-ul>li.on>a,
.vip-tab-ul>li:hover>a {
  color: #3C3C3C;
}

.resume-box {
  padding: 20px;
  border: 1px solid #E0E0E0;
  border-top: none;
  line-height: 1.65em;
  font-size: 16px;
}

.resume-box-bj {
  background-color: #F7F7F7;
}

.mask-inner {
  width: 690px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 94%;
}

.mask-inner-top {
  background-color: #DDCABC;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 22px;
}

.mask-inner-bott {
  padding: 30px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  text-align: center;
  background-color: #fff;
}

.resume-sum-price {
  font-weight: 600;
}


.require-span {
  display: inline-flex;
  background-color: #BC261A;
  color: #fff;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 30px;
  border-radius: 2px;
}

.buy-table2 {
  width: 523px;
  max-width: 100%;
}

.table-img-group-right {
  padding-left: 15px;
  flex: 1;
}



.table-cate {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.7px;
  vertical-align: middle;
  color: #8C8C8C;
}

input.input-num {
  width: 43px;
  height: 34px;
  border: 1px solid #CBCBCB;
}

.cancel-btn {
  display: inline-flex;
  height: 35px;
  background-color: #F7F7F7;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #CBCBCB;
  text-align: center;
  min-width: 40px;
}
.media-img {
  width: 32px;
  transition: all .3s ease;
}
.vip-inner-tit {
font-weight: 500;
font-size: 18px;
}
.media-img:hover {
  transform: translate3d(0,-5px,0);
}




@media (min-width:1920px) {
  .about-outer-box {
    padding: 178px 0 100px;
  }

  .about-inner-left {
    padding-right: 80px;
  }
}

@media (min-width:992px) {
  .drop-ul {
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(221, 202, 188, .5);
  }
  
  .drop-ul>li {
    padding: 10px 10px;
    position: relative;
  }
  
  .drop-ul>li:hover {
    background-color: #F8F8F8;
  }
  .drop-content {
    position: absolute;
    transform: translate(-50%,100%);
    left: 50%;
    width: 100%;
    display: none;
    padding-top: 40px;
    bottom: 0;
    
  }
  
  .head-nav-ul>li:hover>.drop-content,.drop-ul>li:hover>.drop-content  {
    display: block;
  }
  .drop-content .drop-content {
    right: 0;
    bottom: unset;
    transform: translate(100%,0);
    left: unset;
    padding-top: 0;
    bottom: unset;
    top: 0;
  }
  .cancel-btn {
    font-size: 14px;
  }
  .vip-tab-ul>li .iconfont {
    font-size: 30px;
    margin-right: 10px;
  }
  .swiper-nor-prev {
    left: -20px;
    transform: translate(-100%, 0);
  }

  .swiper-nor-next {
    right: -20px;
    transform: translate(100%, 0);
  }
}

.swiper-nor-next,.swiper-nor-prev {
    top: 30%;
}

.bold {
  font-weight: 600;
}

.tl {
  text-align: left;
}

.block {
  display: block;
  width: 100%;
}

.mt25 {
  margin-top: 25px;
}

.tr {
  text-align: right;
}

.hide-pc {
  display: none;
}

.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.line2 {
  -webkit-line-clamp: 2;
}

.line3 {
  -webkit-line-clamp: 3;
}

.line4 {
  -webkit-line-clamp: 4;
}

.line5 {
  -webkit-line-clamp: 5;
}

.col-000 {
  color: #000;
}

.col-333 {
  color: #333;
}

.col-666 {
  color: #666;
}

.col-999 {
  color: #999;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.col-fff {
  color: #fff;
}

.col-fff a {
  color: #fff;
}

.col-fb {
  color: #FBFBFD;
}

.bgfff {
  background-color: #fff;
}

.theme {
  color: #DDCABC;
}