@charset "UTF-8";
*,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
article,
header,
nav,
footer,
a,
iframe,
img,
video,
body {
  margin: 0;
  padding: 0;
  font: 12px/150%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe,
div,
ul,
li,
p,
a {
  padding: 0;
  margin: 0;
}

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #fff;
}

.tabular-nums, .shop_price {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a {
  transition: all 0.3s ease-in 0s;
  color: #333;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  -webkit-appearance: none;
}

/*自定义颜色*/
.top-bg-color {
  background-color: #372026;
}

.top-text-color {
  color: #fff;
}

.contact-bg-color {
  background-color: #1f1f1f;
}

.contact-text-color {
  color: #b3b3b3;
}

.contact-form-color {
  color: #999;
}

.foot-bg-color {
  background-color: #372026;
}

.foot-text-color {
  color: #f4f4f4;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after,
.container:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

img {
  border: none;
  vertical-align: top;
}

.text-center {
  text-align: center;
}

.bg-grey-color {
  background: #f8f8f8;
}

.section {
  padding: 15px 10px;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

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

/*--header--*/
.ec-header {
  padding: 0 10px;
}
.ec-header .head {
  display: -webkit-flex;
  /* Safari */
  display: flex;
}
.ec-header .logo {
  width: 65%;
  padding: 8px 0;
}
.ec-header .logo img {
  height: 45px;
}
.ec-header .logo a {
  display: inline-block;
  vertical-align: middle;
}
.ec-header .logo .header-name {
  padding-left: 1%;
}
.ec-header .nav {
  width: 35%;
  padding: 8px 0;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ec-header .nav .menu {
  margin-left: 5%;
  position: relative;
}
.ec-header .nav .menu a {
  opacity: 0.8;
  background-color: transparent;
  border-color: transparent;
}
.ec-header .nav .menu a:hover {
  opacity: 1;
  background-color: transparent;
  border-color: transparent;
}
.ec-header .nav .menu .active {
  opacity: 1;
}
.ec-header .nav .menu i {
  font-size: 18px;
}
.ec-header .cartNum {
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 8px;
  top: -8px;
  background: #f61639;
  color: #fff;
  border-radius: 999px;
  padding: 0 0.5em;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  transform: scale(0.8);
}
.ec-header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.ec-header .dropdown {
  padding: 0;
  position: relative;
}
.ec-header .dropdown .dropdown-menu {
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  background-color: #222;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
}
.ec-header .dropdown .dropdown-menu > .active a {
  opacity: 1;
  background: none;
}
.ec-header .dropdown .dropdown-menu a {
  padding: 8px 15px;
  color: #fff;
  opacity: 0.6;
}
.ec-header .dropdown .dropdown-menu a:hover {
  padding-left: 20px;
  background: transparent;
  opacity: 1;
}
.ec-header .dropdown:hover .dropdown-menu {
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.ec-header .info_languages {
  cursor: pointer;
  margin-left: 8px;
}
.ec-header .info_languages .language_flag {
  display: inline-block;
  width: 20px;
  margin-right: 3px;
}
.ec-header .info_languages .language_flag i {
  vertical-align: middle;
  font-size: 18px;
}
.ec-header .info_languages .dropdown_text {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.75;
  vertical-align: center;
  margin-right: 15px;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ec-body {
  background-color: #f6f6f6;
  padding-bottom: 15px;
}

.btncon {
  text-align: center;
  color: #fff;
  margin: 3% 0;
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 6px 20px;
  border-radius: 20px;
  cursor: pointer;
}

.btn-main {
  background: #dbb663;
  color: #000;
  opacity: 1;
}
.btn-main:hover {
  opacity: 0.8;
}

.btn-dark {
  background: #222;
  border: 1px solid #222;
  color: #dbb663;
}
.btn-dark:hover {
  background: #000;
  color: #cca252;
}

.btn-o-main {
  border: 1px solid #dbb663;
  color: #dbb663;
  display: inline-block;
}
.btn-o-main:hover {
  color: #cca252;
}
.btn-o-main:active {
  color: #cca252;
}

.btn-main-small {
  color: #000;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 5px 16px;
  border-radius: 16px;
  background-color: #dbb663;
  background: #d2ab5c;
  background: linear-gradient(to right, #f6e195, #cca252);
}
.btn-main-small:hover {
  margin-top: 2px;
}

.btn-o-mini {
  border: 1px solid #dbb663;
  color: #dbb663;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 2px 8px;
  border-radius: 12px;
}
.btn-o-mini:hover {
  color: #cca252;
}

.btn-o-white {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 8px;
  border-radius: 20px;
}
.btn-o-white:hover {
  color: #fff;
}

.btn-o-grey {
  color: #999;
  border: 1px solid #ccc;
  letter-spacing: 1px;
  background-color: transparent;
}
.btn-transparent {
  color: #ddd;
  border: 1px solid #ddd;
}
/* flex 布局 */
.flex {
  /* #ifndef APP-PLUS-NVUE */
  display: flex !important;
  /* #endif */
  flex-direction: row;
}

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

.flex-column {
  flex-direction: column;
}

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

/* #ifndef APP-PLUS-NVUE */
.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

/* #endif */
.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

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

.shop-banner .scroll-box-shop {
  background-color: #fff;
  border-radius: 20px;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 0 0 10px #eee;
  overflow: hidden;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.shop-banner .scroll-box-shop img {
  width: 100%;
  border-radius: 20px;
}

.banner {
  width: 100%;
  background-size: 100%;
}
.banner .shop-swiper {
  --swiper-theme-color: #dbb663;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #dbb663;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 24px;
  /* 设置按钮大小 */
}
.banner .scroll-box {
  width: 100%;
  position: relative;
}
.banner .scroll-box img {
  width: 100%;
  display: block;
}
.banner .scroll-box .swiper {
  width: 100%;
}
.banner .scroll-box .banner-bg {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .scroll-box .banner-bg h2 {
  padding: 0 25px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.7;
  font-size: 24px;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.flexbox .tabs-box {
  margin: 1%;
  padding: 3% 1.5%;
  box-sizing: border-box;
  width: 31.3%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px #eee;
}
.flexbox .tabs-box .desc {
  margin-top: 3%;
  text-indent: 2em;
  font-size: 14px;
  color: #999;
  margin: 7px 0;
  position: relative;
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
}
.flexbox .tabs-box .desc:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 40px;
}
.flexbox img {
  border-radius: 50%;
}
.flexbox .tabs-box-tit {
  text-align: center;
}
.flexbox .tabs-box-tit h3 {
  font-weight: normal;
  font-size: 24px;
  padding: 10px 0 5px 0;
}
.flexbox .tabs-box-tit img {
  width: 100px;
}

.tabs-content .tabs-nav .tabs-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #666;
  transition: 0.4s;
}
.tabs-content .tabs-nav ul {
  position: relative;
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: center;
}
.tabs-content .tabs-nav li {
  font-size: 24px;
  padding: 10px 2% 20px 2%;
  color: #999;
  line-height: 1;
  transition: 0.2s all linear;
  cursor: pointer;
}
.tabs-content .tabs-nav li:hover {
  color: #000;
}
.tabs-content .tabs-nav li.active {
  color: #000;
}

.tabs-flow {
  display: none;
}
.tabs-flow .flowflex {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  /*     align-items:stretch; */
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2%;
  box-sizing: border-box;
}
.tabs-flow {
  /*一个内容层*/
}
.tabs-flow .item {
  margin: 1%;
  padding-bottom: 10px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  width: 48%;
  box-shadow: 0 0 10px #eee;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  background: #fff;
}
.tabs-flow .item img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: all 0.6s;
}
.tabs-flow .item img:hover {
  transform: scale(1.2);
}
.tabs-flow .pro-name {
  font-size: 16px;
  margin: 10px;
}
.tabs-flow .pro-desc {
  font-size: 14px;
  color: #999;
  margin: 5px 10px;
  position: relative;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.tabs-flow .pro-desc:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 40px;
}
.tabs-flow .imgcon {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.tabs-flow .pro-price {
  margin: 5px 10px;
}
.tabs-flow .pro-price .tp {
  font-size: 20px;
  color: #8fb13d;
}
.tabs-flow .pro-price .tp em {
  font-size: 12px;
  font-style: normal;
}
.tabs-flow .pro-price .op {
  font-size: 12px;
  padding-left: 7px;
  color: #999;
  text-decoration: line-through;
}
.tabs-flow .tabs-tags {
  margin: 3% 1% 1% 1%;
}
.tabs-flow .tabs-tags a {
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
  color: #999;
  line-height: 36px;
  text-decoration: none;
}
.tabs-flow .tabs-tags a:hover {
  color: #000;
}
.tabs-flow .tabs-tags .active {
  color: #000;
  background: #fff;
}

/*footer*/
.footer .footer-middle {
  padding: 3% 0;
  color: #b3b3b3;
}
.footer .footer-middle label.line {
  width: 100px;
  height: 2px;
  display: block;
  background: #dbb663;
  border-radius: 10px;
  margin: 0.2em auto;
}
.footer .footer-middle h3 {
  font-size: 26px;
  line-height: 1.8em;
  text-align: center;
  font-weight: normal;
}
.footer .footer-middle .map {
  margin-top: 3%;
}
.footer .footer-middle h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 2%;
  opacity: 0.8;
}
.footer .footer-middle .flexcon {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3%;
  justify-content: center;
}
.footer .footer-middle .flexcon .wrap {
  margin: 1%;
  padding: 1.5%;
  width: 44%;
  opacity: 0.8;
}
.footer .footer-middle .flexcon form input[type=text],
.footer .footer-middle .flexcon form input[type=number] {
  width: 100%;
  padding: 2.5% 0;
  border-radius: 30px;
  font-weight: 600;
  text-indent: 20px;
  outline: none;
  border: solid 1px #747576;
  margin-bottom: 2.5%;
  background: none;
}
.footer .footer-middle .flexcon form textarea {
  width: 100%;
  resize: none;
  padding: 2.5% 0;
  border-radius: 30px;
  font-weight: 600;
  text-indent: 20px;
  outline: none;
  border: solid 1px #747576;
  margin-bottom: 5%;
  background: none;
  min-height: 120px;
}
.footer .footer-middle .flexcon form input[type=submit] {
  padding: 6px 30px;
  border-radius: 5px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.footer .footer-middle .iconfont {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.footer .footer-bottom {
  padding: 1em 0;
  text-align: center;
  color: #777;
}
.footer .footer-bottom .mediacon li {
  display: inline-block;
  line-height: 1em;
  margin: 0 1%;
  vertical-align: top;
  text-align: center;
}
.footer .footer-bottom .mediacon a {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  opacity: 1;
}
.footer .footer-bottom .mediacon a:hover {
  opacity: 0.8;
}
.footer .footer-bottom .mediacon i {
  font-size: 20px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 45px;
  line-height: 45px;
  margin: 0 auto 10px;
  width: 45px;
}
.footer .footer-bottom h5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 3px;
}
.footer .footer-bottom h5 span {
  display: inline-block;
  padding: 3px 10px;
  opacity: 0.8;
}
.footer .footer-bottom h5 .home-rights__left {
  letter-spacing: 2px;
}
.footer .footer-bottom h5 a {
  color: #dbb663;
  padding: 0 8px;
  opacity: 1;
}
.footer .footer-bottom h5 a:hover {
  opacity: 0.8;
}

.search-con {
  line-height: normal;
  display: inline-table;
  width: 70%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 3% 1% 1% 1%;
  display: inline-table;
}
.search-con #selected {
  display: block;
  width: 150px;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-con input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  /* transition: border-color .2s cubic-bezier(.645,.045,.355,1); */
  width: 100%;
}
.search-con .btnSearch {
  background-color: #f5f7fa;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6;
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 15px;
  width: 1px;
  white-space: nowrap;
}
.search-con .btnSearch button {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  font-size: 14px;
}

.cartModal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}

.cartModal.in .modal-dialog {
  transform: translate3d(0, 20vh, 0);
}

.cartModal .modal-header {
  border: none;
}
.cartModal .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.cartModal .imgcon {
  margin-bottom: 10px;
}
.cartModal .tit {
  color: #666;
}
.cartModal .tit .price {
  font-size: 24px;
  color: #dbb663;
}
.cartModal .tit .price em {
  font-size: 12px;
  padding-right: 3px;
  font-style: normal;
}
.cartModal .modal-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cartModal .modal-title .pic {
  width: 35%;
  margin-right: 3%;
}
.cartModal .modal-title .pic img {
  width: 100%;
}
.cartModal .modal-body {
  max-height: 55vh;
  padding: 0;
  overflow: auto;
}
.cartModal .modal-body .modal-body-cont {
  padding: 15px;
}
.cartModal .modal-body img {
  width: 100%;
}
.cartModal .modal-body .pro-name {
  font-size: 16px;
}
.cartModal .modal-body .pro-desc {
  font-size: 14px;
  color: #999;
  margin: 7px 0;
}
.cartModal .modal-body .nums {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cartModal .modal-body .nums .cont {
  width: 102px;
  border: 1px solid #999;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
}
.cartModal .modal-body .nums .cont input {
  border: medium none;
  width: 100%;
  height: 18px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 18px;
}
.cartModal .modal-body .nums .cont a {
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  width: 40px;
  line-height: 18px;
  text-align: center;
  color: #666;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
}
.cartModal .modal-body .nums .cont .minipage .content .numcon .numberInput {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
}
.cartModal .modal-body .nums .cont .plus {
  border-right: 1px solid #999;
}
.cartModal .modal-body .nums .cont .reduce {
  border-left: 1px solid #999;
}

@media only screen and (max-width: 767px) {
  .tabs-content .tabs-nav li {
    font-size: 18px;
  }
  .flexbox .tabs-box {
    width: 98%;
  }
  .flexbox .tabs-box-tit h3 {
    font-size: 18px;
  }
  .flexbox .tabs-box-tit img {
    width: 60px;
  }
  .tabs-flow label.line {
    width: 90px;
  }
  .tabs-flow h3 {
    font-size: 24px;
  }
  .tabs-flow .item {
    width: 48%;
    border-radius: 10px;
  }
  .search-con {
    width: 98%;
  }
  .ec-header .nav .menu {
    margin-left: 16px;
  }
  .ec-header .logo img {
    height: 40px;
  }
  .top-footer .contact-flex {
    flex-direction: column;
    justify-content: center;
  }
  .top-footer .contact-wrap {
    margin-bottom: 40px;
  }
  .top-footer img {
    width: 80px;
  }
  .top-footer .btn-con {
    margin-top: 30px;
  }
  .btn {
    padding: 4px 14px;
  }
  .footer .footer-middle label.line {
    width: 80px;
  }
  .footer .footer-middle h3 {
    font-size: 20px;
  }
  .footer .footer-middle .flexcon .wrap {
    width: 96%;
  }
  .footer .footer-bottom {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .container-01,
  .container-02 {
    width: 1280px;
  }
  .btn {
    padding: 6px 20px;
  }
  .tabs-flow label.line {
    width: 100px;
  }
  .tabs-flow h3 {
    font-size: 30px;
  }
  .tabs-flow .item {
    width: 23%;
  }
  .footer .footer-middle label.line {
    width: 100px;
  }
  .footer .footer-middle h3 {
    font-size: 30px;
  }
}
.footer-custom {
  background: #1f2937;
  color: #fff;
  padding: 40px 0;
  font-family: system-ui, -apple-system, sans-serif;
}

.footer-custom * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer-custom .footer-wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

/* 顶部四列：固定百分比宽度 */
.footer-custom .footer-top {
  display: grid;
  grid-template-columns: 16% 22% 35% 27%; /* 1列20%、2列30%、3列30%、4列20% */
  gap: 24px;
  margin-bottom: 32px;
}

/* 平板：两列 */
@media (max-width: 1024px) {
  .footer-custom .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
/* 手机：单列 */
@media (max-width: 767px) {
  .footer-custom .footer-top {
    grid-template-columns: 1fr;
  }
}
/* 通用标题 */
.footer-custom .f-title {
  font-size: 16px;
  margin-bottom: 16px;
  color: #f3f4f6;
}

/* 第1列：20% 40px固定宽高LOGO（非九宫格） */
.footer-custom .col-1 .logo-list {
  display: flex;
  flex-wrap: wrap; /* 超出自动换行 */
  gap: 12px; /* LOGO之间的间距 */
}

.footer-custom .col-1 .logo-item {
  width: 40px; /* 固定宽度40px */
  height: 40px; /* 固定高度40px */
  background: #374151;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* 防止被压缩 */
  overflow: hidden; /* 隐藏图片超出部分（如需填充） */
}

/* 关键：让图片完全填充40px容器 */
.footer-custom .col-1 .logo-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-custom .col-1 .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 填充容器，裁剪超出部分（完全填充） */
  /* 若想图片完整显示不裁剪，改用：object-fit: contain; */
}

/* 第2列：30% 表单 */
.footer-custom .col-2 form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-custom .col-2 input,
.footer-custom .col-2 textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #4b5563;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
}

.footer-custom .col-2 textarea {
  resize: none;
  min-height: 80px;
}

.footer-custom .col-2 button {
  padding: 10px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* 第3列：30% 资讯列表 */
.footer-custom .col-3 ul {
  list-style: none;
  padding-left: 20px;
}

.footer-custom .col-3 li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.footer-custom .col-3 a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 12px;
}

.footer-custom .col-3 a:hover {
  color: #fff;
}

/* 第4列：20% 三部分：联系方式、认证图标、可扩展 */
.footer-custom .col-4 .f-block {
  margin-bottom: 20px;
}

.footer-custom .col-4 .contact-row {
  font-size: 12px;
  color: #d1d5db;
  margin-bottom: 8px;
}

.footer-custom .col-4 .auth-icons {
  display: flex;
  gap: 8px;
}

.footer-custom .col-4 .auth-item {
  width: 36px;
  height: 36px;
  background: #374151;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d1d5db;
}

/* 底部版权 */
.footer-custom .footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #9ca3af;
}

/*# sourceMappingURL=index.css.map */
