@charset "utf-8";
:root {
  --color: #b2916e;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  min-height: 100%;
  font-family: 'Arial', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
.font-title {
  font-family: "Arvo";
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path,
svg circle {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font62 {
  font-size: 62px;
}
.font64 {
  font-size: 64px;
}
.font72 {
  font-size: 72px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1600px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 48px;
  }
  .font56 {
    font-size: 48px;
  }
  .font60,
  .font62,
  .font64,
  .font72,
  .font80 {
    font-size: 48px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 14px;
  }
  .font20 {
    font-size: 16px;
  }
  .font22 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34,
  .font36,
  .font38,
  .font40 {
    font-size: 28px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50 {
    font-size: 38px;
  }
  .font52,
  .font54,
  .font56,
  .font60,
  .font62,
  .font64,
  .font72,
  .font80 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .font16,
  .font18 {
    font-size: 0.24rem;
  }
  .font20 {
    font-size: 0.26rem;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 0.28rem;
  }
  .font28,
  .font30,
  .font32 {
    font-size: 0.28rem;
  }
  .font34,
  .font36,
  .font38 {
    font-size: 0.32rem;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48,
  .font50 {
    font-size: 0.36rem;
  }
  .font52,
  .font54,
  .font56,
  .font60,
  .font62,
  .font64,
  .font72,
  .font80 {
    font-size: 0.48rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.public-btn a,
.public-btn .a {
  height: 48px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
  padding: 0 0.24rem;
  border: 1px solid #fff;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .public-btn a,
  .public-btn .a {
    height: 32px;
  }
}
.public-btn a::before,
.public-btn .a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right bottom, #a78869, #eabb8a, #ac8d6c);
  transition: all 0.4s;
  opacity: 0;
}
.public-btn a span,
.public-btn .a span {
  line-height: calc(22/16);
  position: relative;
  z-index: 2;
}
.public-btn a i,
.public-btn .a i {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  margin-left: 0.15rem;
  position: relative;
  z-index: 2;
}
.public-btn a i svg,
.public-btn .a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public-btn a:hover,
.public-btn .a:hover {
  border: 1px solid transparent;
}
.public-btn a:hover::before,
.public-btn .a:hover::before {
  opacity: 1;
}
.public-btn.on a,
.public-btn.on .a {
  border: none;
}
.public-btn.on a::before,
.public-btn.on .a::before {
  opacity: 1;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}
.public-content h1 {
  font-size: 2em;
}
.public-content h3 {
  font-size: 1.2em;
}
.public-content h4 {
  font-size: 1em;
}
.public-content h5 {
  font-size: 0.8em;
}
.public-content h6 {
  font-size: 0.7em;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
@keyframes width100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(250%);
  }
  51% {
    transform: translateX(-250%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 70px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 70px;
  }
}
.c-open .header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open .header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open .header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 0 0.8rem;
  transition: all 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .header {
    box-shadow: 0 0 0.1rem 0 rgba(49, 71, 109, 0.1);
    padding: 0.1rem 5%;
  }
}
.header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  .header.c-head-move {
    top: -60px;
  }
}
.header.c-style2 {
  background: #fff;
}
.header.c-style2 .box .logo a img,
.header.c-style2 .box .logo a svg {
  color: #000;
}
.header.c-style2 .box .logo a img:nth-child(1),
.header.c-style2 .box .logo a svg:nth-child(1) {
  display: none;
}
.header.c-style2 .box .logo a img:nth-child(2),
.header.c-style2 .box .logo a svg:nth-child(2) {
  display: block;
}
.header.c-style2 .box .right .menu ul li .link span {
  color: #000;
}
.header.c-style2 .box .right .menu ul li i::before {
  border-top: 5px solid #000;
}
.header.c-style2 .box .right .other .search svg {
  color: #000;
}
.header.c-style2 .box .right .other .lang .txt::after {
  border-top: 5px solid #000;
}
.header.c-style2 .box .right .other .lang .txt svg {
  color: #000;
}
.header.c-style2 .box .right .other .lang .txt span {
  color: #000;
}
.header.c-style2 .c-switch i {
  background: #000;
}
.header .c-switch {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header .c-switch {
    display: block;
  }
}
.header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
.header .c-switch i:nth-child(1) {
  top: 0;
}
.header .c-switch i:nth-child(3) {
  bottom: 0;
}
.header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.header .box {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .box .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.header .box .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .box .logo a div {
  display: flex;
}
.header .box .logo a img,
.header .box .logo a svg {
  width: auto;
  height: 0.44rem;
  object-fit: contain;
  color: #fff;
  transition: all 0.4s;
}
.header .box .logo a img:nth-child(2),
.header .box .logo a svg:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .header .box .logo a img,
  .header .box .logo a svg {
    height: 0.6rem;
  }
}
.header .box .right {
  width: calc(100% - 1.45rem);
  margin-left: 2.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1025px) {
  .header .box .right {
    margin-left: 1rem;
  }
}
@media (max-width: 991px) {
  .header .box .right {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 1rem 5%;
    margin-left: 0;
    display: none;
  }
}
@media (max-width: 991px) {
  .header .box .right .menu {
    width: 100%;
  }
}
.header .box .right .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.header .box .right .menu ul li {
  display: flex;
  align-items: center;
  margin-right: 0.66rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1260px) {
  .header .box .right .menu ul li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1025px) {
  .header .box .right .menu ul li {
    margin-right: 0.3rem;
  }
}
@media (max-width: 991px) {
  .header .box .right .menu ul li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
  }
}
.header .box .right .menu ul li .link span {
  color: #fff;
  line-height: 0.88rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .box .right .menu ul li .link span {
    color: #000;
  }
}
.header .box .right .menu ul li i {
  width: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: calc(100% + 5px);
  top: 0;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header .box .right .menu ul li i {
    left: initial;
    right: 5px;
  }
}
.header .box .right .menu ul li i::before {
  content: '';
  border-top: 5px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .box .right .menu ul li i::before {
    border-top: 5px solid #000;
  }
}
.header .box .right .other {
  display: flex;
}
@media (max-width: 991px) {
  .header .box .right .other {
    margin-top: 0.3rem;
  }
}
.header .box .right .other .search {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 0.3rem;
}
.header .box .right .other .search svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .box .right .other .search svg {
    color: #000;
  }
}
.header .box .right .other .lang {
  display: flex;
  position: relative;
  z-index: 1;
}
.header .box .right .other .lang .txt {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-right: 15px;
  cursor: pointer;
}
.header .box .right .other .lang .txt::after {
  content: '';
  border-top: 5px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .box .right .other .lang .txt::after {
    border-top: 5px solid #000;
  }
}
.header .box .right .other .lang .txt svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .box .right .other .lang .txt svg {
    color: #000;
  }
}
.header .box .right .other .lang .txt span {
  color: #fff;
  transition: all 0.4s;
  margin-left: 0.1rem;
}
@media (max-width: 991px) {
  .header .box .right .other .lang .txt span {
    color: #000;
  }
}
.header .box .right .other .lang .lang-box {
  width: 1.2rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  padding: 3px;
  border-radius: 3px;
  display: none;
}
.header .box .right .other .lang .lang-box a {
  display: block;
  text-align: center;
  color: #000;
  line-height: 30px;
  margin-bottom: 3px;
  transition: all 0.4s;
  border-radius: 3px;
}
.header .box .right .other .lang .lang-box a:last-child {
  margin-bottom: 0;
}
.header .box .right .other .lang .lang-box a:hover {
  background: #eee;
}
.banner {
  width: 100%;
  height: var(--vh);
  position: relative;
  z-index: 1;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .img .pc {
    display: none;
  }
}
.banner .swiper-container .swiper-slide .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .img .mb {
    display: block;
  }
}
.banner .swiper-container .swiper-slide .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner .swiper-container .swiper-slide .box {
  width: 100%;
  position: absolute;
  top: 3.7rem;
  left: 0;
  z-index: 2;
  padding: 0 0.8rem;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .box {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-container .swiper-slide .box {
    padding: 0 20px;
  }
}
.banner .swiper-container .swiper-slide .box .tbox .title {
  line-height: calc(74/64);
  font-weight: bold;
  color: #fff;
}
.banner .swiper-container .swiper-slide .box .tbox .txt {
  width: 580px;
  max-width: 100%;
  line-height: calc(22/16);
  color: #fff;
  margin-top: 0.15rem;
}
.banner .swiper-container .swiper-slide .box .tbox .more {
  margin-top: 0.36rem;
}
.banner .ck-box {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  z-index: 2;
}
.banner .ck-box .swiper-prev,
.banner .ck-box .swiper-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.banner .ck-box .swiper-prev::before,
.banner .ck-box .swiper-next::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right bottom, #a78869, #eabb8a, #ac8d6c);
  transition: all 0.4s;
  opacity: 0;
}
.banner .ck-box .swiper-prev svg,
.banner .ck-box .swiper-next svg {
  width: 12px;
  height: 12px;
  object-fit: contain;
  color: var(--color);
  position: relative;
  z-index: 2;
}
.banner .ck-box .swiper-prev:hover::before,
.banner .ck-box .swiper-next:hover::before {
  opacity: 1;
}
.banner .ck-box .swiper-prev:hover svg,
.banner .ck-box .swiper-next:hover svg {
  color: #fff;
}
.banner .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.banner .ck-box .swiper-pagination {
  width: auto;
  position: relative;
  z-index: 1;
  left: initial;
  bottom: initial;
  font-size: 0;
  flex-shrink: 0;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0.1rem;
  border-radius: 12px;
}
.banner .ck-box .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--color);
  opacity: 0.3;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 5px;
}
.banner .ck-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
}
.index-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.6rem 0.8rem 0.8rem;
  background: #fefaf6;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box1 {
    padding: 1.2rem 5% 0.6rem;
  }
}
@media (max-width: 767px) {
  .index-box1 {
    padding: 1.2rem 20px 0.6rem;
  }
}
.index-box1::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/index-box1-bg.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.index-box1::after {
  content: '';
  width: 30.35rem;
  height: 30.35rem;
  border-radius: 50%;
  border: 1px solid #bc9a6c;
  position: absolute;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.2;
  pointer-events: none;
}
.index-box1 .box {
  width: 100%;
  padding: 0 0.8rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .index-box1 .box {
    padding: 0;
  }
}
.index-box1 .box .swiper-container .swiper-slide {
  height: auto;
  background: #fff;
  border-radius: 0.16rem;
  transition: all 0.8s;
}
.index-box1 .box .swiper-container .swiper-slide a {
  width: 100%;
  display: block;
  padding: 0.22rem 0.22rem 0.54rem;
}
.index-box1 .box .swiper-container .swiper-slide a .public-img {
  width: 100%;
  border-radius: 0.12rem;
}
.index-box1 .box .swiper-container .swiper-slide a .public-img::before {
  padding-top: calc(240/440*100%);
}
.index-box1 .box .swiper-container .swiper-slide a .tbox {
  width: 100%;
  margin-top: 0.24rem;
  padding: 0 0.1rem;
}
.index-box1 .box .swiper-container .swiper-slide a .tbox .t1 {
  line-height: calc(34/24);
  color: #333;
  font-weight: bold;
  transition: all 0.4s;
}
.index-box1 .box .swiper-container .swiper-slide a .tbox .t2 {
  color: #666;
  line-height: calc(22/16);
  margin-top: 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(22/16*2em);
}
.index-box1 .box .swiper-container .swiper-slide a .tbox .more {
  display: flex;
  align-items: center;
  margin-top: 0.28rem;
  color: #ccaa7c;
}
.index-box1 .box .swiper-container .swiper-slide a .tbox .more span {
  line-height: calc(22/16);
}
.index-box1 .box .swiper-container .swiper-slide a .tbox .more i {
  width: 0.15rem;
  height: 0.15rem;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
  transition: all 0.4s;
}
.index-box1 .box .swiper-container .swiper-slide a .tbox .more i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-box1 .box .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.index-box1 .box .swiper-container .swiper-slide a:hover .tbox .t1 {
  color: var(--color);
}
.index-box1 .box .swiper-container .swiper-slide-prev {
  transform: rotateZ(-10deg);
  transform-origin: right bottom;
}
@media (max-width: 991px) {
  .index-box1 .box .swiper-container .swiper-slide-prev {
    transform: rotateZ(0);
  }
}
.index-box1 .box .swiper-container .swiper-slide-next {
  transform: rotateZ(10deg);
  transform-origin: left bottom;
}
@media (max-width: 991px) {
  .index-box1 .box .swiper-container .swiper-slide-next {
    transform: rotateZ(0);
  }
}
.index-box1 .box .ck-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.8rem;
}
.index-box1 .box .ck-box .swiper-prev,
.index-box1 .box .ck-box .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.index-box1 .box .ck-box .swiper-prev::before,
.index-box1 .box .ck-box .swiper-next::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right bottom, #a78869, #eabb8a, #ac8d6c);
  transition: all 0.4s;
  opacity: 0;
}
.index-box1 .box .ck-box .swiper-prev svg,
.index-box1 .box .ck-box .swiper-next svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  color: #000;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.index-box1 .box .ck-box .swiper-prev:hover::before,
.index-box1 .box .ck-box .swiper-next:hover::before {
  opacity: 1;
}
.index-box1 .box .ck-box .swiper-prev:hover svg,
.index-box1 .box .ck-box .swiper-next:hover svg {
  color: #fff;
}
.index-box1 .box .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.index-box1 .box .ck-box .swiper-pagination {
  width: auto;
  position: relative;
  z-index: 1;
  left: initial;
  bottom: initial;
  font-size: 0;
  flex-shrink: 0;
  padding: 0;
  margin: 0 0.2rem;
}
.index-box1 .box .ck-box .swiper-pagination .swiper-pagination-bullet {
  width: 1.1rem;
  height: 3px;
  background: rgba(160, 138, 110, 0.1);
  opacity: 1;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 0;
}
.index-box1 .box .ck-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #333;
}
.index-box1 .box .etxt {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.48rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0.54rem;
  border-bottom: 1px solid rgba(178, 145, 110, 0.05);
}
@media (max-width: 1260px) {
  .index-box1 .box .etxt {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .index-box1 .box .etxt {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .index-box1 .box .etxt {
    font-size: 0.8rem;
  }
}
.index-box2 {
  width: 100%;
  padding: 0.8rem 0.8rem 1.6rem;
  background: #fefaf6;
}
@media (max-width: 991px) {
  .index-box2 {
    padding: 1.6rem 5% 1.2rem;
  }
}
@media (max-width: 767px) {
  .index-box2 {
    padding: 0.6rem 20px 1.2rem;
  }
}
.index-box2 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: sticky;
  position: -webkit-sticky;
  top: 10vh;
}
@media (max-width: 1260px) {
  .index-box2 .box {
    top: 2.2rem;
  }
}
@media (max-width: 991px) {
  .index-box2 .box {
    position: relative;
    top: initial;
  }
}
.index-box2 .box .top {
  width: calc(550/1760*100%);
}
@media (max-width: 991px) {
  .index-box2 .box .top {
    width: 100%;
  }
}
.index-box2 .box .top .title {
  line-height: 1;
  color: #222;
}
.index-box2 .box .top .title span {
  font-weight: bold;
}
.index-box2 .box .top .menu {
  width: calc(100% - 0.2rem);
  margin-top: 0.68rem;
}
.index-box2 .box .top .menu ul li {
  width: 100%;
  background: #f2e9e0;
  border-radius: 0.16rem;
  padding: 0.1rem;
  border: 1px solid #f2e9e0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  margin-bottom: 0.15rem;
}
.index-box2 .box .top .menu ul li .icons {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-box2 .box .top .menu ul li .icons::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right bottom, #a78869, #eabb8a, #ac8d6c);
  pointer-events: none;
  transition: all 0.4s;
  opacity: 0;
}
.index-box2 .box .top .menu ul li .icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.index-box2 .box .top .menu ul li .icons img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.index-box2 .box .top .menu ul li .txt {
  margin-left: 0.32rem;
  color: #333;
}
.index-box2 .box .top .menu ul li i {
  width: 0.21rem;
  height: 0.21rem;
  margin-left: auto;
  margin-right: 0.2rem;
}
.index-box2 .box .top .menu ul li i svg {
  width: 100%;
  height: 100%;
  color: #b2916e;
  object-fit: contain;
  transition: all 0.4s;
}
.index-box2 .box .top .menu ul li:hover,
.index-box2 .box .top .menu ul li.on {
  background: #fff;
  border: 1px solid #f3dec7;
  box-shadow: 0 0 0.16rem 0 rgba(188, 154, 108, 0.15);
}
.index-box2 .box .top .menu ul li:hover .icons::before,
.index-box2 .box .top .menu ul li.on .icons::before {
  opacity: 1;
}
.index-box2 .box .top .menu ul li:hover .icons img:nth-child(1),
.index-box2 .box .top .menu ul li.on .icons img:nth-child(1) {
  opacity: 0;
}
.index-box2 .box .top .menu ul li:hover .icons img:nth-child(2),
.index-box2 .box .top .menu ul li.on .icons img:nth-child(2) {
  opacity: 1;
}
.index-box2 .box .top .menu ul li:hover i svg,
.index-box2 .box .top .menu ul li.on i svg {
  color: #eabc89;
}
.index-box2 .box .down {
  width: calc(1130/1760*100%);
  padding-top: 0.33rem;
}
@media (max-width: 991px) {
  .index-box2 .box .down {
    width: 100%;
  }
}
.index-box2 .box .down .item {
  display: none;
  position: relative;
  z-index: 1;
}
.index-box2 .box .down .item.on {
  display: block;
}
.index-box2 .box .down .item .menu ul {
  display: flex;
}
@media (max-width: 991px) {
  .index-box2 .box .down .item .menu ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .index-box2 .box .down .item .menu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.index-box2 .box .down .item .menu ul li {
  min-width: 1.2rem;
  border-radius: 0.25rem;
  height: 0.5rem;
  padding: 0 0.15rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #f2e9e0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: 7px;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index-box2 .box .down .item .menu ul li {
    height: 32px;
    border-radius: 16px;
    padding: 0 0.2rem;
    margin-bottom: 0.1rem;
  }
}
.index-box2 .box .down .item .menu ul li::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to right bottom, #a78869, #eabb8a, #ac8d6c);
  opacity: 0;
  transition: all 0.4s;
}
.index-box2 .box .down .item .menu ul li span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.index-box2 .box .down .item .menu ul li:hover,
.index-box2 .box .down .item .menu ul li.on {
  color: #fff;
}
.index-box2 .box .down .item .menu ul li:hover::before,
.index-box2 .box .down .item .menu ul li.on::before {
  opacity: 1;
}
.index-box2 .box .down .item .list-box {
  width: calc(100% + 0.8rem);
  padding-right: 0.8rem;
  margin-top: 0.8rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box2 .box .down .item .list-box {
    width: calc(100% + 5%);
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .index-box2 .box .down .item .list-box {
    width: 100%;
    padding: 0;
  }
}
.index-box2 .box .down .item .list-box .litem {
  width: 100%;
  display: none;
}
.index-box2 .box .down .item .list-box .litem.on {
  display: block;
}
.index-box2 .box .down .item .list {
  width: 100%;
  position: relative;
  z-index: 1;
}
.index-box2 .box .down .item .list ul {
  display: flex;
}
.index-box2 .box .down .item .list ul li {
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .index-box2 .box .down .item .list ul li {
    display: none;
  }
  .index-box2 .box .down .item .list ul li.on {
    display: block;
  }
}
.index-box2 .box .down .item .list ul li .items {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index-box2 .box .down .item .list ul li .items .public-img {
  width: 4.28rem;
  border-radius: 0.16rem;
}
@media (max-width: 767px) {
  .index-box2 .box .down .item .list ul li .items .public-img {
    width: 100%;
  }
}
.index-box2 .box .down .item .list ul li .items .public-img::before {
  padding-top: calc(280/428*100%);
}
.index-box2 .box .down .item .list ul li .items .tbox {
  width: calc(100% - 6rem);
  margin-left: 1rem;
}
@media (max-width: 1260px) {
  .index-box2 .box .down .item .list ul li .items .tbox {
    margin-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .index-box2 .box .down .item .list ul li .items .tbox {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
.index-box2 .box .down .item .list ul li .items .tbox .t1 {
  width: 100%;
  color: #333;
  line-height: calc(34/24);
  font-weight: bold;
}
.index-box2 .box .down .item .list ul li .items .tbox .txt {
  width: 100%;
  margin-top: 7px;
  color: #666;
  line-height: calc(24/16);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: calc(24/16*4em);
}
.index-box2 .box .down .item .list ul li .items .tbox .more {
  margin-top: 0.5rem;
}
.index-box2 .box .down .item .list ul li .items .tbox .more a {
  color: #ccaa7c;
  display: flex;
  align-items: center;
}
.index-box2 .box .down .item .list ul li .items .tbox .more a i {
  width: 0.15rem;
  height: 0.15rem;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
}
.index-box2 .box .down .item .list ul li .items .tbox .more a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-box2 .box .down .item .s-menu {
  margin-top: 0.8rem;
  width: calc(100% + 0.8rem);
  background: url(../images/index-box2-s-menu-bg.png) left top repeat-x;
  position: relative;
  z-index: 1;
  padding-left: 0.16rem;
}
@media (max-width: 991px) {
  .index-box2 .box .down .item .s-menu {
    display: none;
  }
}
.index-box2 .box .down .item .s-menu .line {
  width: 1.2rem;
  height: 0.08rem;
  position: absolute;
  left: 0.16rem;
  top: 0;
  z-index: 2;
  background: #333;
  border-radius: 0.04rem;
}
.index-box2 .box .down .item .s-menu ul {
  display: flex;
}
.index-box2 .box .down .item .s-menu ul li {
  width: auto;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  padding-top: 0.37rem;
  padding-right: 0.2rem;
  position: relative;
  z-index: 1;
  opacity: 0.36;
}
.index-box2 .box .down .item .s-menu ul li::before {
  content: '';
  width: 1px;
  height: 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #333;
}
.index-box2 .box .down .item .s-menu ul li.on {
  opacity: 1;
}
.index-box2 .box .down .item .ck-box {
  position: absolute;
  right: 0.8rem;
  bottom: 0;
  z-index: 2;
  display: flex;
}
@media (max-width: 991px) {
  .index-box2 .box .down .item .ck-box {
    position: relative;
    right: initial;
    bottom: initial;
    margin-top: 0.8rem;
    justify-content: center;
  }
}
.index-box2 .box .down .item .ck-box .swiper-prev,
.index-box2 .box .down .item .ck-box .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #fefaf6;
  border: 1px solid #ece1d3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box2 .box .down .item .ck-box .swiper-prev,
  .index-box2 .box .down .item .ck-box .swiper-next {
    width: 36px;
    height: 36px;
  }
}
.index-box2 .box .down .item .ck-box .swiper-prev::before,
.index-box2 .box .down .item .ck-box .swiper-next::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right bottom, #a78869, #eabb8a, #ac8d6c);
  transition: all 0.4s;
  opacity: 0;
}
.index-box2 .box .down .item .ck-box .swiper-prev svg,
.index-box2 .box .down .item .ck-box .swiper-next svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  color: #b59573;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.index-box2 .box .down .item .ck-box .swiper-prev:hover::before,
.index-box2 .box .down .item .ck-box .swiper-next:hover::before {
  opacity: 1;
}
.index-box2 .box .down .item .ck-box .swiper-prev:hover svg,
.index-box2 .box .down .item .ck-box .swiper-next:hover svg {
  color: #fff;
}
.index-box2 .box .down .item .ck-box .swiper-prev {
  margin-right: 0.1rem;
}
.index-box2 .box .down .item .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.index-box3 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.index-box3 .img {
  width: 100%;
}
@media (max-width: 991px) {
  .index-box3 .img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
.index-box3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-box3 .img .pc {
    display: none;
  }
}
.index-box3 .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .index-box3 .img .mb {
    display: block;
  }
}
.index-box3 .box {
  width: 100%;
  height: 100%;
  padding: 0 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .index-box3 .box {
    padding: 1.2rem 5%;
    position: relative;
    z-index: 2;
    height: auto;
    top: initial;
    left: initial;
  }
}
.index-box3 .box .tbox .title {
  color: #222;
  font-weight: bold;
  line-height: calc(58/48);
}
@media (max-width: 991px) {
  .index-box3 .box .tbox .title {
    text-align: center;
  }
}
.index-box3 .box .tbox .txt {
  width: calc(500/1760*100%);
  color: #333;
  line-height: calc(24/18);
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .index-box3 .box .tbox .txt {
    width: 100%;
    text-align: center;
  }
}
.index-box3 .box .tbox .more {
  margin-top: 0.55rem;
}
@media (max-width: 991px) {
  .index-box3 .box .tbox .more {
    display: flex;
    justify-content: center;
  }
}
.index-box4 {
  width: 100%;
  padding: 1.55rem 0.8rem 1.44rem;
  background: #fefaf6;
}
@media (max-width: 991px) {
  .index-box4 {
    padding: 1.2rem 5%;
  }
}
.index-box4 .box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.index-box4 .box .title {
  color: #222;
  line-height: calc(58/48);
  font-weight: bold;
}
.index-box4 .box .list {
  width: 100%;
  margin-top: 0.55rem;
}
.index-box4 .box .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.index-box4 .box .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: #f2e9e0;
  border-radius: 0.16rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-box4 .box .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.index-box4 .box .list ul li a {
  display: block;
}
.index-box4 .box .list ul li a .public-img {
  width: 100%;
}
.index-box4 .box .list ul li a .public-img::before {
  padding-top: calc(308/566*100%);
}
.index-box4 .box .list ul li a .tbox {
  width: 100%;
  padding: 0.3rem 0.3rem 0.2rem;
}
.index-box4 .box .list ul li a .tbox .t1 {
  line-height: calc(30/24);
  color: #333;
  font-weight: bold;
  transition: all 0.4s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(30/24*2em);
}
.index-box4 .box .list ul li a .tbox .t2 {
  line-height: calc(24/16);
  color: #666;
  margin-top: 0.15rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(24/16*2em);
}
.index-box4 .box .list ul li a .tbox .more {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.24rem;
}
.index-box4 .box .list ul li a .tbox .more .time {
  display: flex;
  align-items: center;
  color: #999;
}
.index-box4 .box .list ul li a .tbox .more .time i {
  width: 16px;
  height: 16px;
  color: #666;
}
.index-box4 .box .list ul li a .tbox .more .time span {
  margin-left: 7px;
}
.index-box4 .box .list ul li a .tbox .more i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media (max-width: 991px) {
  .index-box4 .box .list ul li a .tbox .more i {
    width: 30px;
    height: 30px;
  }
}
.index-box4 .box .list ul li a .tbox .more i svg {
  width: 15px;
  height: 15px;
  color: var(--color);
}
.index-box4 .box .list ul li a:hover .public-img img {
  transform: scale(1.05);
}
.index-box4 .box .list ul li a:hover .tbox .t1 {
  color: var(--color);
}
.index-box4 .box .mores {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .index-box4 .box .mores {
    position: relative;
    right: inherit;
    top: initial;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.index-box5 {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 0.8rem;
}
@media (max-width: 991px) {
  .index-box5 {
    padding: 1.2rem 5% 0;
  }
}
.index-box5::before {
  content: '';
  width: 100%;
  height: 1.35rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f2e9e0;
  z-index: 1;
}
.index-box5 .box {
  position: relative;
  z-index: 2;
}
.index-box5 .box .img {
  width: 100%;
  border-radius: 0.12rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box5 .box .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .index-box5 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.index-box5 .box .img img {
  width: 100%;
}
@media (max-width: 991px) {
  .index-box5 .box .img img.pc {
    display: none;
  }
}
.index-box5 .box .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .index-box5 .box .img img.mb {
    display: block;
  }
}
.index-box5 .box .tbox {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .index-box5 .box .tbox {
    position: relative;
    z-index: 2;
    left: initial;
    top: initial;
    transform: translate(0);
    width: 100%;
    padding: 0.8rem;
  }
}
.index-box5 .box .tbox .title {
  line-height: 1;
  color: #222;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index-box5 .box .tbox .title {
    text-align: center;
  }
}
.index-box5 .box .tbox .mores {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .index-box5 .box .tbox .mores {
    display: flex;
    justify-content: center;
  }
}
.footer {
  width: 100%;
  background: #f2e9e0;
  padding: 0.65rem 0.8rem 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 0.6rem 5% 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0.6rem 20px 0;
  }
}
.footer .box {
  width: 100%;
}
.footer .box .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .box .top .logo {
  display: flex;
  justify-content: flex-start;
}
.footer .box .top .logo a {
  display: block;
}
.footer .box .top .logo a img,
.footer .box .top .logo a svg {
  height: 0.55rem;
}
.footer .box .top .right {
  display: flex;
}
.footer .box .top .right a {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.25rem;
}
.footer .box .top .right a:last-child {
  margin-right: 0;
}
.footer .box .center {
  width: 100%;
  border-top: 1px solid rgba(177, 145, 110, 0.2);
  padding-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.34rem;
}
.footer .box .center .bl {
  width: calc(440/1760*100%);
}
@media (max-width: 767px) {
  .footer .box .center .bl {
    width: 100%;
  }
}
.footer .box .center .bl .tb {
  margin-bottom: 0.6rem;
}
.footer .box .center .bl .tb:last-child {
  margin-bottom: 0;
}
.footer .box .center .bl .tb .t1 {
  color: #999;
}
.footer .box .center .bl .tb .t2 {
  color: #333;
}
.footer .box .center .bc {
  width: calc(780/1760*100%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .box .center .bc {
    display: none;
  }
}
.footer .box .center .bc ul {
  width: 1.85rem;
}
.footer .box .center .bc ul li {
  margin-bottom: 0.16rem;
  position: relative;
  z-index: 1;
}
.footer .box .center .bc ul li .link {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.footer .box .center .bc ul li .link a {
  color: #333;
  line-height: calc(24/18);
  transition: all 0.4s;
}
.footer .box .center .bc ul li .link i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  margin-left: 0.15rem;
}
.footer .box .center .bc ul li .link i svg {
  width: 100%;
  height: 100%;
  transform: rotateZ(-45deg);
  transition: all 0.4s;
  color: #333;
}
.footer .box .center .bc ul li .s-menu {
  width: 1.75rem;
  position: absolute;
  top: 0;
  left: 1.85rem;
  z-index: 2;
  display: none;
}
.footer .box .center .bc ul li .s-menu .st {
  width: 100%;
  margin-bottom: 0.15rem;
}
.footer .box .center .bc ul li .s-menu .st:last-child {
  margin-bottom: 0;
}
.footer .box .center .bc ul li .s-menu .st .s-link {
  width: 100%;
  padding-right: 0.08rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
  cursor: pointer;
}
.footer .box .center .bc ul li .s-menu .st .s-link a {
  color: #333;
  transition: all 0.4s;
}
.footer .box .center .bc ul li .s-menu .st .s-link a:hover {
  color: #b2916e;
}
.footer .box .center .bc ul li .s-menu .st .s-link i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  transform: rotateZ(90deg);
}
.footer .box .center .bc ul li .s-menu .st .s-link i svg {
  width: 100%;
  transition: all 0.4s;
  color: #000;
}
.footer .box .center .bc ul li .s-menu .st .slinks {
  width: 100%;
  padding: 0.13rem 0 0.05rem;
  display: none;
}
.footer .box .center .bc ul li .s-menu .st .slinks a {
  color: #666;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  padding-left: 0.2rem;
  margin-bottom: 6px;
  display: block;
}
.footer .box .center .bc ul li .s-menu .st .slinks a:last-child {
  margin-bottom: 0;
}
.footer .box .center .bc ul li .s-menu .st .slinks a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.footer .box .center .bc ul li .s-menu .st .slinks a:hover {
  color: #b2916e;
}
.footer .box .center .bc ul li:hover .link a {
  color: #b2916e;
}
.footer .box .center .bc ul li:hover .link i {
  color: #b2916e;
}
.footer .box .center .bc ul li:hover .s-menu {
  display: block;
}
.footer .box .center .br {
  width: 240px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .footer .box .center .br {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .box .center .br {
    width: 100%;
  }
}
.footer .box .center .br .focus .t1 {
  color: #999;
}
.footer .box .center .br .focus .t2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.footer .box .center .br .focus .t2 a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer .box .center .br .focus .t2 a {
    width: 30px;
    height: 30px;
  }
}
.footer .box .center .br .focus .t2 a svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
  color: #000;
  transition: all 0.4s;
}
.footer .box .center .br .focus .t2 a .ewm {
  width: 100px;
  height: 100px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.footer .box .center .br .focus .t2 a .ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .box .center .br .focus .t2 a:hover {
  background: #000;
}
.footer .box .center .br .focus .t2 a:hover svg {
  color: #fff;
}
.footer .box .center .br .focus .t2 a:hover .ewm {
  display: block;
}
.footer .box .center .br .address {
  margin-top: 0.26rem;
}
.footer .box .center .br .address .t1 {
  color: #999;
}
.footer .box .center .br .address .t2 {
  color: #333;
}
.footer .box .down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(177, 145, 110, 0.2);
  padding: 0.2rem 0;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .footer .box .down {
    margin-top: 0.5rem;
  }
}
.footer .box .down .cp {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .box .down .cp {
    width: 100%;
    justify-content: center;
  }
}
.footer .box .down .cp a {
  color: #999;
  margin-right: 0.3rem;
}
.footer .box .down .cp a:last-child {
  margin-right: 0;
}
.footer .box .down .link {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .box .down .link {
    width: 100%;
    justify-content: center;
  }
}
.footer .box .down .link a {
  color: #999;
  margin-right: 0.3rem;
}
.footer .box .down .link a:last-child {
  margin-right: 0;
}
.container01 {
  width: 100%;
  padding: 0 0.8rem;
}
@media (max-width: 991px) {
  .container01 {
    padding: 0 5%;
  }
}
.jbbg {
  position: relative;
  z-index: 1;
}
.jbbg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right bottom, #a78869, #eabb8a, #ac8d6c);
  pointer-events: none;
  transition: all 0.4s;
  opacity: 0;
}
.jbbg:hover::before,
.jbbg.on::before {
  opacity: 1;
}
.jbbg2 {
  position: relative;
  z-index: 1;
}
.jbbg2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, #a78869, #eabb8a, #ac8d6c);
  pointer-events: none;
  transition: all 0.4s;
  opacity: 0;
}
.jbbg2:hover::before,
.jbbg2.on::before {
  opacity: 1;
}
.info-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.info-banner .img {
  width: 100%;
  height: 7.2rem;
}
.info-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .info-banner .img .pc {
    display: none;
  }
}
.info-banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .info-banner .img .mb {
    display: block;
  }
}
.info-banner .container01 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.info-banner .container01 .tbox .crumbs {
  display: flex;
}
.info-banner .container01 .tbox .crumbs a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
  line-height: 1;
  margin-right: 0.6rem;
  position: relative;
  z-index: 1;
}
.info-banner .container01 .tbox .crumbs a::before {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  left: calc(100% + 0.3rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}
.info-banner .container01 .tbox .crumbs a svg {
  width: 12px;
  height: 12px;
}
.info-banner .container01 .tbox .crumbs a:hover {
  color: #fff;
}
.info-banner .container01 .tbox .crumbs span {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
.info-banner .container01 .tbox .title {
  color: #fff;
  font-weight: bold;
  line-height: calc(72/64);
  margin-top: 0.14rem;
}
.product {
  width: 100%;
  background: #fefaf6;
}
.product .menu {
  width: 100%;
  border-bottom: 1px solid rgba(160, 138, 110, 0.2);
}
.product .menu ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .product .menu ul {
    justify-content: flex-start;
    padding: 0 5%;
    flex-wrap: wrap;
  }
}
.product .menu ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
  margin-right: 1.5rem;
}
@media (max-width: 1580px) {
  .product .menu ul li {
    margin-right: 1rem;
  }
}
@media (max-width: 1260px) {
  .product .menu ul li {
    margin-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .product .menu ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
}
.product .menu ul li:last-child {
  margin-right: 0;
}
.product .menu ul li a {
  display: flex;
  align-items: center;
}
.product .menu ul li .icons {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #f4efea;
  background: #fff;
  transition: all 0.4s;
  flex-shrink: 0;
}
.product .menu ul li .icons img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.product .menu ul li .icons img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.product .menu ul li .txt {
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}
.product .menu ul li .txt span {
  color: #999999;
  line-height: 1;
  font-weight: bold;
  transition: all 0.4s;
  white-space: nowrap;
}
.product .menu ul li .txt i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.4s;
  margin-left: 0.1rem;
}
.product .menu ul li .txt i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #b59270;
  transform: rotateZ(-45deg);
}
.product .menu ul li:hover,
.product .menu ul li.on {
  border-bottom: 2px solid #dcaf82;
}
.product .menu ul li:hover .icons::before,
.product .menu ul li.on .icons::before {
  opacity: 1;
}
.product .menu ul li:hover .icons img:nth-child(1),
.product .menu ul li.on .icons img:nth-child(1) {
  opacity: 0;
}
.product .menu ul li:hover .icons img:nth-child(2),
.product .menu ul li.on .icons img:nth-child(2) {
  opacity: 1;
}
.product .menu ul li:hover .txt span,
.product .menu ul li.on .txt span {
  color: #222222;
}
.product .menu ul li:hover .txt i,
.product .menu ul li.on .txt i {
  opacity: 1;
}
.product .list-box {
  width: 100%;
  padding: 0.57rem 0 0;
}
.product .list-box .container01 .s-menu ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .product .list-box .container01 .s-menu ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.product .list-box .container01 .s-menu ul li {
  min-width: 1.2rem;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 0.2rem;
  background: #f2e9e0;
  margin-bottom: 0.1rem;
}
.product .list-box .container01 .s-menu ul li:last-child {
  margin-right: 0;
}
.product .list-box .container01 .s-menu ul li a {
  width: 100%;
  padding: 0 0.25rem;
  height: 50px;
  position: relative;
  z-index: 2;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.4s;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .product .list-box .container01 .s-menu ul li a {
    height: 42px;
  }
}
@media (max-width: 767px) {
  .product .list-box .container01 .s-menu ul li a {
    height: 36px;
  }
}
.product .list-box .container01 .s-menu ul li:hover a,
.product .list-box .container01 .s-menu ul li.on a {
  color: #fff;
}
.product .list-box .container01 .s-menu2 {
  width: 100%;
  margin-top: 0.58rem;
}
.product .list-box .container01 .s-menu2 ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.product .list-box .container01 .s-menu2 ul li {
  width: calc(25% - 0.4rem);
  margin: 0 0.2rem 0.2rem;
  padding: 5px 0;
  font-size: 14px;
}
@media (max-width: 1025px) {
  .product .list-box .container01 .s-menu2 ul li {
    width: calc(33.33% - 0.4rem);
  }
}
@media (max-width: 991px) {
  .product .list-box .container01 .s-menu2 ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .product .list-box .container01 .s-menu2 ul li {
    width: calc(100% - 0.4rem);
  }
}
.product .list-box .container01 .s-menu2 ul li a {
  display: flex;
  align-items: center;
}
.product .list-box .container01 .s-menu2 ul li a span {
  color: #666;
  font-weight: bold;
  transition: all 0.4s;
  line-height: calc(22/16);
}
.product .list-box .container01 .s-menu2 ul li a i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.4s;
  margin-left: 0.1rem;
}
.product .list-box .container01 .s-menu2 ul li a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #b59270;
  transform: rotateZ(-45deg);
  transform-origin: center center;
}
.product .list-box .container01 .s-menu2 ul li:hover a span,
.product .list-box .container01 .s-menu2 ul li.on a span {
  color: #ac8c6c;
  text-decoration: underline;
}
.product .list-box .container01 .s-menu2 ul li:hover a i,
.product .list-box .container01 .s-menu2 ul li.on a i {
  opacity: 1;
}
.product .list-box .container01 .list {
  width: 100%;
  margin-top: 0.48rem;
}
.product .list-box .container01 .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.product .list-box .container01 .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.5rem;
}
@media (max-width: 991px) {
  .product .list-box .container01 .list ul li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .product .list-box .container01 .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.product .list-box .container01 .list ul li a {
  display: block;
}
.product .list-box .container01 .list ul li a .public-img {
  width: 100%;
  border-radius: 0.16rem;
}
.product .list-box .container01 .list ul li a .public-img::before {
  padding-top: calc(371/567*100%);
}
.product .list-box .container01 .list ul li a .tbox {
  width: 100%;
  margin-top: 0.25rem;
}
.product .list-box .container01 .list ul li a .tbox .t1 {
  line-height: calc(34/24);
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}
.product .list-box .container01 .list ul li a .tbox .t2 {
  color: #666;
  line-height: calc(24/16);
  margin-top: 7px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(24/16*2em);
}
.product .list-box .container01 .list ul li a .tbox .ts {
  width: 100%;
  margin-top: 0.26rem;
}
.product .list-box .container01 .list ul li a .tbox .ts .tb {
  color: #333;
  font-weight: bold;
  line-height: calc(22/16);
  margin-bottom: 0.15rem;
}
.product .list-box .container01 .list ul li a .tbox .ts .ta {
  margin-bottom: 0.1rem;
  line-height: calc(22/16);
  color: #666;
  padding-left: 0.16rem;
  position: relative;
  z-index: 1;
}
.product .list-box .container01 .list ul li a .tbox .ts .ta::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: calc(22/16*0.5em - 2px);
}
.product .list-box .container01 .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.product .list-box .container01 .list ul li:hover a .tbox .t1 {
  color: var(--color);
}
.product .list-box .container01 .page-list {
  margin-top: 0.4rem;
}
.product .index-box5 {
  margin-top: 1.6rem;
  background: #fefaf6;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-list a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0.08rem;
}
@media (max-width: 767px) {
  .page-list a {
    width: 32px;
    height: 32px;
  }
}
.page-list a span {
  color: #222;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.page-list a svg {
  width: 14px;
  height: auto;
  color: #222;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.page-list a.prev svg {
  transform: rotateZ(180deg);
}
.page-list a:hover span,
.page-list a.on span {
  color: #fff;
}
.page-list a:hover svg,
.page-list a.on svg {
  color: #fff;
}
.page-list a.more {
  background: none;
}
.page-list a.more:hover span {
  color: #222;
}
.cookies-pop {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  padding: 0.5rem 0;
}
.cookies-pop .container01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.cookies-pop .container01 .tbox {
  width: calc(880/1760*100%);
}
@media (max-width: 991px) {
  .cookies-pop .container01 .tbox {
    width: 100%;
    text-align: center;
  }
}
.cookies-pop .container01 .tbox .title {
  line-height: calc(50/40);
  font-weight: bold;
  color: #222;
}
.cookies-pop .container01 .tbox .txt {
  color: #666;
  line-height: calc(24/18);
  margin-top: 0.18rem;
}
.cookies-pop .container01 .ck-box {
  display: flex;
}
@media (max-width: 991px) {
  .cookies-pop .container01 .ck-box {
    width: 100%;
    justify-content: center;
    margin-top: 0.3rem;
  }
}
.cookies-pop .container01 .ck-box a {
  height: 50px;
  padding: 0 0.25rem;
  border-radius: 25px;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin-right: 0.2rem;
  background: #f2e9e0;
  overflow: hidden;
}
.cookies-pop .container01 .ck-box a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .cookies-pop .container01 .ck-box a {
    height: 42px;
  }
}
@media (max-width: 767px) {
  .cookies-pop .container01 .ck-box a {
    height: 36px;
  }
}
.cookies-pop .container01 .ck-box a span {
  position: relative;
  z-index: 2;
}
.cookies-pop .container01 .ck-box a i {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  margin-left: 0.15rem;
}
.cookies-pop .container01 .ck-box a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cookies-pop .container01 .ck-box a:hover {
  color: #fff;
}
.cookies {
  width: 100%;
  background: #fefaf6;
  padding: 1.03rem 0;
  min-height: 70vh;
}
@media (max-width: 991px) {
  .cookies {
    padding: 0.15rem 0 1rem;
  }
}
.cookies .container01 .crumbs {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cookies .container01 .crumbs {
    justify-content: flex-start;
  }
}
.cookies .container01 .crumbs a {
  color: #acaaa8;
  transition: all 0.4s;
  line-height: 1;
  margin-right: 0.6rem;
  position: relative;
  z-index: 1;
}
.cookies .container01 .crumbs a::before {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  left: calc(100% + 0.3rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #acaaa8;
}
.cookies .container01 .crumbs a svg {
  width: 12px;
  height: 12px;
}
.cookies .container01 .crumbs a:hover {
  color: #a77142;
}
.cookies .container01 .crumbs span {
  color: #666;
  line-height: 1;
}
.cookies .container01 .title {
  text-align: center;
  color: #222;
  font-weight: bold;
  line-height: calc(58/48);
  margin-top: 0.16rem;
}
@media (max-width: 991px) {
  .cookies .container01 .title {
    margin-top: 0.6rem;
  }
}
.cookies .container01 .public-content {
  width: 1200px;
  max-width: 100%;
  margin: 0.42rem auto 0;
  line-height: calc(24/18);
  color: #333;
}
.cookies .container01 .public-content a {
  color: #a77142;
  text-decoration: underline;
}
.about {
  background: #fefaf6;
}
.about .index-box5 {
  background: #fefaf6;
}
.about-box1 {
  width: 100%;
  padding: 1.35rem 0 1.6rem;
}
@media (max-width: 991px) {
  .about-box1 {
    padding: 1.2rem 0;
  }
}
.about-box1 .container01 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-box1 .container01 .top .title {
  line-height: calc(58/48);
  color: #222;
  font-weight: bold;
}
.about-box1 .container01 .top .txt {
  width: calc(1163/1760*100%);
  line-height: calc(24/18);
  color: #333;
  padding-top: 0.12rem;
}
@media (max-width: 991px) {
  .about-box1 .container01 .top .txt {
    width: 100%;
    padding-top: 0.3rem;
  }
}
.about-box1 .container01 .img {
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  margin-top: 0.56rem;
  position: relative;
  z-index: 1;
}
.about-box1 .container01 .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-box1 .container01 .img img {
  width: 100%;
}
@media (max-width: 991px) {
  .about-box1 .container01 .img .pc {
    display: none;
  }
}
.about-box2 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.16rem 0 0;
  background: #fefaf6;
}
.about-box2 .bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-box2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .about-box2 .bg .pc {
    display: none;
  }
}
.about-box2 .bg .mb {
  display: none;
}
@media (max-width: 991px) {
  .about-box2 .bg .mb {
    display: block;
  }
}
.about-box2 .container01 {
  position: relative;
  z-index: 2;
}
.about-box2 .container01 .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: calc(58/48);
}
.about-box2 .container01 .box {
  width: 100%;
  background: #fff8f0;
  margin-top: 0.46rem;
  border-radius: 0.24rem;
  box-shadow: 0 7px 0 0 #ad8d6d;
}
.about-box2 .container01 .box .tbox {
  width: 100%;
  padding: 1.13rem 0 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.about-box2 .container01 .box .tbox .people {
  width: calc(620/1760*100%);
}
@media (max-width: 991px) {
  .about-box2 .container01 .box .tbox .people {
    width: 100%;
  }
}
.about-box2 .container01 .box .tbox .people .avatar {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.about-box2 .container01 .box .tbox .people .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box2 .container01 .box .tbox .people .txt {
  text-align: center;
  color: #333;
  margin-top: 0.22rem;
  line-height: calc(24/16);
}
.about-box2 .container01 .box .tbox .people .txt span {
  display: block;
  color: #666;
}
.about-box2 .container01 .box .tbox .talk {
  width: calc(780/1760*100%);
  position: relative;
  z-index: 1;
}
.about-box2 .container01 .box .tbox .talk::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/about-box2-icon2.png) center center no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  top: -0.18rem;
  left: -0.48rem;
}
@media (max-width: 991px) {
  .about-box2 .container01 .box .tbox .talk::before {
    left: -0.2rem;
  }
}
.about-box2 .container01 .box .tbox .talk::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/about-box2-icon2.png) center center no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  right: -0.3rem;
  bottom: -0.5rem;
  transform: rotateZ(180deg);
}
@media (max-width: 991px) {
  .about-box2 .container01 .box .tbox .talk::after {
    right: -0.2rem;
  }
}
@media (max-width: 991px) {
  .about-box2 .container01 .box .tbox .talk {
    width: 90%;
    margin: 0 auto;
  }
}
.about-box2 .container01 .box .tbox .talk .t1 {
  color: #000;
  font-weight: bold;
  line-height: calc(50/40);
}
.about-box2 .container01 .box .tbox .talk .t2 {
  color: #666;
  line-height: calc(30/18);
  margin-top: 0.2rem;
}
.about-box2 .container01 .box .list {
  width: 100%;
  border-top: 1px solid rgba(142, 86, 39, 0.2);
  padding: 0.5rem 0.3rem 0.4rem;
}
.about-box2 .container01 .box .list ul {
  display: flex;
  flex-wrap: wrap;
}
.about-box2 .container01 .box .list ul li {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.3rem;
  border: 1px solid rgba(226, 181, 134, 0.6);
  padding: 0.1rem;
  margin: 0 0.4rem 0.1rem 0;
}
@media (max-width: 767px) {
  .about-box2 .container01 .box .list ul li {
    width: 100%;
    margin-right: 0;
  }
}
.about-box2 .container01 .box .list ul li:last-child {
  margin-right: 0;
}
.about-box2 .container01 .box .list ul li i {
  background: rgba(226, 181, 134, 0.6);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.about-box2 .container01 .box .list ul li i svg {
  width: 50%;
  height: 50%;
  color: #986132;
}
.about-box2 .container01 .box .list ul li span {
  color: #666;
  margin-left: 0.14rem;
}
.about-box3 {
  width: 100%;
  background: #fefaf6;
  padding: 1.4rem 0 1.5rem;
}
@media (max-width: 991px) {
  .about-box3 {
    padding: 1.2rem 0;
  }
}
.about-box3 .container01 .menu {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
  padding-bottom: 70vh;
}
@media (max-width: 991px) {
  .about-box3 .container01 .menu {
    top: 70px;
  }
}
@media (max-width: 991px) {
  .about-box3 .container01 .menu {
    display: none;
  }
}
.about-box3 .container01 .menu ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
@media (max-width: 991px) {
  .about-box3 .container01 .menu ul {
    justify-content: flex-start;
  }
}
.about-box3 .container01 .menu ul li {
  min-width: 3.2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.1rem;
  transition: all 0.4s;
  margin-right: 0.3rem;
  background: #f2e9e0;
  border-radius: 0.16rem;
  border: 1px solid #f2e9e0;
  box-shadow: 0 0 0.16rem 0 rgba(188, 154, 108, 0.15);
}
.about-box3 .container01 .menu ul li:last-child {
  margin-right: 0;
}
.about-box3 .container01 .menu ul li .icons {
  width: 1rem;
  height: 1rem;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #f4efea;
  background: #fff;
  transition: all 0.4s;
  flex-shrink: 0;
}
.about-box3 .container01 .menu ul li .icons img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.about-box3 .container01 .menu ul li .icons img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.about-box3 .container01 .menu ul li .txt {
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}
.about-box3 .container01 .menu ul li .txt span {
  color: #333;
  line-height: 1;
  font-weight: bold;
  transition: all 0.4s;
  white-space: nowrap;
}
.about-box3 .container01 .menu ul li:hover,
.about-box3 .container01 .menu ul li.on {
  border: 1px solid #f3dec7;
  background: #fff;
}
.about-box3 .container01 .menu ul li:hover .icons::before,
.about-box3 .container01 .menu ul li.on .icons::before {
  opacity: 1;
}
.about-box3 .container01 .menu ul li:hover .icons img:nth-child(1),
.about-box3 .container01 .menu ul li.on .icons img:nth-child(1) {
  opacity: 0;
}
.about-box3 .container01 .menu ul li:hover .icons img:nth-child(2),
.about-box3 .container01 .menu ul li.on .icons img:nth-child(2) {
  opacity: 1;
}
.about-box3 .container01 .list {
  width: 100%;
  margin-top: calc(0.8rem - 70vh);
}
@media (max-width: 767px) {
  .about-box3 .container01 .list {
    margin-top: 0;
  }
}
.about-box3 .container01 .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: sticky;
  position: -webkit-sticky;
}
@media (max-width: 767px) {
  .about-box3 .container01 .list ul li {
    top: 1rem;
  }
}
.about-box3 .container01 .list ul li:last-child {
  margin-bottom: 0;
}
.about-box3 .container01 .list ul li .tbox {
  width: calc(580/1760*100%);
  padding-top: 0.4rem;
}
@media (max-width: 991px) {
  .about-box3 .container01 .list ul li .tbox {
    width: 100%;
  }
}
.about-box3 .container01 .list ul li .tbox .icon {
  width: 1rem;
  height: 1rem;
}
.about-box3 .container01 .list ul li .tbox .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box3 .container01 .list ul li .tbox .t1 {
  line-height: calc(58/48);
  color: #222;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  margin-top: 0.16rem;
}
.about-box3 .container01 .list ul li .tbox .t1 span {
  line-height: calc(24/16);
  font-weight: 400;
  margin-left: 0.1rem;
}
.about-box3 .container01 .list ul li .tbox .t2 {
  color: #222;
  line-height: calc(34/24);
}
.about-box3 .container01 .list ul li .tbox .t3 {
  color: #666;
  margin-top: 0.28rem;
}
.about-box3 .container01 .list ul li .tbox .more {
  margin-top: 0.45rem;
}
.about-box3 .container01 .list ul li .public-img {
  width: calc(860/1760*100%);
  border-radius: 0.16rem;
}
@media (max-width: 991px) {
  .about-box3 .container01 .list ul li .public-img {
    width: 100%;
    order: -1;
  }
}
.about-box3 .container01 .list ul li .public-img::before {
  padding-top: calc(600/860*100%);
}
.about-box4 {
  width: 100%;
  background: linear-gradient(to bottom, #ededed, #fefaf6);
  padding: 1.35rem 0 0.8rem;
}
@media (max-width: 991px) {
  .about-box4 {
    padding: 1.2rem 0;
  }
}
.about-box4 .container01 .title {
  color: #222;
  text-align: center;
  font-weight: bold;
  line-height: calc(58/48);
}
.about-box4 .container01 .list {
  width: 100%;
  margin-top: 0.52rem;
}
.about-box4 .container01 .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.about-box4 .container01 .list .swiper-container .swiper-slide {
  height: auto;
}
.about-box4 .container01 .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  background: rgba(255, 247, 240, 0.4);
  border: 1px solid #f3dec7;
  border-radius: 0.1rem;
  padding: 0.5rem 0.4rem;
}
.about-box4 .container01 .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(400/300*100%);
}
.about-box4 .container01 .list .swiper-container .swiper-slide .public-img img {
  width: calc(100% - 0.8rem);
  height: calc(100% - 1rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.about-box4 .container01 .list .swiper-container .swiper-slide .public-img .big {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(171, 143, 117, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0;
}
.about-box4 .container01 .list .swiper-container .swiper-slide .public-img .big svg {
  width: 50%;
  height: 50%;
  color: #fff;
}
.about-box4 .container01 .list .swiper-container .swiper-slide .public-img:hover .big {
  opacity: 1;
}
.about-box4 .container01 .list .swiper-container .swiper-slide .txt {
  width: 100%;
  padding: 0.12rem 0.1rem;
  height: calc(24/18*2em + 0.24rem);
  text-align: center;
  background: #e7d9cc;
  border-radius: 0.1rem;
  color: #333;
  line-height: calc(24/18);
  overflow: hidden;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.about-box4 .container01 .list .swiper-container .swiper-slide .txt span {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about-box4 .container01 .list .swiper-container .swiper-slide:hover .txt {
  color: #fff;
}
.about-box4 .container01 .list .swiper-container .swiper-slide:hover .txt::before {
  opacity: 1;
}
.about-box4 .container01 .ck-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.78rem;
}
.about-box4 .container01 .ck-box .swiper-scrollbar {
  width: 100%;
  height: 8px;
  margin-right: 0.48rem;
  opacity: 1 !important;
  background: url(../images/index-box2-s-menu-bg.png) left top repeat-x;
}
.about-box4 .container01 .ck-box .swiper-scrollbar .swiper-scrollbar-drag {
  background: #e7d9cc;
}
.about-box4 .container01 .ck-box .arrows {
  display: flex;
  flex-shrink: 0;
}
.about-box4 .container01 .ck-box .arrows .swiper-prev,
.about-box4 .container01 .ck-box .arrows .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.about-box4 .container01 .ck-box .arrows .swiper-prev::before,
.about-box4 .container01 .ck-box .arrows .swiper-next::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, #a78869, #eabb8a, #ac8d6c);
  transition: all 0.4s;
  opacity: 0;
}
.about-box4 .container01 .ck-box .arrows .swiper-prev svg,
.about-box4 .container01 .ck-box .arrows .swiper-next svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  color: var(--color);
  position: relative;
  z-index: 2;
}
.about-box4 .container01 .ck-box .arrows .swiper-prev:hover::before,
.about-box4 .container01 .ck-box .arrows .swiper-next:hover::before {
  opacity: 1;
}
.about-box4 .container01 .ck-box .arrows .swiper-prev:hover svg,
.about-box4 .container01 .ck-box .arrows .swiper-next:hover svg {
  color: #fff;
}
.about-box4 .container01 .ck-box .arrows .swiper-prev {
  margin-right: 0.1rem;
}
.about-box4 .container01 .ck-box .arrows .swiper-prev svg {
  transform: rotateZ(180deg);
}
.about-box5 {
  width: 100%;
  padding: 0.9rem 0 1.8rem;
}
@media (max-width: 767px) {
  .about-box5 {
    padding: 0;
  }
}
.about-box5 .title {
  color: #222;
  text-align: center;
  font-weight: bold;
  line-height: calc(58/48);
}
.about-box5 .list {
  width: 100%;
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
}
.about-box5 .list::before {
  content: '';
  width: 2.2rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to right, #fefaf6, rgba(254, 250, 246, 0));
}
@media (max-width: 767px) {
  .about-box5 .list::before {
    display: none;
  }
}
.about-box5 .list::after {
  content: '';
  width: 2.2rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to left, #fefaf6, rgba(254, 250, 246, 0));
}
@media (max-width: 767px) {
  .about-box5 .list::after {
    display: none;
  }
}
.about-box5 .list .lbox {
  width: 100%;
  height: 1.4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-box5 .list .lbox .ls {
  height: calc(100% - 0.2rem);
  position: absolute;
  left: 0;
  top: 0.1rem;
  display: flex;
  align-items: flex-start;
}
.about-box5 .list .lbox .ls .item {
  width: 2.4rem;
  height: 1.2rem;
  border-radius: 0.16rem;
  background: #f2e9e0;
  border: 1px solid #f2e9e0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.1);
  font-weight: bold;
  margin: 0 0.1rem;
  transition: all 0.4s;
  overflow: hidden;
}
.about-box5 .list .lbox .ls .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box5 .list .lbox .ls .item:hover {
  color: #854f1d;
  background: #fff8f0;
  border: 1px solid #f3dec7;
  box-shadow: 0 0 0.16rem 0 rgba(188, 154, 108, 0.15);
}
.about-box5 .list .lbox.l2 .ls {
  left: initial;
  right: 0;
}
.sustainability {
  background: #fefaf6;
}
.sustainability .index-box5 {
  background: #fefaf6;
  padding-top: 1.5rem;
}
@media (max-width: 991px) {
  .sustainability .index-box5 {
    padding-top: 1.2rem;
  }
}
.sustainability-box1 {
  width: 100%;
  padding: 1.4rem 0;
}
@media (max-width: 991px) {
  .sustainability-box1 {
    padding: 1.2rem 0;
  }
}
.sustainability-box1 .container01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sustainability-box1 .container01 .title {
  color: #222;
  font-weight: bold;
  line-height: 1.2;
}
.sustainability-box1 .container01 .txt {
  width: calc(860/1760*100%);
  color: #333;
  line-height: calc(24/18);
}
@media (max-width: 991px) {
  .sustainability-box1 .container01 .txt {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.sustainability-box2 {
  width: 100%;
  background: #f2e9e0 url(../images/sustainability-box2-bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 1.15rem 0 1.1rem;
}
@media (max-width: 991px) {
  .sustainability-box2 {
    padding: 1.2rem 0;
  }
}
.sustainability-box2 .container01 .title {
  line-height: calc(58/48);
  font-weight: bold;
  text-align: center;
  color: #222;
}
.sustainability-box2 .container01 .menu {
  width: 100%;
  margin-top: 0.75rem;
}
.sustainability-box2 .container01 .menu ul {
  display: flex;
  justify-content: center;
}
.sustainability-box2 .container01 .menu ul li {
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #b2916e;
  margin-right: 3.56rem;
}
@media (max-width: 767px) {
  .sustainability-box2 .container01 .menu ul li {
    margin-right: 1.75rem;
  }
}
.sustainability-box2 .container01 .menu ul li::before {
  content: '';
  width: 3.58rem;
  border-bottom: 1px dashed #b2916e;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .sustainability-box2 .container01 .menu ul li::before {
    width: 1.8rem;
  }
}
.sustainability-box2 .container01 .menu ul li::after {
  content: '';
  width: 3.58rem;
  border-bottom: 2px solid #b2916e;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .sustainability-box2 .container01 .menu ul li::after {
    width: 1.8rem;
  }
}
.sustainability-box2 .container01 .menu ul li:first-child::after {
  display: none;
}
.sustainability-box2 .container01 .menu ul li:last-child {
  margin-right: 0;
}
.sustainability-box2 .container01 .menu ul li:last-child::before {
  display: none;
}
.sustainability-box2 .container01 .menu ul li:last-child::after {
  display: none;
}
.sustainability-box2 .container01 .menu ul li .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #b2916e;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .sustainability-box2 .container01 .menu ul li .num {
    width: 30px;
    height: 30px;
  }
}
.sustainability-box2 .container01 .menu ul li .txt {
  position: absolute;
  top: calc(100% + 0.28rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #222;
  line-height: calc(20/14);
  transition: all 0.4s;
  white-space: nowrap;
}
.sustainability-box2 .container01 .menu ul li.on .num {
  opacity: 1;
}
.sustainability-box2 .container01 .menu ul li.on .txt {
  color: #b2916e;
}
.sustainability-box2 .container01 .menu ul li.line::after {
  display: block;
}
.sustainability-box2 .container01 .menu ul li.line:first-child::after {
  display: none;
}
.sustainability-box2 .container01 .list {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 1.07rem;
}
@media (max-width: 991px) {
  .sustainability-box2 .container01 .list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .sustainability-box2 .container01 .list ul {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.sustainability-box2 .container01 .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
.sustainability-box2 .container01 .list ul li .tbox {
  width: calc(870/1760*100%);
  border-radius: 0.16rem;
  background: rgba(255, 248, 241, 0.9);
  box-shadow: 0 0 0.16rem 0 rgba(188, 154, 108, 0.15);
  padding: 0.77rem 0.8rem 0.3rem;
}
@media (max-width: 1025px) {
  .sustainability-box2 .container01 .list ul li .tbox {
    padding: 0.3rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .sustainability-box2 .container01 .list ul li .tbox {
    width: 100%;
  }
}
.sustainability-box2 .container01 .list ul li .tbox .icon {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sustainability-box2 .container01 .list ul li .tbox .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sustainability-box2 .container01 .list ul li .tbox .t1 {
  font-weight: bold;
  line-height: calc(48/40);
  color: #222;
  margin-top: 0.22rem;
}
.sustainability-box2 .container01 .list ul li .tbox .t2 {
  color: #666;
  line-height: calc(24/16);
  margin-top: 0.27rem;
}
.sustainability-box2 .container01 .list ul li .img-list {
  width: calc(870/1760*100%);
}
@media (max-width: 991px) {
  .sustainability-box2 .container01 .list ul li .img-list {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.sustainability-box2 .container01 .list ul li .img-list .swiper-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sustainability-box2 .container01 .list ul li .img-list .swiper-container .swiper-slide {
  width: 100%;
}
.sustainability-box2 .container01 .list ul li .img-list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.16rem;
}
.sustainability-box2 .container01 .list ul li .img-list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(488/870*100%);
}
.sustainability-box2 .container01 .list ul li .img-list .swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0.28rem;
}
.sustainability-box2 .container01 .list ul li .img-list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sustainability-box2 .container01 .list ul li .img-list .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, #a78869, #eabb8a, #ac8d6c);
  pointer-events: none;
  transition: all 0.4s;
  opacity: 0;
}
.sustainability-box2 .container01 .list ul li .img-list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
}
.sustainability-box2 .container01 .list ul li .img-list .swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.sustainability-box2 .container01 .list ul li.on {
  display: flex;
}
@media (max-width: 991px) {
  .sustainability-box2 .container01 .list .ck-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
    order: -1;
  }
}
.sustainability-box2 .container01 .list .ck-box .swiper-prev,
.sustainability-box2 .container01 .list .ck-box .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .sustainability-box2 .container01 .list .ck-box .swiper-prev,
  .sustainability-box2 .container01 .list .ck-box .swiper-next {
    position: relative;
    top: initial;
    transform: translateY(0);
  }
}
.sustainability-box2 .container01 .list .ck-box .swiper-prev::before,
.sustainability-box2 .container01 .list .ck-box .swiper-next::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, #a78869, #eabb8a, #ac8d6c);
  transition: all 0.4s;
  opacity: 0;
}
.sustainability-box2 .container01 .list .ck-box .swiper-prev svg,
.sustainability-box2 .container01 .list .ck-box .swiper-next svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  color: var(--color);
  position: relative;
  z-index: 2;
}
.sustainability-box2 .container01 .list .ck-box .swiper-prev:hover::before,
.sustainability-box2 .container01 .list .ck-box .swiper-next:hover::before {
  opacity: 1;
}
.sustainability-box2 .container01 .list .ck-box .swiper-prev:hover svg,
.sustainability-box2 .container01 .list .ck-box .swiper-next:hover svg {
  color: #fff;
}
.sustainability-box2 .container01 .list .ck-box .swiper-prev {
  left: -25px;
}
@media (max-width: 991px) {
  .sustainability-box2 .container01 .list .ck-box .swiper-prev {
    margin-right: 0.2rem;
    left: initial;
  }
}
.sustainability-box2 .container01 .list .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.sustainability-box2 .container01 .list .ck-box .swiper-next {
  right: -25px;
}
@media (max-width: 991px) {
  .sustainability-box2 .container01 .list .ck-box .swiper-next {
    right: initial;
  }
}
.sustainability-box3 {
  background: #fefaf6;
  padding: 1.55rem 0 1.8rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sustainability-box3 {
    padding: 1.2rem 0;
  }
}
.sustainability-box3 .container01 .title {
  line-height: calc(58/48);
  font-weight: bold;
  text-align: center;
  color: #222;
}
.sustainability-box3 .container01 .list {
  width: 100%;
  margin-top: 0.75rem;
}
.sustainability-box3 .container01 .list .swiper-container {
  width: calc(860/1760*100%);
  margin: 0 auto;
}
@media (max-width: 991px) {
  .sustainability-box3 .container01 .list .swiper-container {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .sustainability-box3 .container01 .list .swiper-container {
    width: 100%;
  }
}
.sustainability-box3 .container01 .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.16rem;
  opacity: 0.4;
}
.sustainability-box3 .container01 .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(483/860*100%);
}
.sustainability-box3 .container01 .list .swiper-container .swiper-slide .tbox {
  width: 100%;
  margin-top: 0.36rem;
  opacity: 0;
  transition: all 0.8s;
}
.sustainability-box3 .container01 .list .swiper-container .swiper-slide .tbox .t1 {
  line-height: calc(34/24);
  color: #333;
  font-weight: bold;
}
.sustainability-box3 .container01 .list .swiper-container .swiper-slide .tbox .t2 {
  width: 530px;
  max-width: 100%;
  color: #666;
  line-height: calc(24/16);
  margin-top: 6px;
}
.sustainability-box3 .container01 .list .swiper-container .swiper-slide-active .public-img {
  opacity: 1;
}
.sustainability-box3 .container01 .list .swiper-container .swiper-slide-active .tbox {
  opacity: 1;
}
.sustainability-box4 {
  width: 100%;
  background: #f2e9e0;
  position: relative;
  z-index: 1;
  padding: 1.35rem 0 4rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sustainability-box4 {
    padding: 1.2rem 0;
  }
}
.sustainability-box4 .container01 .title {
  line-height: calc(58/48);
  font-weight: bold;
  text-align: center;
  color: #222;
}
.sustainability-box4 .container01 .tbox {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .sustainability-box4 .container01 .tbox {
    margin-top: 0.5rem;
  }
}
.sustainability-box4 .container01 .tbox .t1 {
  line-height: calc(50/40);
  font-weight: bold;
  text-align: center;
  color: #222;
}
.sustainability-box4 .container01 .tbox .t2 {
  width: 880px;
  max-width: 100%;
  text-align: center;
  line-height: calc(24/18);
  color: #666;
  margin: 0.24rem auto 0;
}
.sustainability-box4 .container01 .tbox .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.sustainability-box4 .container01 .tbox .list .item {
  width: 1.6rem;
  margin: 0 0.5rem;
}
@media (max-width: 767px) {
  .sustainability-box4 .container01 .tbox .list .item {
    width: 100%;
    margin: 0 0 0.5rem;
  }
  .sustainability-box4 .container01 .tbox .list .item:last-child {
    margin: 0;
  }
}
.sustainability-box4 .container01 .tbox .list .item .num {
  display: flex;
  justify-content: center;
}
.sustainability-box4 .container01 .tbox .list .item .num .ts {
  line-height: 1;
  background: linear-gradient(to right, #a78869, #eabb8a, #ac8d6c);
  -webkit-background-clip: text;
  color: transparent;
  display: flex;
  align-items: flex-start;
  font-size: 0.24rem;
  font-weight: bold;
}
.sustainability-box4 .container01 .tbox .list .item .num .ts span {
  font-size: 0.56rem;
  line-height: 0.5rem;
}
.sustainability-box4 .container01 .tbox .list .item .txt {
  text-align: center;
  color: #666;
  line-height: calc(22/16);
  margin-top: 0.1rem;
}
.sustainability-box4 .img {
  position: absolute;
  z-index: 2;
  padding: 0.15rem;
  border-radius: 0.16rem;
  background: transparent;
  transition: all 0.4s;
  animation: imgRun 5s linear forwards infinite;
}
@media (max-width: 991px) {
  .sustainability-box4 .img {
    display: none;
  }
}
.sustainability-box4 .img .public-img {
  border-radius: 0.16rem;
}
.sustainability-box4 .img .public-img::before {
  padding-top: 75%;
}
.sustainability-box4 .img .txt {
  width: 100%;
  text-align: center;
  line-height: calc(22/16);
  color: #222;
  margin-top: 0.15rem;
  transition: all 0.4s;
  opacity: 0;
}
.sustainability-box4 .img.imgh:hover {
  background: #e7cfb6;
}
.sustainability-box4 .img.imgh:hover .txt {
  opacity: 1;
}
.sustainability-box4 .img.img1 {
  width: 0.77rem;
  height: 0.57rem;
  padding: 0;
  border-radius: 0.12rem;
  top: 1.06rem;
  right: 0.75rem;
  background: #dfd3c7;
}
.sustainability-box4 .img.img2 {
  width: 2.11rem;
  left: calc(290/1920*100%);
  top: 1.66rem;
}
.sustainability-box4 .img.img3 {
  width: 2rem;
  top: 2.25rem;
  right: calc(330/1920*100%);
}
.sustainability-box4 .img.img4 {
  width: 2.9rem;
  left: -0.15rem;
  top: 5.56rem;
}
.sustainability-box4 .img.img5 {
  width: 1rem;
  padding: 0;
  left: calc(490/1920*100%);
  bottom: 1.8rem;
}
.sustainability-box4 .img.img6 {
  width: 2.9rem;
  top: 5.15rem;
  right: -0.15rem;
}
.sustainability-box4 .img.img7 {
  width: 0.63rem;
  height: 0.47rem;
  border-radius: 0.12rem;
  padding: 0;
  background: #dfd3c7;
  left: 1.9rem;
  bottom: 0.66rem;
}
.sustainability-box4 .img.img8 {
  width: 3.78rem;
  right: 3.65rem;
  bottom: 0.5rem;
}
@keyframes imgRun {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.sustainability-box5 {
  width: 100%;
  background: #fefaf6;
  padding: 1.45rem 0 0;
}
@media (max-width: 991px) {
  .sustainability-box5 {
    padding: 1.2rem 0 0;
  }
}
.sustainability-box5 .container01 .title {
  line-height: calc(58/48);
  font-weight: bold;
  color: #222;
}
.sustainability-box5 .container01 .list {
  margin-top: 0.36rem;
}
.sustainability-box5 .container01 .list .swiper-container {
  width: 100%;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide {
  padding-right: 4px;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .img .public-img {
  width: 100%;
  border-radius: 0.1rem;
  border: 1px solid #f3dec7;
  z-index: 2;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .img .public-img::before {
  padding-top: calc(400/300*100%);
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .img::before {
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.1rem;
  border: 1px solid #f3dec7;
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 2px;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .img::after {
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.1rem;
  border: 1px solid #f3dec7;
  position: absolute;
  z-index: 1;
  left: 4px;
  top: 4px;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .txt {
  text-align: center;
  color: #333;
  line-height: calc(24/18);
  margin-top: 0.3rem;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .btns {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 0.22rem;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .btns a {
  display: flex;
  align-items: center;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .btns a i {
  width: 20px;
  height: 20px;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .btns a i img,
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .btns a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-slide .btns a span {
  color: #ac8d6c;
  text-decoration: underline;
  margin-left: 0.1rem;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-scrollbar {
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
  opacity: 1 !important;
  background: url(../images/index-box2-s-menu-bg.png) left top repeat-x;
}
.sustainability-box5 .container01 .list .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #333;
}
.right-pop {
  position: fixed;
  right: 10px;
  bottom: 1rem;
  z-index: 99;
}
.right-pop .item {
  width: 0.56rem;
  height: 0.56rem;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.right-pop .item:last-child {
  margin-bottom: 0;
}
.right-pop .item .icons {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #f3dec7;
  background: #fff7f0;
  display: flex;
}
.right-pop .item .icons svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  color: #ac8d6c;
  transition: all 0.4s;
}
.right-pop .item .icons svg path {
  stroke-width: 0;
}
.right-pop .item .h-box {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding-right: 13px;
  display: none;
}
.right-pop .item .h-box::before {
  content: '';
  width: calc(100% - 13px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff8f0;
  border: 1px solid #f3dec7;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem 0 rgba(171, 143, 117, 0.3);
}
.right-pop .item .h-box i {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.right-pop .item .h-box i::before {
  content: '';
  border-left: 6px solid #fff8f0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.right-pop .item .h-box i::after {
  content: '';
  border-left: 7px solid #f3dec7;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.right-pop .item .h-box .tbox {
  position: relative;
  z-index: 2;
  padding: 0.25rem 0.3rem 0.2rem;
}
.right-pop .item .h-box .tbox .t1 {
  color: #999;
}
.right-pop .item .h-box .tbox .t2 {
  color: #333;
  transition: all 0.4s;
}
.right-pop .item .h-box .tbox .t2:hover {
  color: var(--color);
}
.right-pop .item .h-box .tbox .link {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.right-pop .item .h-box .tbox .link span {
  white-space: nowrap;
  background-image: linear-gradient(to right, #a78869, #eabb8a, #ac8d6c);
  -webkit-background-clip: text;
  color: transparent;
}
.right-pop .item .h-box .tbox .link svg {
  width: 12px;
  height: 12px;
  color: #854f1d;
  margin-left: 5px;
}
.right-pop .item:hover .icons svg {
  color: #fff;
}
.right-pop .item:hover .icons::before {
  opacity: 1;
}
.right-pop .item:hover .h-box {
  display: block;
}
.form-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.form-pop .box {
  width: 1160px;
  max-width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 0.68rem 0 rgba(0, 0, 0, 0.58);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-pop .box .close {
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 2;
  cursor: pointer;
}
.form-pop .box .close svg {
  width: 100%;
  height: 100%;
  color: #ac8c6c;
}
.form-pop .box .left {
  width: calc(425/1160*100%);
  background: url(../images/form-pop-bg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
  padding: 0.5rem 0.2rem 0.58rem 0.4rem;
}
@media (max-width: 991px) {
  .form-pop .box .left {
    display: none;
  }
}
.form-pop .box .left .logo {
  height: 0.44rem;
}
.form-pop .box .left .logo img {
  height: 100%;
}
.form-pop .box .left .t1 {
  color: #333;
  line-height: calc(24/16);
  margin-top: 0.27rem;
}
.form-pop .box .left .t2 {
  font-weight: bold;
  color: #222;
  margin-top: 0.5rem;
}
.form-pop .box .left .t3 {
  font-weight: bold;
  color: #222;
  line-height: calc(30/24);
}
.form-pop .box .left .t4 {
  margin-top: 0.16rem;
}
.form-pop .box .left .t4 .ts {
  display: flex;
  align-items: flex-start;
}
.form-pop .box .left .t4 .ts i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  margin-top: calc(1em - 7px);
  margin-right: 0.1rem;
}
.form-pop .box .left .t4 .ts i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #ac8c6c;
}
.form-pop .box .left .t4 .ts span {
  line-height: 2;
  color: #666;
}
.form-pop .box .left .t5 {
  margin-top: 0.34rem;
  display: flex;
  flex-wrap: wrap;
}
.form-pop .box .left .t5 .s1 {
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
}
.form-pop .box .left .t5 .s1:last-child {
  margin-right: 0;
}
.form-pop .box .left .t5 .s1 i {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.form-pop .box .left .t5 .s1 i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #333;
}
.form-pop .box .left .t5 .s1 span {
  color: #333;
}
.form-pop .box .right {
  width: calc(720/1160*100%);
  padding: 0.47rem 0.6rem 0.5rem;
}
@media (max-width: 991px) {
  .form-pop .box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-pop .box .right {
    padding: 0.5rem 0.3rem;
  }
}
.form-pop .box .right .t1 {
  line-height: calc(50/40);
  color: #222;
  font-weight: bold;
}
.form-pop .box .right .t2 {
  line-height: calc(22/16);
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
}
@media (max-width: 767px) {
  .form-pop .box .right .t2 br {
    display: none;
  }
}
.form-pop .box .right .form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.24rem;
}
.form-pop .box .right .form .item {
  width: calc(290/600*100%);
  margin-bottom: 0.2rem;
  display: flex;
}
@media (max-width: 991px) {
  .form-pop .box .right .form .item {
    width: 100%;
  }
}
.form-pop .box .right .form .item .txt {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f8f8f8;
  padding: 0 0.2rem;
  color: #000;
}
@media (max-width: 767px) {
  .form-pop .box .right .form .item .txt {
    height: 40px;
  }
}
.form-pop .box .right .form .item .txt::placeholder {
  color: #999;
}
.form-pop .box .right .form .item .text {
  width: 100%;
  height: 1.5rem;
  border-radius: 0.25rem;
  background: #f8f8f8;
  color: #000;
  padding: 0.16rem 0.2rem;
  line-height: calc(24/14);
}
.form-pop .box .right .form .item .text::placeholder {
  color: #999;
}
.form-pop .box .right .form .item .layui-form-select {
  width: 100%;
  height: 50px;
}
@media (max-width: 767px) {
  .form-pop .box .right .form .item .layui-form-select {
    height: 40px;
  }
}
.form-pop .box .right .form .item .layui-form-select .layui-select-title {
  width: 100%;
  height: 100%;
}
.form-pop .box .right .form .item .layui-form-select .layui-input {
  height: 100%;
  background: #f8f8f8;
  border-radius: 25px;
  padding: 0 0.2rem;
  border: none;
}
.form-pop .box .right .form .item .layui-form-select .layui-edge {
  overflow: visible;
  right: 0.2rem;
  border-top-color: #666;
}
.form-pop .box .right .form .item .layui-form-select .layui-edge::before {
  content: '';
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.form-pop .box .right .form .w100 {
  width: 100%;
}
.form-pop .box .right .form .tips {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.form-pop .box .right .form .tips i {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-top: calc(22/14*0.5em - 7px);
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.form-pop .box .right .form .tips i::before {
  content: '';
  width: 7px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  z-index: 2;
  margin-top: -1px;
}
.form-pop .box .right .form .tips i.on {
  border: 1px solid var(--color);
  background: var(--color);
}
.form-pop .box .right .form .tips span {
  line-height: calc(22/14);
  color: #999;
}
.form-pop .box .right .form .btn {
  display: flex;
  margin-top: 0.32rem;
}
@media (max-width: 991px) {
  .form-pop .box .right .form .btn {
    width: 100%;
    justify-content: center;
  }
}
.form-pop .box .right .form .btn .sub {
  width: 144px;
  height: 56px;
  border-radius: 28px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .form-pop .box .right .form .btn .sub {
    height: 40px;
  }
}
.form-pop .box .right .form .btn .sub::before {
  opacity: 1;
}
.form-pop .box .right .form .btn .sub span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
}
