:root {
  --theme-color: #EB6133;
  --custom-size: 1 / 1920 * 100vw * 1.2
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

html {
  font-size: calc(0.208vw + 12px);
  font-family: 'SourceHanSansCN';
  letter-spacing: 1px;
}

img,
svg {
  max-width: 100%;
}

input,
textarea,
select {
  outline: unset;
  resize: none;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: initial;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


.main {
  margin: 0 clamp(10px, 80 * var(--custom-size) * 0.8, 80px);
}

.flex {
  display: flex;
}

.flex-jcsb {
  display: flex;
  justify-content: space-between;
}

.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-aic {
  display: flex;
  align-items: center;
}

.flex-jcc {
  display: flex;
  justify-content: center;
}

.img-layout {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lay-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.overflow-hidden {
  overflow: hidden;
}

.position-ab-0 {
  position: absolute;
  top: 0;
  left: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}

.swiper-wrapper {
  align-items: stretch;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: .3s;
  background-color: #fff;
}

header.scrolled {
  backdrop-filter: blur(15px);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
  background-color: rgba(255, 255, 255, .9);
}

header .logo {
  margin-right: calc(58rem / 16);
  height: 80px;
}

header .nav .f-li {
  height: 100%;
  padding: 0 2vw;
  position: relative;
}

header .nav .f-li:last-child {
  padding-right: 0;
}

header .nav .f-li>a {
  height: 100%;
  display: block;
  line-height: 80px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}

header .nav .f-li.active>a,
header .nav .f-li.active a.active,
header .nav .f-li a:hover {
  color: var(--theme-color);
  /* border-bottom: 2px solid var(--theme-color); */
}

header .nav .f-li .sec-ul {
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  padding: 1.2vw 1.5vw;
  background-color: #fff;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(71, 52, 26, 0.1);
  border-radius: 2px;
  transform: translateX(-50%);
}

header .nav .f-li .sec-ul li {
  white-space: nowrap;
  margin-bottom: 10px;
}

header .nav .f-li .sec-ul li:last-child {
  margin-bottom: 0;
}

header .search {
  cursor: pointer;
}

.mobile-nav {
  display: none;
}

.btn-head-nav-toggle {
  cursor: pointer;
  display: none;
  width: 25px;
  height: 25px;
  background: url(../images/menu.svg) center/30px auto no-repeat;
  padding: 20px;
}

.btn-head-nav-toggle:hover {
  background: url(../images/biao_buanbi.svg) center/24px auto no-repeat;
}

.secont-nav {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.secont-nav-cont a {
  color: #666;
  padding: calc(34rem / 16) 0;
  /* margin-right: calc(100rem / 16); */
  margin-right: 6.25%;
  position: relative;
  flex-direction: column;
  cursor: pointer;
}

.secont-nav-cont a.active,
.secont-nav-cont a:hover {
  color: var(--theme-color);
}

.secont-nav-cont a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
}

.secont-nav-cont a.active::after {
  background-color: var(--theme-color);
}

.banner {
  width: 100%;
  height: clamp(33vh, 560 * var(--custom-size), 560px);
  margin-top: 82px;
}

.banner .txt {
  color: #fff;
  letter-spacing: 2px;
}

.banner .txt h1 {
  font-size: clamp(26px, 68 * var(--custom-size), 68px);
  font-weight: bold;
}

.banner .txt p {
  font-size: clamp(16px, 20 * var(--custom-size), 20px);
}

.roll {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.roll .pic {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  aspect-ratio: 1;
}

.sidebar {
  position: fixed;
  right: 5px;
  top: 50%;
  z-index: 9999;
}

.btn-wrap {
  border-radius: 9px;
  overflow: hidden;
  padding: 2px;
  position: relative;
  display: table;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: .3s;
}

.btn-wrap:hover {
  border-color: var(--theme-color) !important;
}

.sidebar .btn-wrap {
  background: linear-gradient(135.00deg, rgb(232, 56, 47) 0%, rgb(235, 97, 51) 57.571%, rgb(246, 172, 25) 100%), rgb(235, 97, 51);
  border: unset;
}

.sidebar .btn-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
}

.sidebar .qr {
  width: clamp(60px, 120* var(--custom-size), 120px);
  height: clamp(60px, 120* var(--custom-size), 120px);
  padding: 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-110%);
  opacity: 0;
  transition: .3s;
  background-color: #fff;
  border-radius: 7px;
  display: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.sidebar .btn-wrap:not(.consult):hover+.qr {
  transform: translateX(-105%);
  opacity: 1;
  display: flex;
}

.btn-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(3px, 8 * var(--custom-size), 8px);
  border-radius: 7px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.btn-cont svg {
  transform: rotateZ(-90deg);
}

.sidebar .btn-cont {
  background: linear-gradient(135.00deg, rgb(232, 56, 47) 0%, rgb(235, 97, 51) 57.571%, rgb(246, 172, 25) 100%), rgb(235, 97, 51);
}

.btn {
  width: clamp(30px, 36 * var(--custom-size), 36px);
  height: clamp(30px, 36 * var(--custom-size), 36px);
  border-radius: 6px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(3px, 8 * var(--custom-size), 8px);
}

.btn-cont span {
  margin: 0 50px 0 10px;
}

.btn-wrap.col-r .btn-cont {
  flex-direction: column-reverse;
}

.btn-wrap.col-r .btn-cont span {
  writing-mode: vertical-lr;
  text-align: center;
  width: auto;
  margin: 20px 0 0 0;
  letter-spacing: 4px;
}

.sidebar .consult {
  margin-bottom: 10px;
}

section {
  padding: clamp(20px, 6.25vw, 6.25vw) 0;
}

.common-title {
  margin-bottom: clamp(20px, 50 * var(--custom-size), 50px);
}

.common-title .label {
  /* font-size: clamp(18px, 1.46vw, 1.46vw); */
  font-size: clamp(18px, 28 * var(--custom-size), 28px);
  color: var(--theme-color);
  padding-left: clamp(18px, 32 * var(--custom-size), 32px);
  background: url(../images/path3.svg) no-repeat bottom left;
  background-size: auto 92%;
  line-height: 1;
}

.common-title.white .label {
  background-image: url(../images/path-w.svg);
}

.common-title .intro {
  font-size: clamp(24px, 48 * var(--custom-size), 48px);
  margin-top: 12px;
}

.common-title.white .intro,
.common-title.white .label {
  color: #fff;
}

.layout1 .wrap>div {
  width: 50%;
}

.layout1 .cont {
  padding-top: clamp(20px, 40 * var(--custom-size), 40px);
}

.layout1 .font {
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.contact-sec {
  color: #fff;
}

.contact-sec .main {
  z-index: 1;
  position: relative;
}

.contact-sec .left {
  width: 40%;
}

.contact-sec .address .item {
  margin-bottom: 10px;
  line-height: 1;
}

.contact-sec .address .item .icon {
  width: 26px;
  margin-right: 5px;
}

.contact-sec .right {
  width: 60%;
  padding-left: 10%;
}

.contact-sec .left .btn-wrap {
  margin-top: clamp(20px, 50 * var(--custom-size), 50px);
}

.contact-sec .btn-wrap {
  border-color: #fff;
}

.contact-sec .right form {
  flex-wrap: wrap;
}

.contact-sec .left .btn-wrap svg {
  transform: unset;
}

.contact-sec .left .common-title .intro {
  font-size: clamp(24px, 48 * var(--custom-size) * .9, 48px);
}

.contact-sec .right .item {
  width: 48%;
  margin-bottom: 30px;
  position: relative;
}

.contact-sec .right .item .tips {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

.contact-sec .right input,
.contact-sec .right textarea {
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  backdrop-filter: blur(6px);
  padding: 20px;
  border-radius: 9px;
  background-color: transparent;
}

.contact-sec .right input::placeholder,
.contact-sec .right textarea::placeholder {
  color: #fff;
}

.contact-sec .right .btn .icon-img {
  transform: rotateZ(-90deg);
}

.contact-sec .right .privacy {
  font-size: 14px;
  padding-left: 40px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}

.contact-sec .right .privacy p {
  margin-bottom: 10px;
}

.contact-sec .right .privacy::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}

.contact-sec .right .privacy.active::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #fff;
  border-radius: 3px;
  width: 14px;
  height: 14px;
}

.contact-sec .right .privacy a {
  color: #fff;
  opacity: .7;
  transition: .3s;
}

.contact-sec .right .privacy a:hover {
  opacity: 1;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.contact-sec .right .privacy.apply-shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.w100 {
  width: 100% !important;
}

footer {
  background-color: #eee;
  position: relative;
}

.footer-wrap {
  padding-top: clamp(30px, 5vw, 5vw);
}

.footer-left .contactus h1 {
  margin-top: clamp(20px, 50 * var(--custom-size), 50px);
  font-size: 20px;
  font-weight: bold;
}

.footer-left .contactus p {
  margin: 10px 0;
}

.footer-center {
  width: 60%;
  margin: 0 20px;
}

.footer-center ul li a {
  margin: 10px 0;
  display: block;
}

.footer-center ul li a:hover {
  color: var(--theme-color);
}

.footer-center ul li a:first-child {
  font-size: 20px;
  font-weight: bold;
}

.share {
  width: 100%;
  margin: clamp(30px, 2vw, 2vw) 0;
}

.share .item {
  width: 50px;
  height: 50px;
  border-radius: 9px;
  background-color: rgba(255, 255, 255);
  margin-right: 10px;
  padding: 10px;
  transition: .3s ease-in-out;
  box-shadow: 0px 5px 10px 0px rgba(71, 52, 26, 0.1);
}

.share .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.share .item:hover {
  transform: translateY(-5px);
}

.copyright {
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 2;
  padding: 20px 0;
}

.copyright span {
  margin: 0 20px;
}

.copyright a {
  color: rgb(51, 51, 51);
}

.copyright a:hover {
  color: rgba(51, 51, 51, .8);
}

.data {
  margin-top: clamp(0px, 40 * var(--custom-size), 40px);
}

.data .item {
  padding: clamp(20px, 53 * var(--custom-size), 53px) 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: var(--theme-color);
}

.data .item:last-child {
  border: unset;
}

.data .item p {
  font-size: clamp(38px, 88 * var(--custom-size), 88px);
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.data .item p span {
  font-size: clamp(14px, 20 * var(--custom-size), 20px);
  vertical-align: text-top;
  position: absolute;
  right: 0;
  top: 12%;
  transform: translateX(110%);
  white-space: nowrap;
  font-weight: normal;
}

.data .item h1 {
  color: #333;
  font-size: clamp(14px, 20 * var(--custom-size), 20px);
}

.panel {
  width: 100%;
  padding: clamp(10px, 66* var(--custom-size), 66px) clamp(10px, 80* var(--custom-size), 80px);
  margin-bottom: clamp(20px, 77* var(--custom-size), 77px);
}

.panel:last-child {
  margin-bottom: 0;
}

.household-panel-1 {
  background-color: #f5f5f5;
}

.household-panel-2 {
  background-color: #FDF0EB;
}

.panel .title {
  flex-shrink: 0;
  font-size: clamp(20px, 38* var(--custom-size), 38px);
}

.panel .title h1 {
  font-weight: bold;
  font-size: clamp(20px, 38* var(--custom-size), 38px);
}

.panel .cont {
  width: 70%;
}

.panel .cont svg {
  display: block;
}

.backToTop {
  position: fixed;
  bottom: 30px;
  right: 5px;
  z-index: 9999;
  visibility: hidden;
}

.backToTop .btn-wrap {
  background: linear-gradient(135.00deg, rgb(232, 56, 47) 0%, rgb(235, 97, 51) 57.571%, rgb(246, 172, 25) 100%), rgb(235, 97, 51);
  border: unset;
}

.backToTop .btn-wrap svg {
  transform: rotateZ(-180deg);
}