/*
* 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: #FFFFFF;
}

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: #FFFFFF
}

.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;
}

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

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

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

.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;
}

.ml30 {
  margin-left: 30px;
}

/*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-plus1 {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
  display: none;
}

.icon-plus1::before,
.icon-plus1: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-plus1:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

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

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: all;
}

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

.pages li {
  display: inline-flex;
  position: relative;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
}

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

.underline {
  text-decoration: underline;
}

.pages li a {
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  color: #fff;
}

.pages li span {
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  color: #222;
}

.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 {
  background-color: #fff;
  color: #222;
}

.pages li.thisclass a {
  color: #222;
}

.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,
input[type="email"],
input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}

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%;
}

.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;
}

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

.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;
}

.banner-word {
  position: absolute;
  width: 100%;
  bottom: 4.68vw;
}

.banner-tit {
  font-weight: 700;
  font-size: 56px;
  letter-spacing: 8px;
  text-align: center;
  /* -webkit-text-stroke: 1px #000; */
  filter: drop-shadow(-1px -1px 0 #000);
  background: linear-gradient(92.07deg, #909090 14.66%, #FFFFFF 54.48%, #9F9F9F 96.35%);
  -webkit-background-clip: text;
  /* 仅对WebKit浏览器（如Chrome和Safari）有效 */
  color: transparent;
}

.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-mt {
  margin-top: 60px;
}

.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 {
  cursor: pointer;
  margin-left: 2.08vw;
  width: 3.125vw;
  height: 3.125vw;
  background-color: #FBF9F8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: none;
  font-size: 0;
}

.menu i {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #3C3B43;
  margin-top: 4px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: all 0.3s ease;
}



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

.menu i:nth-child(2) {
  width: 16px;
}

.menu.rotate i {
  background-color: #e57777;
}

.menu.rotate i:nth-child(1) {
  -webkit-transform: translate(1px, 0) rotate(35deg);
  -ms-transform: translate(1px, 0) rotate(35deg);
  transform: translate(1px, 0) rotate(35deg);
}

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

.menu.rotate i:nth-of-type(3) {
  -webkit-transform: translate(1px, 0) rotate(-35deg);
  -ms-transform: translate(1px, 0) rotate(-35deg);
  transform: translate(1px, 0) rotate(-35deg);
}

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

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

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

.normal-place1 ::-webkit-input-placeholder {
  font-size: 16px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.normal-place1 :-moz-placeholder {
  font-size: 16px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.normal-place1 :-ms-input-placeholder {
  font-size: 16px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

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

.hover-theme a:hover,
.hover-a a:hover,
.forgot-pass:hover,
.prev-next-box a:hover {
  color: #e57777;
}

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

.hover-show-btn:hover,
.hover-show:hover,
.resume-btn:hover,
.summary-btn:hover,
.payment-btn:hover,
.poss-sub-btn:hover,
.apply-sub-btn:hover {
  opacity: 0.8;
}

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

._h-img {
  transition: transform 1s 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
}


@-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: 20px;
  }
}



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;
}

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

.head-sticky {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  z-index: 998;
  top: 0;
  background-color: #222;
}

.head-fixed-bj {
  background-color: #191919;
}

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

.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;
}


@keyframes scroll {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

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;
}

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

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

.item-pd {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.ig-img {
  max-width: 280px;
}

.center-box1 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

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

.center-box3 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.center-box4 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

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

.daytime-right {
  padding-right: calc(calc(100vw - 1150px) / 2);
}

.head-pd {
  padding: 0 3.125vw;
}

.head {
  padding: 40px 0;
}

.drop-tab-en {
  font-size: 12px;
  text-transform: uppercase;
}

.bb {
  border-bottom: 2px solid rgb(255, 255, 255, 0.4);
}

.bt {
  border-top: 2px solid rgb(255, 255, 255, 0.4);
}


html,
body {
  background-color: #222222;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* overflow-x: hidden; */
}

.head-nav-ul>li,
.footer-ul>li {
  margin-left: 2.60vw;
}

.footer-guide-ul>li {
  width: 37.5%;
  border: 1px solid #fff;
}

.footer-guide-ul>li a {
  display: flex;
  flex-direction: column;
  padding: 5.20vw 15px;
  align-items: center;
}

.guide-tit {
  font-size: 25.9px;
  letter-spacing: 5.18px;
}

.login-links {
  width: 3.125vw;
  height: 3.125vw;
  background-color: #FBF9F8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.footer-bj {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}


.login-ul>li {
  margin-left: 2.08vw;
}

.item-box {
  padding: 5.62vw 0;
}

.normal-list-tit {
  font-size: 4.68vw;
}

.item-inner-box {
  margin-top: 2.60vw;
}

.item-ul>li {
  display: flex;
  justify-content: space-between;
  margin-top: 7.29vw;
}

.item-ul>li:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.item-ul-pd {
  padding: 0 40px;
}

.item-ul-left {
  width: 42%;
}

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

.circle-svg {
    width: 100%;
    height: 100%;
}

.circle-bg {
    fill: none;
    stroke: rgba(0, 0, 0, 0.15);
    stroke-width: 1;
}

.circle-progress {
    fill: none;
    stroke-width: 1;
    stroke-linecap: round;
    transform-origin: 50% 50%;
    stroke-dasharray: 200; /* 2πr (r=75) */
    stroke-dashoffset: 200;
    transition: stroke-dashoffset 0.5s ease;
    stroke:#e57777;
}

/* 鼠标悬停时触发动画 */
.item-ul-left a:hover .circle-progress {
    stroke-dashoffset: 0;
}

.item-ul-left a:hover .ig-svg {
  color: #e57777;
}

.ig-svg {
  width: 60px;
  height: 60px;
  transform: color .5s ease;
}

.item-ul-right {
  width: 48%;
}

.item-ul-tit {
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 2em;
}

.item-ul-group {
  margin-top: 3.125vw;
  padding: 2.60vw 2.08vw;
  position: relative;
  z-index: 99;
}


.ig-tit {
  font-size: 20px;
  letter-spacing: 4px;
}

.ig-desc {
  font-weight: 600;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 1.2px;
}

.ig-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 2px;
}

.swiper-item .swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1;
  border: 1px solid #d9d9d9;
}

.swiper-item .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}

.normal-bj {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer {
  background-position: center 10%;
}


.footer-logo {
  max-width: 120px;
}

.footer-top {
  padding: 3.125vw 0;
}

.footer-bott {
  padding: 20px 0;
}

.main-box-pd {
  padding: 50px 0 70px;
}

._pro-deta_left {
  width: 42.15%;
}

.swiper-main-box {
  padding-top: 100%;
}

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

#swiper-main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

._pro-deta-sn {
  min-width: 146px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #E0E0E0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 0 15px;
}

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

.thumbs-img {
  border-radius: 6px;
}

.main-img {
  border-radius: 10px;
}

._pro-deta-tit {
  font-size: 36px;
  font-weight: 500;
}

._pro-deta-data {
  font-size: 22px;
  font-weight: 600;
}

._pro-flag {
  display: inline-flex;
  min-width: 48px;
  height: 36px;
  border-radius: 2px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000000;
  cursor: pointer;
}

._pro-flag.on,
._pro-flag:hover {
  background-color: #ADADAD;
}

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

.step-group {
  background-color: #FFFFFF;
  border-radius: 2px;
  overflow: hidden;
  width: 140px;
}

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

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

.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-value {
  width: 100%;
  flex: 1;
  color: #303030;
  font-size: 16px;
  text-align: center;
}

._pro-deta-desc {
  line-height: 2.2em;
}

._pro-line {
  border-top: 1px solid #fff;
}

._pro-buy-btn {
  display: flex;
  width: 100%;
  height: 72px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 24px;
  color: #222222;
  justify-content: center;
  align-items: center;
}

._pro-buy-btn.on,
._pro-buy-btn:hover {
  background-color: #ADADAD;
}

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

.product-db-show {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7em;
  padding: 30px 0;
}

.product {
  border-radius: 5.20vw;
}

.product1 {
  border-radius: 5.20vw 5.20vw 0 0;
}

.product-mt {
  margin-top: -5.20vw;
}

.eyelash {
  padding-bottom: 5.20vw;
}

.banner-list-tit {
  font-size: 54.02px;
  line-height: 60px;
  letter-spacing: 1.2px;
}

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

.banner .nav-position:not(.col-fff),
.banner .nav-position:not(.col-fff) a {
  color: #222;
}

.banner .nav-position {
  position: absolute;
  width: 100%;
  top: 0;
}

.nav-position a:hover {
  color: #e57777 !important;
}

.news-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  background: url(../img/news-arr.png) no-repeat center;
  background-size: auto;
}

.news-ul-time {
  font-family: Inter;
  font-size: 13.23px;
  letter-spacing: 0.84px;
  color: rgb(255, 255, 255, 0.5);
}

.news-ul-tit {
  font-weight: 500;
  line-height: 29.9px;
  letter-spacing: 1.3px;
}

.news-ul>li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.news-ul>li a:hover .news-icon {
  border-color: #e57777;
  background-image: url(../img/news-arr1.png);
}

.news-ul>li+li {
  margin-top: 20px;
}

.news-details-time {
  font-size: 13.23px;
  letter-spacing: 0.84px;
  color: rgba(255, 255, 255, 0.8);
}

.news-details-tit {
  font-weight: 600;
  font-size: 23px;
  line-height: 29.9px;
  letter-spacing: 2.3px;
}

.news-details-show {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.5em;
  letter-spacing: 1.4px;
  padding: 40px 0;
}

.normal-vice-tit {
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 0.4px;
}


.normal-vice-desc {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.4px;
}

.normal-list-tit-line {
  position: relative;
  padding-bottom: 10px;
}

.normal-list-tit-line.tc::after {
  content: "";
  width: 48px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  background-color: #717171;
}

.input-bj {
  background-color: #B9B9B9;
}

.contact-input {
  height: 40px;
}

.s-val {
  width: 100%;
  flex: 1;
}

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

.contact-table th {
  background-color: #4D4D4D;
}

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

.contact-notice {
  font-size: 12px;
  letter-spacing: 0.4px;
  opacity: 0.75;
}

.ph20 {
  padding: 0 20px;
}

.contact-select {
  background-image: url(../img/arr-down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: auto;
}

.input-bj-width {
  width: 225px;
}

.s-text {
  height: 300px;
  resize: none;
}

.p20 {
  padding: 20px;
}

.sub-btn {
  display: inline-flex;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-size: 16px;
  background-color: #fff;
}

.legal-show {
  padding: 30px 0;
  line-height: 2.2em;
}

.normal-vice-tit2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 2.7em;
  letter-spacing: 0.7px;
  text-align: center;
  padding-bottom: 30px;
}

.normal-vice-tit3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 2.2px;
  padding-bottom: 40px;
}

.check-bj {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.input-bj1 {
  background-color: #E0E0E0;
}

.login-form-bj {
  background-color: #ADADAD;
  padding: 20px 30px;
}

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

.verify-inner-box {
  width: 720px;
  max-width: 96%;
  background: rgb(83, 83, 83, 0.15);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 2.60vw;
}

.verify-pd {
  padding: 5.20vw 0;
}

.verify-tit {
  font-family: Wes FY;
  font-size: 40px;
  letter-spacing: 0.42px;
}

.verify-result {
  font-size: 24px;
  letter-spacing: 0.7px;
  line-height: 2.26em;
}

.verify-btn {
  width: 80px;
  height: 40px;
  border-radius: 5px;
  background-color: #363636;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  /* letter-spacing: 0.7px; */
  color: #fff;
}

.verify-input-box {
  background-color: #777777;
  padding: 4px;
}

.verify-val {
  height: 40px;
  padding: 0 13px;
  color: #fff;
}

.verify-img {
  max-width: 75%;
}

.verify-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.65em;
  letter-spacing: 0.7px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.guide-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: url(../img/Border.png) no-repeat center;
  background-size: 100% auto;
  transition: all .3s ease;
}

.guide-icon.rotate {
  transform: rotate(-180deg);
}

.guide-tab-tit {
  font-size: 20px;
  letter-spacing: 8px;
}

.guide-tab {
  padding: 20px 0;
}

.guide-cont {
  padding: 2.08vw 0;
  font-size: 16px;
  line-height: 2.125em;
  letter-spacing: 1.5px;
  display: none;
}

.frame-bj {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}


.frame-bj-pd {
  padding: 5.20vw 0;
}

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

.login-form-tit {
  font-weight: 700;
  line-height: 2.2em;
  letter-spacing: 0.7px;
}

.table-vice-tit {
  background-color: #4D4D4D;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}

.payment-table {
  color: #333333;
  table-layout: fixed;
  font-size: 14px;
}

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

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

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


.login-form-vice-tit {
  font-weight: 500;
  font-size: 18px;
}

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

.forgot-pass {
  font-weight: 700;
  letter-spacing: 0.7px;
}

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

.payment-sub-btn {
  display: inline-flex;
  width: 240px;
  height: 40px;
  background-color: #ADADAD;
  border-radius: 2px;
  color: #000000;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}

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

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

.varify-btn {
  width: 120px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #242424;
  color: #fff;
}

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

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

.eye-on {
  opacity: 0;
}


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

.buy-table {
  font-size: 16px;
  text-align: center;
  color: #333;
}

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

.buy-table th {
  background-color: #F7F7F7;
  font-weight: 600;
}

.buy-table-bj th {
  background-color: #F7F7F7;
  padding: 15px 10px;
}

.table-img-group-left {
  width: 131px;
  height: 131px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-img-group-left .group-img {
  border: 1px solid #E0E0E0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.agree-label a:hover {
  color: #e57777;
}

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

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

.table-img-group-right {
  padding-left: 10px;
}

.table-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 1.5em;
  text-transform: uppercase;
}

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

.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;
  white-space: nowrap;
}

.summary-btn {
  display: inline-flex;
  height: 35px;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 12px;
  min-width: 120px;
  background-color: #4D4D4D;
  border-radius: 2px;
}

.summary-btn.on {
  background-color: #151515;
  color: #fff;
}

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

.payment-btn {
  display: inline-flex;
  width: 525px;
  height: 55px;
  border: 1px solid #ADADAD;
  border-radius: 2px;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: 100%;
}

.payment-btn.on {
  background-color: #ADADAD;
  color: #000000;
}

.step-group1 {
  border: 1px solid #CBCBCB;
}

.input-num {
  width: 30px;
  padding-right: 15px;
}

.step-icon {
  display: inline-flex;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.step-icon-up {
  top: 5px;
}

.step-icon-down {
  bottom: 5px;
}

.step-icon-up::before {
  content: "";
  border-bottom: 7px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}


.step-icon-down::before {
  content: "";
  border-top: 7px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}


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

.buy-table-ver th,
.buy-table-ver td {
  vertical-align: text-top;
}

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

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

.payment-info {
  line-height: 2.15em;
}

.vip-tab-ul {
  gap: 20px;
}

.vip-tab-ul>li {
  width: calc(calc(100% - 40px) / 3);

}

.vip-tab-ul>li.on a,
.vip-tab-ul>li:hover a {
  background-color: #ADADAD;
  color: #181818;
}

.vip-tab-ul>li a {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #7E878F;
  width: 100%;
  transition: all .3s ease;
  background-color: #fff;
}

.vip-tab-tit {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.7px;
}

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


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

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

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

.daytime-tit {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-indent: -1.5em;
  transform: translate(0.5em, 0);
}

.daytime-right {
  width: 44%;
}

.daytime-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.daytime-desc-mt {
  margin-top: 3.64vw;
}

.eyelash-img {
  max-width: 335px;
}

.daytime-left-inner {
  padding: 14.58vw 4.68vw 14.58vw 4.68vw;
  border-radius: 0 14.58vw 14.58vw 0;
  overflow: hidden;
}

.day1-img{
    width: 548px;
}
.swiper-eyelash {
  max-width: 576px;
}

.eyelash-vice-tit {
  font-weight: 700;
  font-size: 24px;
  line-height: 2.08em;
  letter-spacing: 0.75px;
  text-align: center;
}

.eyelash-tit {
  font-weight: 600;
  font-size: 36.94px;
}

.eyelash-desc,
.eyelash-price {
  font-weight: 600;
  font-size: 13px;
  line-height: 2.4em;
  letter-spacing: 2.16px;
}


.product-tit {
  font-weight: 500;
  font-size: 48.44px;
  letter-spacing: -0.26px;
}

.eyelash-btn {
  display: inline-flex;
  height: 96px;
  width: 100%;
  max-width: 576px;
  justify-content: center;
  align-items: center;
  background-color: #EAEAEA;
  box-shadow: 0px 0px 30px 0px #88518826;
  border-radius: 4px;
  color: #000000;
}


.product-mask::before {
  content: "";
  background-color: #3d3d3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  border-radius: 0 100px 100px 0;
}

.product-inner-right {
  width: 48%;
}

.product-inner-left {
  width: 43.5%;
  position: relative;
  padding-left: 3.64vw;
  padding-bottom: 30px;
}

.tailored-ul>li {
  border-top: 1px solid #fff;
}

.tailored-ul {
  margin-top: 5.20vw;
}

.tailored-left {
  width: 34.60%;
}

.tailored-right {
  width: 53.80%;
}

.tailored-ul>li a {
  padding: 4.16vw 2.60vw;
  display: flex;
  justify-content: space-between;
}

.tailored-ul>li:nth-of-type(2n) a {
  display: flex;
  flex-direction: row-reverse;
}

.concept-box-bj {
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: left bottom;
}

.concept-right {
  width: 80%;
}

.concept-tit {
  font-size: 90px;
  letter-spacing: -1.06px;
  text-transform: uppercase;
}

.concept-left-tit {
  writing-mode: vertical-lr;
  font-size: 20px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  position: relative;
}


.concept-left {
  padding: 5.20vw;
  position: relative;
}


.concept-line::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}

/* .product-inner-en {
  font-size: 12px;
} */

.product-inner-box {
  padding: 0 4.16vw;
}


.product-v-bj-posi {
  position: absolute;
  bottom: -1.56vw;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}

.product-v-bj {
  max-width: 60%;
}

.product-v-box {
  border-radius: 999px 999px 0 0;
}

.eyelash-btn-mt {
  margin-top: 2.60vw;
}

.icon-changjiantou-posi {
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}

.product-inner-tit {
  font-size: 29.5px;
  line-height: 1.7em;
  letter-spacing: 4.13px;

}

.product-inner-tit-indent {
  text-indent: -3em;
  transform: translate(3em, 0);
}

.product-inner-price {
  font-size: 16px;
  letter-spacing: 2.16px;
}

.product-inner-show {
  line-height: 2.2em;
  letter-spacing: 2.16px;
}

.product-inner-show1 {
  font-size: 14px;
  line-height: 2.6em;
  letter-spacing: 0.84px;
}

.product-inner-pd {
  padding-left: 2.60vw;
}

.repair {
  margin-top: 10.41vw;
}

.repair-text {
  font-size: 15.61px;
  line-height: 36px;
  letter-spacing: 0.54px;
}

.repair-item-tit {
  font-size: 32px;
  letter-spacing: 2px;
}

.repair-item-tit .iconfont {
  font-size: 32px;
}

.repair-item-desc {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 1.2px;
}

.repair-item-desc1 {
  line-height: 2em;
  letter-spacing: 2.16px;
}

.repair-mid {
  width: 40.67%;
  padding: 0 2.018vw;
}

.repair-ul>li:nth-of-type(2n+1) .li1-img-box {
  position: absolute;
  top: 50%;
  transform: translate(-3.125vw, -50%);
  right: 0;
}

.repair-ul>li:nth-of-type(2n) .li1-img-box {
  position: absolute;
  top: 50%;
  transform: translate(3.125vw, -50%);
  left: 0;
}

.repair-ul>li {
  padding: 30px 0;
  border-bottom: 1px solid #C4B0B8;
}

.repair-ul>li a {
  display: flex;
  align-items: center;
}

.repair-ul>li:nth-of-type(2n) a {
  flex-direction: row-reverse;
}

.repair-ul>li:first-child {
  border-top: 1px solid #C4B0B8;
}

.repair-ul {
  margin-top: 5.20vw;
}

.li-img-box {
  border-radius: 999px;
}

.repair-mid-tit {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 2px;
}

.repair-mid-desc {
  font-weight: 500;
  line-height: 2.07em;
  letter-spacing: 2px;
}

.repair-left,
.repair-right {
  width: 25%;
}

.repair-ul>li:nth-of-type(2n+1) .repair-right {
  display: flex;
  justify-content: flex-end;
}

.repair-ul>li:nth-of-type(2n) .repair-right {
  display: flex;
}

.li1-img-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #A0A0A0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.repair-ul>li:nth-of-type(2n+1) .li1-img-icon {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.repair-ul>li:nth-of-type(2n) .li1-img-icon {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.li1-img-icon .iconfont {
  font-size: 24px;
  color: #2B2B2B;
}

.repair-price {
  min-width: 354px;
  height: 59px;
  border: 1px solid #fff;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  padding: 0 30px;
}

.guide-box-pd {
  padding: 7.81vw 0;
}

.philosophy-left {
  padding-left: calc(calc(100vw - 1150px) / 2);
}

.summary-dl {
  padding: 35px 0;
  border-bottom: 2px solid #EEEEEE;
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.84px;
  font-weight: 600;
}

.summary-dl>dt {
  width: 150px;
}

.summary-dl>dd {
  flex: 1;
  width: 100%;
}

.summary-left {
  width: 41.45%;
}

.summary-right {
  width: 48.60%;
  padding-right: 4.16vw;
}

.summary {
  border-radius: 0 0 5.20vw 5.20vw;
}

.summary-pd {
  padding: 7.29vw 0;
}

.summary-en {
  font-size: 13px;
  letter-spacing: 0.39px;
}

.summary-tit {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.8em;
  letter-spacing: 0.84px;
}

.a-img {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}



@media (min-width:1920px) {

  .concept-inner-box {
    margin-top: -20px;
  }
  .summary-pd {
    padding: 140px 0;
  }

  .summary {
    border-radius: 0 0 100px 100px;
  }

  .summary-right {
    padding-right: 80px;
  }

  .footer-guide-ul>li a {
    padding: 100px 15px;
  }

  .guide-box-pd {
    padding: 150px 0;
  }

  .daytime-left-inner {
    padding: 280px 90px 280px 90px;
    border-radius: 0 280px 280px 0;
    overflow: hidden;
  }

  .repair-ul {
    margin-top: 100px;
  }

  .tailored-ul {
    margin-top: 100px;
  }

  .product {
    border-radius: 100px;
    margin-top: -100px;
  }

  .product1 {
    border-radius: 100px 100px 0 0;
  }

  .product-mt {
    margin-top: -100px;
  }

  .repair {
    margin-top: 200px;
  }

  .frame-bj-pd {
    padding: 100px 0;
  }

  .product-inner-box {
    padding: 0 80px;
  }

  .eyelash-btn-mt {
    margin-top: 50px;
  }

  .eyelash {
    padding-bottom: 100px;
  }

  .daytime-desc-mt {
    margin-top: 70px;
  }

  .guide-cont {
    padding: 40px 0;
  }

  .verify-pd {
    padding: 100px 0;
  }

  .login-links {
    width: 60px;
    height: 60px;
  }

  .item-inner-box {
    margin-top: 50px;
  }

  .normal-list-tit {
    font-size: 90px;
  }

  .footer-top {
    padding: 60px 0;
  }

  .head-pd {
    padding: 0 60px;
  }

  .item-ul>li {
    margin-top: 140px;
  }

  .item-ul-group {
    padding: 50px 40px;
    margin-top: 60px;
  }

  .item-box {
    padding: 108px 0;
  }

  .head-nav-ul>li,
  .footer-ul>li {
    margin-left: 60px;
  }

  .login-ul>li {
    margin-left: 40px;
  }
}

.login-links .iconfont {
  font-size: 18px;
}

.swiper-item .swiper-pagination {
  bottom: 25px;
}

@media (min-width:992px) {
  .nav-position-concept {
    writing-mode: vertical-lr;  
  }
   .nav-position-fixed {
    position: absolute;
    right: -30px;
    transform: translate(100%,0);
    top: 90px;
  }

  .vip-tab-ul>li .iconfont {
    font-size: 30px;
    margin-right: 10px;
  }

  .item-ul>li:nth-of-type(2n+1) .item-ul-group {
    margin-left: 3.125vw;
  }

  .item-ul>li:nth-of-type(2n) .item-ul-group {
    margin-right: 3.125vw;
  }

  .item-ul>li:nth-of-type(2n) .item-ul-tit {
    text-align: right;
  }
}

.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;
}

.col-3c {
  color: #3C3B43;
}

.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: #e57777;
}