@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

:root {
  --orange: #f85d00;
  --yellow: #fca700;
  --red: #ff3300;
  --white: #fff;
  --blue: #0080b9;
  --black: #333;
  --grey: #363636;
  --lightgrey: #ececec;
  --fontSize-12: 12px;
  --fontSize-13: 13px;
  --fontSize-14: 14px;
  --fontSize-15: 15px;
  --fontSize-16: 16px;
  --fontSize-18: 18px;
  --fontSize-20: 20px;
  --fontSize-22: 22px;
  --fontSize-24: 24px;
  --fontSize-26: 26px;
  --fontSize-28: 28px;
  --fontSize-30: 30px;
  --fontSize-32: 32px;
  --fontSize-34: 34px;
  --fontSize-36: 36px;
  --fontSize-38: 38px;
  --fontSize-40: 40px;
  --fontSize-42: 42px;
  --fontSize-48: 48px;
  --fontSize-64: 64px;
  --grey444: #444;
  --grey666: #666;
  --grey999: #999;
  --greyccc: #ccc;
  --greyeee: #eee;
  --greyddd: #ddd;
  --greydee: #dee2e6;
  --greyf1f1f1: #f1f1f1;
  --lh140: 140%;
  --lh160: 160%;
  --lh180: 180%;
  --lh200: 200%;
  --lh220: 220%;
  --vh100: 100vh;
}

body {
  color: var(--black);
  background: linear-gradient(to bottom, #e8d2bc, #ececec, #ececec);
}

body,
button,
input,
select,
textarea,
.form-select,
.form-control,
.btn {
  font-family: pingfang SC,
    helvetica neue,
    arial,
    hiragino sans gb,
    microsoft yahei ui,
    microsoft yahei,
    simsun,
    sans-serif;
  font-size: var(--fontSize-16);
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
h4,
h5,
h6,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
  -webkit-appearance: none;
}


address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

sub {
  bottom: 0
}

a {
  text-decoration: none;
  color: #010114
}

a:hover {
  color: var(--orange);
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: footer-help;
}

legend {
  color: var(--textColor);
}

fieldset,
img {
  border: 0;
  max-width: 100%;
}

a img {
  vertical-align: text-bottom;
}


textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

button,
input,
select {
  vertical-align: middle;
}

/* 更改输入框的 placeholder 文本颜色 */
input::placeholder,
textarea::placeholder {
  color: var(--grey666) !important
    /* 或者你想要的任何颜色值 */
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

.text-red {
  color: var(--red);
}

.text-blue {
  color: var(--blue);
}

.text-orange {
  color: var(--orange);
}

.text-grey {
  color: var(--grey);
}

.text666 {
  color: var(--grey666)
}

.text999 {
  color: var(--grey999);
}

.bg-grey {
  background: var(--grey);
}

.bg-red {
  background: var(--red);
}

.bg-blue {
  background: var(--blue);
}

.bg-lightgrey {
  background: var(--lightgrey);
}

.bg-lightgrey1 {
  background: var(--greyf1f1f1);
}

.bg-orange {
  background: var(--orange);
}


.text-capital {
  text-transform: uppercase
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}

.fw-900 {
  font-weight: 900;
}

.lh140 {
  line-height: 140%;
}

.lh160 {
  line-height: 160%;
}

.lh180 {
  line-height: 180%;
}

.lh200 {
  line-height: 200%;
}

.lh220 {
  line-height: 220%;
}

.pt-item {
  padding-top: 40px;
}

.pb-item {
  padding-bottom: 40px;
}

.icon-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient {
  background-image: linear-gradient(to right, #ff4f00, #f8a03c) !important;
}

.btn-default {
  background: linear-gradient(to right, #ff4f00, #f8a03c);
  border: 0;
}

.btn-default:hover {
  background: linear-gradient(to right, #f14f04, #fd9e31);
}

.btn-default:focus {
  border-color: #e46f2b;
  box-shadow: 0 0 0 .25rem rgba(228, 111, 43, .2);
}

.btn-orange {
  background: var(--orange);
}

.btn-orange:hover {
  background: #e45a04;
}

.btn-orange:focus {
  border-color: #e46f2b;
  box-shadow: 0 0 0 .25rem rgba(228, 111, 43, .2);
}

.btn-default,
.btn-default:hover,
.btn-orange,
.btn-orange:hover {
  color: var(--white);
}

.form-control:focus,
.form-select:focus {
  border-color: #e46f2b;
  box-shadow: 0 0 0 .25rem rgba(228, 111, 43, .2);
}

.table {
  margin-bottom: 0;
}

.table td {
  vertical-align: middle;
}

.table-layout-fixed {
  table-layout: fixed;
}

input.form-control,
button.btn,
select.form-select {
  height: 50px;
}

button.btn {
  font-size: var(--fontSize-18);
}

/**************滚动条样式**********/

::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, .1);
}


.form-check-input[type=radio] {
  width: 20px;
  height: 20px;
}

.form-check-input:checked[type=radio] {
  background: url(../images/checked.svg) no-repeat;
}

.form-check-input.form-check-input:focus {
  box-shadow: initial
}

.form-check-input:checked {
  background-color: initial;
  border: 0;
}

/**************框架公用样式**********/
.photo em {
  display: block;
  overflow: hidden;
}

.photo img {
  transition: 0.5s;
}

.photo:hover img {
  transform: scale(1.1);
}

.iconfont {
  font-size: inherit;
}

.container-fluid {
  max-width: 1530px;
}

.header-top {
  padding: 8px 0;
  font-size: var(--fontSize-15);
}

.header-top,
.header-top a {
  color: #707070;
}

.header-top a:hover {
  color: var(--orange);
}

.header-top .dropdown-toggle {
  cursor: pointer;
}

.header-top .dropdown-menu.show {
  margin-top: 6px !important;
}

.header-top .header-sina span {
  border: 1px solid #ddd;
  background: var(--white);
  padding: 2px 5px;
}

.header-top .header-sina img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.header-top .header-top-nav b {
  margin: 0 10px;
  color: #ccc;
}

header .logo {
  width: 240px;
  margin: 20px 0 0;
}

header .header-search {
  margin: 30px 0 0 10%;
  width: 60%;
}

header .header-search input.form-control {
  border: 1px solid var(--orange);
  height: 62px;
  border-radius: 15px;
  font-size: var(--fontSize-18);
  padding: 0 50px;
}

header .logo-search-nav .header-search i {
  position: absolute;
  font-size: var(--fontSize-26);
  color: #999;
  left: 15px;
  top: 12px;
}

header .logo-search-nav .header-search .btn {
  font-size: 20px;
  position: absolute;
  top: 6px;
  right: 10px;
  padding: 8px 25px;
}

header .header-ewm {
  height: 150px;
}

nav {
  font-size: var(--fontSize-20);
  margin-top: 30px;
}

nav a {
  padding-bottom: 18px;
  position: relative;
}

nav b {
  height: 15px;
  width: 2px;
  background: #999;
  display: inline-block;
  margin: 8px 50px 0;
}

nav a:hover,
nav a.current {
  color: var(--orange);
}

nav a.current::after,
nav a:hover:after {
  content: '';
  width: 100%;
  height: 5px;
  background: var(--orange);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

nav b:last-child {
  display: none;
}


.banner-icon {
  width: 72%;
}

.banner-icon .swiper-slide img {
  height: 516px;
  display: block;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--white);
  opacity: .6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.icon-list-link {
  background: linear-gradient(to bottom, #ffd5c0, #fff);
}

.icon-list-link a {
  margin: 0 30px;
}

.icon-list-link a img {
  width: 100px;
  margin-bottom: 15px;
}

.member-data {
  width: 27%;
}

.member-data .member-data-top {
  background: linear-gradient(to bottom, #ffe8ea, #fff);
}

.member-data .member-data-top h5 span {
  font-size: var(--fontSize-30);
}

.member-avatar span {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: var(--lightgrey);
  display: inline-block;
  font-size: 68px;
  border: 1px solid #ccc;
  border-radius: 10px;
}


.member-avatar span img {
  left: 0;
  width: 100%;
  object-fit: cover;
}

.member-avatar em {
  background-image: linear-gradient(to right, #4f3e50, #140e1a);
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  border-radius: 15px;
}

.member-avatar em i {
  color: #dfc184;
}

.member-avatar-id b {
  border-radius: 8px;
  background: #808080;
  color: var(--white);
  padding: 0 6px;
}

.member-avatar-id b,
.member-avatar-id .icon-copy {
  font-size: var(--fontSize-14);
}

.member-data-middle li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 23px 15px;
}

.member-data-middle li i {
  font-size: var(--fontSize-40);
  margin-right: 10px;
}

.member-data-middle li section span {
  font-size: var(--fontSize-18);
}

.ad-img {
  display: block;
  height: 192.8px;
  object-fit: cover;
}

.project-name {
  position: relative;
}

.project-name h3::before {
  content: '';
  width: 5px;
  height: 28px;
  background: var(--orange);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

.project-name a {
  font-size: var(--fontSize-18);
}

.project-name a:hover i {
  color: var(--orange);
}

.click-more {
  background: linear-gradient(to right, #ff4f00, #f8a03c);
  padding: 8px 20px;
  color: var(--white);
  font-size: var(--fontSize-18);
  transition: .3s;
}

.click-more:hover {
  color: var(--white);
  background: linear-gradient(to right, #f8a03c, #ff4f00);
}

.welfare-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffd4be;
  width: 32%;
  padding: 30px;
}

.welfare-list li h3 {
  line-height: 1.2;
}

.welfare-list li:last-child {
  background: #ffe6ca;
  border: 1px solid var(--red);
}

.welfare-list li img {
  width: 100px;
}

.product-list ul {
  gap: 1.5%;
}

.product-list li {
  width: 18.8%;
  white-space: nowrap;
  background: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
}

.product-list-recommend li:last-child {
  display: none;
}

.product-list .pro-img em {
  padding-bottom: 100%;
  position: relative;
}

.product-list .pro-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-list .pro-title span {
  color: var(--white);
  font-size: var(--fontSize-16);
  padding: 0 5px;
  border-radius: 5px;
}

.product-list li figure {
  padding: 10px;
}

.product-list li .pro-lable-coupon {
  margin: 10px 0;
}

.product-list .pro-lable-coupon span {
  color: var(--white);
  padding: 2px 2px 2px 5px;
  border-radius: 2px;
}

.product-list .pro-lable-coupon span+span {
  margin-left: 10px;
}

.product-list .pro-lable-coupon span b {
  background: #fff;
  color: var(--red);
  margin-left: 5px;
  padding: 0 5px;
  display: inline-block;
}

/* .product-list .pro-sale {
  border: 2px solid var(--red);
  padding: 2px;
  border-radius: 5px;
  font-size: var(--fontSize-18);
  line-height: 1.2;
}

.product-list .pro-sale span {
  width: 50%;
}

.product-list .pro-sale span:last-child {
  border-left: 1px solid var(--red);
}

.product-list .pro-sale span:last-child b {
  font-size: 12px;
} */

.product-list .pro-rebate {
  background: linear-gradient(to right, #ff4f00, #f8a03c);
  font-size: var(--fontSize-24);
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
  color: var(--white);
}

footer,
footer a,
.footer-bottom,
.footer-bottom a {
  color: var(--white);
}

footer dl img {
  width: 120px;
}

footer dl {
  width: 10%;
}

footer dl dt {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

footer dl dd a {
  padding: 5px 0;
  display: block;
}

footer dl:last-child {
  width: 15%;
}

.footer-bottom {
  background: var(--black);
}

.filter-list section {
  border-bottom: 1px solid var(--greyddd);
  position: relative;
  z-index: 5;
}

.filter-list section:last-child {
  border: 0;
}

.filter-list section h5 {
  width: 125px;
  padding: 15px 20px;
}

.filter-list section a {
  margin-left: 30px;
  font-size: var(--fontSize-18);
}

.filter-list section a img {
  display: none;
}

.filter-list section a:hover,
.filter-list section a.current {
  color: var(--orange);
}

.page-item.active .page-link {
  background-color: var(--orange);
  border-color: var(--orange);
}

.page-link {
  color: var(--black);
}

.page-link:hover {
  color: var(--orange);
  background-color: #fff;
}

.page-link:focus {
  color: var(--orange);
  box-shadow: 0 0 0 .25rem rgba(255, 75, 0, .25);
}

.project-name1 {
  background: linear-gradient(to right, #feb68e, #fdcd9b);
}

.article-list {
  width: calc(100% - 330px);
}

.hot-article,
.hot-products {
  width: 300px;
}

.article-content-list li {
  width: 49%;
  background: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 12px 0;
}

.article-content-list li img {
  width: 100%;
  height: 172px;
  object-fit: cover;
  display: block;
}

.article-content-list li>a {
  width: 60%;
  display: block;
}

.article-content-list li section {
  width: 36%;
}

.hot-article li,
.hot-products li {
  padding: 8px 0;
}

.hot-article li a,
.hot-products li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hot-article li em,
.hot-products li em {
  width: 30%;
  display: block;
}

.hot-article li h6,
.hot-products li section {
  width: 66%;
}

.hot-article li h6,
.hot-products li section h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 160%;
}

.hot-article li h6 {
  -webkit-line-clamp: 3;
}

.hot-products li section h6 {
  -webkit-line-clamp: 2;
}

.hot-products li section .pro-sale-price {
  font-size: var(--fontSize-14);
}

.hot-products li section .pro-sale-list h4 {
  font-size: var(--fontSize-18);
}

.hot-products li section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-rebate-list li {
  width: 49%;
  background: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 12px 0;
}

.article-rebate-list li em {
  padding-bottom: 100%;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}

.article-rebate-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}

.article-rebate-list li>a {
  width: 30%;
  display: block;
}

.article-rebate-list li section {
  width: 65%;
}

.login-register img {
  width: 40%;
}

.login-register .login-register-form {
  width: 45%;
}

.login-register .login-register-form {
  border-radius: 20px;
  overflow: hidden;
}

.login-register .login-register-form .tabbtn li {
  flex: 1;
  font-size: var(--fontSize-32);
  padding: 30px 0;
  background: var(--white);
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.login-register .login-register-form .tabbtn li span {
  position: relative;
  z-index: 5;
}

.login-register .login-register-form .tabbtn li::after {
  content: '';
  background: rgba(255, 75, 0, .1);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 0 20px 0 20px;
}

.login-register .login-register-form .tabbtn li:first-child::after {
  border-radius: 20px 0 20px 0;
}

.login-register .login-register-form .tabbtn li:last-child.current::after {
  border-radius: 20px 20px 0 0;
}

.login-register .login-register-form .tabbtn li.current::after {
  background: var(--white);
  border-radius: 0 20px 0 0;
}

.login-register .login-register-form .tabbtn li.current {
  background: rgba(255, 75, 0, .1);
  color: var(--orange);
  font-weight: bolder;
}

.login-register .login-register-form .tabbtn li.current::before {
  content: '';
  width: 62px;
  height: 8px;
  background: var(--orange);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 6;
}

.login-register .login-register-form figure {
  padding: 60px 50px;
  border-radius: 0 0 20px 20px;
}

.login-register .login-register-form section i {
  position: absolute;
  font-size: var(--fontSize-32);
  top: 22px;
  left: 32px;
}

.login-register .login-register-form .forgot-password {
  position: absolute;
  right: 40px;
  top: 28px;
  font-size: var(--fontSize-20);
}

.login-register .login-register-form section input {
  height: 90px;
  font-size: var(--fontSize-24);
  padding: 0 50px 0 80px;
  background: rgba(255, 75, 0, .1);
}

.login-register .login-register-form .btn {
  height: 90px;
  font-size: var(--fontSize-28);
}

.login-register .login-register-form section+section {
  margin-top: 40px;
}

.login-register .login-register-form section .forgot-password+input {
  padding: 0 140px 0 80px;
}

.article-title {
  border-bottom: 1px solid #ddd;
  padding: 0 0 30px;
}

.article-title h2 {
  font-size: var(--fontSize-36);
}

.article-title section a {
  border: 1px solid var(--orange);
  border-radius: 5px;
  padding: 0 5px;
  display: inline-block;
  color: var(--orange);
}

.article-title section a+a {
  margin-left: 5px;
}

.article-date {
  font-size: var(--fontSize-18);
}

.article-content {
  font-size: var(--fontSize-18);
}

.pro-content-list>img {
  width: 32%;
}

.pro-content-list figure {
  width: 65%;
}

.shop-list {
  border: 1px solid var(--greyccc);
  background: var(--lightgrey);
  padding: 4px 6px;
}

.shop-list img {
  width: 22px;
  height: 22px;
  display: block;
}

.shop-list h5 {
  line-height: 1.2;
}

.coupon-list {
  padding: 2px 2px 2px 10px;
}

.coupon-list b {
  margin-left: 5px;
  padding: 0 5px;
}

.pro-sale-content {
  border: 1px solid var(--greyccc);
  background: var(--lightgrey);
  padding: 2px 6px;
}

.pro-sale-list h2 {
  font-size: var(--fontSize-38);
}

.pro-sale-list h2 em {
  font-size: var(--fontSize-26);
}

.pro-sale-price {
  font-size: var(--fontSize-22);
}

.pro-sale-rebate {
  min-width: 200px;
  padding: 2px;
}

.pro-sale-rebate h4 {
  padding: 2px;
}

.pro-sale-rebate span {
  font-size: var(--fontSize-18);
  padding: 2px;
}

.pro-content-list figure .btn {
  font-size: var(--fontSize-22);
  min-width: 195px;
  font-weight: bolder;
}

.pro-details-name {
  background: var(--greyf1f1f1);
}

.pro-details-name::before {
  content: '';
  background: var(--orange);
  width: 5px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

.pro-details {
  font-size: var(--fontSize-18);
}

.member-center-menu {
  width: 16%;
  height: fit-content;
  position: sticky;
  top: 0;
}

.member-center-menu.fixednav {
  position: fixed;
  top: 0;
}

.member-center-menu li a {
  padding: 17px 35px;
  display: block;
  font-size: var(--fontSize-20);
  transition: .3s;
}

.member-center-menu li a:hover,
.member-center-menu li.current a {
  background: var(--orange);
  color: var(--white);
}

.member-center-content {
  width: 46%;
}

.member-center-content-amount li {
  width: 32%;
  background: linear-gradient(to bottom, #edcdaf, #ffebe1);
  padding: 22px 15px;
}

.member-center-content-amount li i {
  font-size: var(--fontSize-48);
  line-height: 1;
}

.member-center-content-amount .btn {
  padding: 8px 0;
  font-size: var(--fontSize-20);
}

.member-center-echarts {
  width: 35%;
  position: sticky;
  top: 0;
}

.member-btn {
  font-size: var(--fontSize-20);
}

.project-name2 section {
  border-bottom: 1px solid var(--greyddd);
}

.project-name2 h4 {
  position: relative;
}

.project-name2 h4::before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--orange);
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.project-name2 a {
  font-size: var(--fontSize-18);
  margin-bottom: 10px;
}

.project-name2 a:hover i {
  color: var(--orange);
}

.member-center-echarts-list {
  width: 49%;
  border-radius: 30px;
  padding: 20px 10px;
  background: var(--greyf1f1f1);
  margin-top: 1px;
}

.member-center-echarts-list li {
  flex: 1;
  padding: 0 10px;
}

.member-center-echarts-list li:first-child {
  border-right: 1px solid #ccc;
}

.member-center-echarts-list section {
  height: 569px;
}

.echarts-label li {
  margin-top: 8px;
  flex: 1 1 calc(25% - 12px);
}

.echarts-label li span {
  width: 40px;
  height: 20px;
  display: inline-block;
  background: #d56417;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 5px;
}

.echarts-label li:nth-child(2) span {
  background: #db1f16;
}

.echarts-label li:nth-child(3) span {
  background: #f40009;
}

.echarts-label li:nth-child(4) span {
  background: #e39b5a;
}

.echarts-label li:nth-child(5) span {
  background: #ffc300;
}

.echarts-label li:nth-child(6) span {
  background: #f28a2f;
}

.echarts-label li:nth-child(7) span {
  background: #02b5fb;
}

.echarts-label li:nth-child(8) span {
  background: #8bb923;
}

.echarts-label li:nth-child(9) span {
  background: #111111;
}

.echarts-label li:nth-child(10) span {
  background: #ff4a08;
}

.echarts-label li:nth-child(11) span {
  background: #e1017e;
}

.echarts-label li:nth-child(12) span {
  background: #93c0ea;
}

.echarts-label li:nth-child(13) span {
  background: #5e92df;
}

.echarts-label li:nth-child(14) span {
  background: #2577e2;
}

.echarts-label li:nth-child(15) span {
  background: #9481f5;
}

.echarts-label li:nth-child(16) span {
  background: #6e6ee0;
}

.member-center-main {
  width: 82.5%;
}

.member-center-main .tabbtn {
  gap: 2%;
}

.member-center-main .tabbtn li {
  width: 15%;
  text-align: center;
  background: var(--greyf1f1f1);
  border-radius: 5px;
  font-size: var(--fontSize-18);
  cursor: pointer;
  transition: .3s;
}

.member-center-main .tabbtn li a {
  display: block;
  padding: 8px;
  white-space: nowrap;
}

.member-center-main .tabbtn li:hover,
.member-center-main .tabbtn li.current {
  background: var(--orange);
}

.member-center-main .tabbtn li:hover,
.member-center-main .tabbtn li:hover a,
.member-center-main .tabbtn li.current,
.member-center-main .tabbtn li.current a {
  color: var(--white);
}

.member-center-main-islink .tabbtn li {
  margin: 8px 0;
}

.links-content {
  white-space: nowrap;
}

.remark-title {
  padding-left: 125px;
}

.project-name3 h4::before {
  content: '';
  background: var(--orange);
  width: 5px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  border-radius: 2px;
}

.project-name3 a i {
  font-size: var(--fontSize-14);
}

.links-content .btn {
  width: 240px;
  font-size: var(--fontSize-18);
}

.islinkrecord-date {
  font-size: var(--fontSize-18);
}

.islinkrecord-content {
  border: 1px solid var(--greyddd);
}

.islinkrecord-content li {
  width: 49%;
  border: 1px solid var(--greyddd);
  padding: 10px;
  height: 300px;
  position: relative;
}

.islinkrecord-content li textarea {
  height: calc(100% - 90px);
  border: 0;
  display: block;
}

.islinkrecord-btn {
  bottom: 15px;
}

.islinkrecord-btn button.btn {
  height: auto;
}

.member-information {
  width: 55%;
  font-size: var(--fontSize-18);
}

.member-information section {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.member-information section label {
  width: 120px;
}

.member-information section .btn,
.promotion-img .btn {
  width: 150px;
  font-size: var(--fontSize-18);
}

.member-information .member-delete-user .btn {
  width: auto;
}

.authorization-binding table,
.authorization-binding section {
  flex: 1;
}

.authorization-binding>h5 {
  padding: 5px 15px;
  border: 1px solid var(--greydee);
  border-bottom: 0;
}

.authorization-binding section {
  border: 1px solid var(--greydee);
  border-left: 0;
}

.authorization-binding .table span {
  margin-left: 10px;
}

.retrieve-order .btn,
.member-order-search .btn {
  width: 100px;
}

.member-order-search .btn {
  margin-left: -5px;
}

.member-order-search .form-select {
  width: 20%;
  margin-left: 15px;
}

.member-tabbtn li {
  width: 15%;
  text-align: center;
  font-size: var(--fontSize-18);
  cursor: pointer;
}

.member-tabbtn li a {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  background: var(--greyf1f1f1);
}

.member-tabbtn li.current a,
.member-tabbtn li a:hover {
  background: var(--orange);
  color: var(--white);
}

.member-tabbtn li+li {
  margin-left: 2%;
}

.member-order-list dl {
  border: 1px solid var(--greydee);
  margin-top: 15px;
}

.member-order-list dl dd figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: -webkit-fill-available;
}

.member-order-list dl dd figure h6 {
  max-width: 100%;
}

.member-order-list dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.member-order-list dl dt img {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.member-order-list dl dd {
  display: flex;
}

.member-order-list dl dd:first-child {
  width: calc(100% - 420px);
}

.member-order-list-other dl dd:first-child {
  width: calc(100% - 320px);
}

.member-order-list dl dd .member-order-paid {
  padding: 1px 8px;
  background: rgba(210, 126, 75, .3);
  display: inline-block;
}

.member-order-list dl dd img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 1px solid var(--greydee);
}

.member-order-list dl dd:last-child {
  align-items: center;
}

.member-order-list dl .member-order-rebate {
  font-size: var(--fontSize-18);
  padding: 5px 15px;
}

.member-order-list-other dl .member-order-rebate {
  font-size: var(--fontSize-16);
  padding: 0 10px;
  display: inline-block;
}

.member-order-list-other dl dt {
  padding: 10px 15px;
}

.member-order-list.member-order-list-other dl dt .member-order-shopname {
  width: calc(100% - 330px);
}

.member-order-list.member-order-list-other dl dt h5 {
  width: calc(100% - 40px);
}

.member-order-list dl dd:last-child section {
  display: flex;
  flex-direction: column;
}

.member-order-list dl dd:last-child section span {
  margin: 5px 0;
}

.member-order-list.member-order-list-other dl dd:last-child section {
  justify-content: space-between;
}

.member-order-list dl dd:last-child section span b {
  font-weight: normal;
}

.member-order-list dl dt .member-order-shopname {
  width: calc(100% - 400px);
}

.member-order-list dl dt h5 {
  width: calc(100% - 80px);
}

.member-order-rebate-wapcode {
  display: none !important;
}



.promotion-img .swiper-slide {
  width: 22%;
  padding: 5px;
  border: 3px solid #fff;
}

.promotion-img .swiper-slide:hover {
  border: 3px solid var(--orange);
}

.promotion-img .swiper-slide img {
  display: block;
}

.member-link-content {
  font-size: var(--fontSize-18);
}

.financial-records .tabbtn {
  width: 150px;
}

.financial-records .tabbtn li {
  width: 100%;
  margin-bottom: 10px;
}

.financial-records .tabcon ul {
  width: calc(100% - 180px);
  margin-left: auto;
  gap: 2%;
}

.financial-records .tabcon ul li {
  background: linear-gradient(to bottom, #edcdaf, #ffebe1);
  padding: 40px 20px;
  width: 23.5%;
}


.financial-records .tabcon section {
  height: 450px;
  margin-top: 50px;
}

.zs-member {
  gap: 2%;
}

.zs-member li {
  width: 10.75%;
  text-align: center;
}

.zs-member li em {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.zs-member li img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}

.rebate-list-links li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--greyddd);
  padding-bottom: 15px;
  margin-bottom: 15px;
  gap: 2.5%
}

.rebate-list-links li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rebate-list-links li img {
  width: 75px;
  height: 75px;
  border-radius: 20px;
}

.rebate-list-links li section {
  flex: 1 0 0%;
  line-height: 1.2;
  padding: 0 5px;
}

.rebate-list-links li section p {
  font-size: var(--fontSize-12);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rebate-list-links li .btn {
  font-size: var(--fontSize-14);
  height: 35px;
}

.rebate-text,
.rebate-content {
  font-size: var(--fontSize-15);
}

.rebate-text p {
  margin: 5px 0;
}

.table-instructions thead tr {
  background: var(--orange);
}

.table-instructions tbody tr {
  background: rgb(248, 93, 0, .4);
}

.table-instructions tbody tr:nth-child(2n),
.rebate-text,
.rebate-activity li h6 {
  background: rgb(248, 93, 0, .2);
}

.table-instructions tbody,
.table-instructions td,
.table-instructions th,
.table-instructions thead {
  border-color: #fff;
}

.rebate-activity li {
  margin-top: 15px;
}

.rebate-activity li h6 {
  padding: 5px 15px;
  text-align: center;
  font-size: var(--fontSize-15);
}

.rebate-activity li img {
  width: 100%;
}

.life-list-link {
  gap: 1%;
}

.life-list-link a {
  width: 24.25%;
  font-size: var(--fontSize-13);
  text-align: center;
  margin-bottom: 15px;
}

.life-list-link a span {
  display: block;
}

.life-list-link a img {
  width: 75%;
  margin-bottom: 5px;
  border-radius: 10px;
}

.recharge-order-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.recharge-order-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--greyccc);
}

.recharge-order-list li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recharge-order-list li section {
  width: calc(100% - 100px);
}

.recharge-order-list li img {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 15px;
  border: 1px solid var(--greyeee);
}

.recharge-amount-list {
  gap: 2%;
}

.recharge-amount-list li {
  width: 23.5%;
  text-align: center;
  font-size: var(--fontSize-14);
}

.recharge-amount-list li em {
  display: block;
  position: relative;
  padding-bottom: 90%;
  margin: 0 auto 5px;
  width: 90%;
  border: 1px solid var(--greyccc);
  border-radius: 15px;
}

.recharge-amount-list li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.recharge-show p {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  align-items: center;
}

.recharge-show p b {
  max-width: 112px;
}

.recharge-show p select {
  width: calc(100% - 120px);
}

.pay-list {
  height: 160px;
  overflow: hidden;
}

.pay-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  height: 45px;
}

.pay-list li label {
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.pay-list li i {
  font-size: var(--fontSize-30);
}

.pay-list li img {
  width: 30px;
}

.pay-list li h6 {
  margin-left: 10px;
}

.pay-list li h6 span {
  font-size: 15px;
}

.pay-list.active {
  height: auto;
}

.pay-more i {
  transform: rotate(90deg);
  display: inline-block;
  transition: .3s;
}

.pay-more.active i {
  transform: rotate(-90deg);
}

.pay-intotal {
  padding: 12px 15px;
  bottom: 0;
  left: 0;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.08);
}

.pay-intotal button.btn {
  height: 50px;
  font-size: var(--fontSize-18);
}

.videos-list {
  gap: 1.5%;
}

.videos-list li {
  width: 18.48%;
  background: var(--white);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.videos-list li em {
  display: block;
  position: relative;
}

.videos-list li a em::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.videos-list li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fontSize-48);
  color: var(--white);
  z-index: 5;
}

.videos-list li h6 {
  padding: 12px;
}

.shop-sale-filter {
  margin: 30px 0 20px;
}

.shop-sale-filter,
.shop-sale-list li {
  background: #ffeadc;
  border-radius: 10px;
}

.shop-sale-filter figure {
  padding: 8px 0 8px 10px;
}

.shop-sale-filter figure:first-child {
  border-bottom: 1px solid var(--red);
}

.shop-sale-filter figure section {
  border-right: 1px solid var(--red);
}

.shop-sale-filter figure a {
  padding: 0 6px;
}

.shop-sale-filter figure section a.current {
  color: var(--red);
  font-weight: bolder;
}

.shop-sale-list li {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.shop-sale-list li img {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 15px;
}

.shop-sale-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.shop-sale-list li article {
  width: calc(100% - 100px);
}

.shop-sale-list li article h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.footer-nav {
  bottom: 0;
  z-index: 5;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.08);
}

.footer-nav li {
  line-height: .98;
}

.footer-nav li img {
  width: 35px;
}

.footer-nav li i {
  font-size: var(--fontSize-36);
}

.footer-nav li span {
  display: block;
  margin-top: 10px;
  font-size: var(--fontSize-14);
}

.footer-nav li.current {
  transform: scale(1.1);
}

.footer-nav li.current span {
  font-weight: bolder;
}

.footer-nav li em {
  background: linear-gradient(to right, #ff4f00, #f8a03c);
  color: var(--white);
  display: inline-block;
  padding: 6px;
  border-radius: 5px;
}

.footer-nav li em i {
  font-size: var(--fontSize-24);
}

.empty-height {
  height: 75px;
}


/* 客服 */
.online-service {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: 1px solid var(--greyccc);
}

.online-service li {
  position: relative;
}

.online-service li a {
  background: var(--white);
  padding: 8px 10px;
  text-align: center;
  border-bottom: 1px solid var(--greyccc);
  width: 80px;
  transition: .3s;
  display: block;
  line-height: 1.2;
}

.online-service li a i {
  font-size: var(--fontSize-40);
  color: var(--orange);
}

.online-service li span {
  font-size: 14px;
  display: block;
}

.online-service li i {
  font-size: 20px;
}

.online-service li:last-child a {
  background: var(--orange);
  padding: 15px 10px;
}

.online-service li:last-child a i {
  font-size: 20px;
}

.online-service li:last-child a span {
  font-size: var(--fontSize-18);
}

.online-service li section {
  display: none;
  position: absolute;
  left: -122px;
  top: 0;
  background: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.online-service li section img {
  width: 120px;
}

.online-service li:hover section {
  display: block;
}

.online-service li a:hover {
  background: var(--orange);
  color: var(--white);
}

.online-service li:last-child a,
.online-service li:last-child a i,
.online-service li a:hover i {
  color: var(--white);
}

@media screen and (max-width:1600px) {
  .container-fluid {
    width: 90%;
  }

  .member-order-list-other dl dd section em {
    padding: 2px 5px;
  }

  .member-order-list-other dl dd:last-child section {
    font-size: var(--fontSize-15);
  }
}

@media screen and (max-width:1440px) {
  .member-order-list-other dl dd:first-child {
    width: calc(100% - 290px);
  }

  .member-order-list-other dl dd:last-child section,
  .member-order-list-other dl dd section em,
  .product-list .pro-lable-coupon span {
    font-size: var(--fontSize-14);
  }

  .member-order-list-other dl dd section em {
    padding: 2px;
    margin-left: 0 !important;
  }

  .product-list .pro-rebate {
    font-size: 22px;
  }

  .product-list li figure h5 {
    font-size: 18px;
  }

  .echarts-label li,
  .product-list .pro-title span {
    font-size: var(--fontSize-15);
  }

  .echarts-label li span {
    width: 28px;
  }
}

@media screen and (max-width:1300px) {
  .container-fluid {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  ::-webkit-scrollbar {
    width: 0;
  }

  html,
  body {
    min-height: 100%;
    height: 100%;
  }

  body {
    background-image: linear-gradient(to bottom, #ecc8a9 0%, #ebf2ea 20%, #ebf2ea 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .shop-sale {
    background: red url('../images/sg_bg.webp') top no-repeat;
    background-size: 100% auto;
  }

  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .member-order-list dl article.p-3,
  .member-center-content>.p-3,
  .member-center-main>.p-3,
  .shop-sale-list li,
  .article-list .p-3 {
    padding: 12px !important;
  }

  /* body {
    background: url(../images/bg.webp) top no-repeat;
    background-size: 100%;
  } */

  input.form-control,
  button.btn,
  select.form-select {
    height: 40px;
  }

  .header-top,
  .online-service,
  footer,
  .footer-bottom,
  header .header-ewm,
  .member-data-middle,
  .ad-img,
  .welfare-list li .click-more,
  .project-name h3::before,
  .filter-list section:first-child h5,
  .header-wap-top h3+a,
  .products-wap-list::after,
  .hot-article,
  .login-register img,
  .header-top,
  .member-center-wap header,
  .member-center-menu ul,
  .member-content-amount-btn button:nth-of-type(2),
  .member-center-other::after,
  .login-register-wap header,
  .member-recharge-wap header,
  .member-recharge-wap .member-center::after,
  .member-recharge-wap .member-center::before,
  .member-order-list dl dd:last-child section span b,
  .member-order-list dl dt .member-order-shopname+span {
    display: none !important;
  }

  .product-list-recommend li:last-child,
  .filter-list section a img,
  .welfare-list li h3 span,
  .login-register h1 span,
  .member-order-rebate-wapcode {
    display: block !important;
  }

  .hot-products ul,
  .pro-sale-rebate,
  .filter-list section:first-child a,
  .member-data .member-data-top,
  .financial-records .tabbtn,
  .official-account-main {
    display: flex;
  }

  .login-register h1 {
    font-size: var(--fontSize-48);
  }

  .login-register h1 span {
    font-size: var(--fontSize-30);
  }

  .login-register .login-register-form .tabbtn li,
  .pro-sale-list h2 {
    font-size: var(--fontSize-28);
  }

  .article-title h2,
  .login-register .login-register-form section i,
  .header-title-wap section {
    font-size: var(--fontSize-24);
  }

  .member-data .member-data-top h5 span,
  .project-name h3,
  .login-register .login-register-form section input,
  .project-name2 h3 {
    font-size: var(--fontSize-20);
  }

  .product-list .pro-rebate,
  .product-list .pro-rebate .pro-content-list figure h4,
  .pro-sale-price,
  .pro-content-list figure .btn,
  .project-name3 h4,
  .project-name2 h4 {
    font-size: var(--fontSize-18);
  }

  .product-list .pro-title h5,
  header .header-search input.form-control,
  .icon-list-link a h4,
  .project-name a,
  .member-data .member-data-top h5,
  header .header-wap-top form input.form-control,
  header .logo-search-nav.header-wap-top form .btn,
  .article-date,
  .article-content,
  .member-center-content-amount .btn,
  button.btn,
  .project-name2 a,
  .member-information section .btn,
  .member-tabbtn li,
  .financial-records .tabcon ul li h5,
  .member-center-main .tabbtn li,
  .pro-details,
  .project-name3 h4 span,
  header .logo-search-nav .header-search i,
  .shop-list h5,
  .member-order-list dl dt h5,
  .islinkrecord-date {
    font-size: var(--fontSize-16);
  }

  header .logo-search-nav .header-search .btn,
  .welfare-list li h3,
  .project-name h3 span,
  .filter-list section:last-child h5,
  .member-amount-btn a,
  .member-information,
  .member-order-list dl dd figure h6,
  .member-order-list dl dd section span,
  .member-order-list dl dd .member-order-paid,
  .member-order-list dl dd:last-child>div,
  .member-link-content,
  input.form-control,
  button.btn,
  select.form-select,
  .filter-list section a,
  .member-order-list-other dl .member-order-rebate,
  .member-order-list dl dd:last-child section.member-order-rebate-wapcode,
  .member-order-list dl dd:last-child section.member-order-rebate-wapcode span,
  .member-order-list-other dl dd figure span {
    font-size: var(--fontSize-15);
  }

  .product-list .pro-title span,
  .project-name i,
  .hot-products li section .pro-sale-price,
  .member-center-content-amount li h6,
  .member-center-echarts-list li,
  .echarts-label li,
  .member-order-list dl dt span,
  .member-order-list dl dd:last-child section,
  .link-content .tabbtn li,
  .zs-member li,
  .remark-title,
  .table,
  .islinkrecord-content li textarea,
  .islinkrecord-content li section {
    font-size: var(--fontSize-14)
  }

  .member-order-list dl dd:last-child section span,
  .rebate-list-links li .btn {
    font-size: var(--fontSize-13);
  }


  .banner-icon,
  .member-data,
  header .header-wap-top .header-search,
  .article-list,
  .article-rebate-list li,
  .article-content-list li,
  .pro-content-list>img,
  .pro-content-list figure,
  .shop-list,
  .hot-products,
  .pro-sale-rebate,
  .hot-products li em,
  .hot-products li section,
  header .header-search input.form-control,
  .logo-search-nav,
  .login-register .login-register-form,
  .member-center-menu,
  .member-center-content,
  .member-center-echarts,
  .member-center-main,
  .member-information,
  .member-order-search .form-select,
  .member-order-list dl dd:last-child section,
  .member-order-list dl dd:first-child,
  .member-order-list dl dd,
  .financial-records .tabbtn,
  .financial-records .tabcon ul,
  .member-order-list dl dt .member-order-shopname,
  .member-order-list.member-order-list-other dl dt .member-order-shopname,
  .member-order-list-other dl dd figure>div,
  .islinkrecord-content li {
    width: 100%;
  }

  /* .member-center-wap .container-fluid,
  .login-register-wap .container-fluid,
  .member-recharge-wap .container-fluid {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
  } */

  .project-name h3 span {
    padding: 2px 8px;
    vertical-align: middle;
    margin: -2px 0 0 8px;
  }

  .shop-list h5 {
    font-weight: normal;
  }

  .member-data {
    margin-top: -160px;
  }

  .project-name2 h4 {
    padding-bottom: 12px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }

  .member-tabbtn li,
  .filter-list section h5 {
    width: auto;
  }

  .banner-icon .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
  }

  .banner-icon .swiper-slide img {
    height: auto;
  }

  header.bg-white,
  .filter-list section,
  .member-center-menu.bg-white,
  .member-center-main.bg-white {
    background-color: initial !important;
  }

  header .logo {
    width: auto;
    height: 38px;
  }

  header .logo-search-nav .header-search .btn {
    padding: 0 10px;
    right: 6px;
    top: 5px;
    height: 30px;
  }

  header .header-wap-top .header-search .btn {
    padding: 0 20px;
    height: 35px;
    right: 5px;
    top: 5px;
  }

  header .logo-search-nav .header-search i {
    top: 8px;
    left: 10px;
  }

  .logo-search-nav {
    padding: 15px 0;
  }

  header .header-search input.form-control {
    height: 40px;
    padding: 0 70px 0 30px;
  }

  header .header-wap-top .header-search input.form-control {
    height: 45px;
    padding: 0 80px 0 35px;
  }

  header .logo-search-nav.header-wap-top .header-search i {
    top: 11px;
    left: 12px;
  }

  header .header-search {
    width: calc(100% - 135px);
  }

  header .header-search,
  header .logo {
    margin: 0;
  }

  header .header-search input.form-control,
  .filter-list section:last-child h5,
  .products-wap-list .product-list,
  .article-rebate-list li,
  .article-content-list li {
    background: none;
  }

  .header-title-wap section {
    background: rgba(255, 255, 255, .5);
    padding: 6px 0;
    border-radius: 5px;
  }

  .header-title-wap section>a {
    padding: 0 8px;
    line-height: .9;
    background-image: linear-gradient(to bottom, #dd2621, #dd8029);
  }

  .header-title-wap section>a:first-child {
    border-right: 1px solid var(--greyccc);
  }

  .header-title-wap section .dropdown-menu {
    min-width: inherit;
  }

  .header-title-wap section .dropdown-menu li a.current {
    background: var(--orange);
    color: var(--white);
  }

  .icon-list-link {
    background: initial !important;
    padding: 60px 0 10px !important;
    position: relative;
    z-index: 5;
  }

  .icon-list-link a {
    margin: 0 5px;
  }

  .icon-list-link a img {
    width: 80%;
    margin-bottom: 10px;
  }

  .member-data .member-data-top {
    background: linear-gradient(to bottom, #eed2c0, #eee3c5);
    justify-content: space-around;
    border-radius: 80px;
    padding: 0 20px;
    border: 1px solid rgba(206, 199, 177, .3);
  }

  .product-list ul,
  .logo-search-nav,
  .hot-products ul,
  .filter-list section:first-child,
  .pro-shop-btn,
  .member-tabbtn,
  .link-content .tabbtn,
  .videos-list {
    justify-content: space-between;
  }

  .hot-products ul {
    margin-bottom: 15px;
  }

  .hot-products ul,
  .filter-list section:first-child a {
    flex-wrap: wrap;
  }

  .pro-sale-rebate,
  .filter-list section:first-child a,
  .logo-search-nav,
  .member-data .member-data-top {
    align-items: center;
  }

  .product-list li,
  .hot-products ul li,
  .videos-list li {
    width: 48.5%;
    margin-bottom: 10px;
  }

  .product-list li figure {
    padding: 8px;
  }

  .product-list .pro-title span {
    padding: 0 3px;
  }

  .product-list .pro-lable-coupon span {
    padding: 2px;
    font-size: var(--fontSize-13);
  }

  .product-list .pro-lable-coupon span b {
    padding: 0 2px;
  }

  .product-list .pro-lable-coupon span+span {
    margin-left: 5px;
  }


  .welfare-list,
  .welfare-list li {
    border-radius: 10px;
  }

  .welfare-list {
    background: linear-gradient(to bottom, #f9eced, #fff);
    padding: 10px;
    border: 4px solid var(--white);
  }

  .welfare-list li {
    padding: 8px;
    width: auto;
    width: 28%;
  }

  .welfare-list li:last-child {
    width: 40%;
  }

  .welfare-list li img {
    width: 35px;
  }

  .product-list,
  .product-list ul,
  .member-center-menu,
  .member-center-earn,
  .financial-records .tabbtn {
    position: relative !important;
  }

  .product-list {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: 15px;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
  }

  .product-list ul,
  .product-list .project-name {
    z-index: 5;
  }

  .product-list::after {
    content: '';
    height: 100%;
    width: calc(100% - 8px);
    margin: 0 auto;
    position: absolute;
    background: linear-gradient(to bottom, #f8f1e8, #eaebec);
    top: 4px;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 10px 10px 0 0;
  }

  .hot-products li section h6 {
    margin: 5px 0;
    line-height: 150%;
  }

  .filter-list,
  .products-wap-list .product-list {
    padding: 0;
  }

  .filter-list section:first-child {
    border: 0;
  }

  .filter-list section:first-child a {
    margin-left: 0;
    text-align: center;
    padding: 10px 0 20px;
    justify-content: center;
    flex-direction: column;
    flex: 1;
  }

  .filter-list section:first-child a.current {
    background: linear-gradient(to bottom, #ff4f00 0%, #fff 80%);
    border-radius: 15px 15px 0 0;
  }

  .filter-list section:first-child a img {
    width: 70%;
    margin-bottom: 5px;
    max-width: 60px;
  }

  .filter-list section:last-child {
    background-color: #f6eade !important;
    margin: 0 10px;
  }

  .filter-list section:last-child a {
    margin-left: 10px;
  }

  .filter-list section:last-child a.current {
    border-radius: 50em;
    background: #e8cba8;
    padding: 0 6px;
    color: var(--black);
  }

  .filter-list section:last-child h5,
  .member-tabbtn li a,
  .member-order-list dl dt {
    padding: 6px 10px;
  }

  .filter-list section:last-child h5::after {
    content: ':';
  }

  .products-wap-list {
    background: linear-gradient(to bottom, #fff 0%, #e9eeee 20%, #e9eeee 100%);
    padding-top: 50px;
    margin-top: -42px;
    border-radius: 10px 10px 0 0;
  }

  .pagination .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
  }

  .pagination .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
  }

  .pagination .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
  }

  /* .article-list,
  .hot-products {
    padding-bottom: 15px;
  } */

  .article-list {
    border: 1px solid var(--grey999);
  }

  .article-title {
    padding: 15px 0;
  }

  .article-rebate-list,
  .article-list ul {
    padding: 0 15px 15px;
  }

  .article-rebate-list li,
  .article-content-list li {
    border-bottom: 1px solid var(--grey999);
    padding: 15px 0;
    margin: 0;
  }

  .article-content-list li>a {
    width: 40%;
  }

  .article-content-list li img {
    height: 100px;
  }

  .article-content-list li section {
    width: 56%;
  }

  .article-wap-list {
    border: 0;
  }

  .pro-sale-rebate h4,
  .pro-sale-rebate span {
    flex: 1;
  }

  .pro-content-list>img,
  .member-amount-btn {
    padding-bottom: 15px;
  }

  .pro-details-name {
    background: var(--white);
    border-bottom: 1px solid var(--greyddd);
  }

  .pro-content-list figure .btn {
    height: 40px;
    min-width: auto;
  }

  .pro-shop-btn .btn,
  .member-content-amount-btn .btn,
  .financial-records.financial-records-wap .tabcon ul li {
    width: 48% !important;
  }

  .member-content-amount-btn .btn {
    border-radius: 5px !important;
  }

  .login-register .login-register-form {
    margin-top: 40px;
  }

  .login-register h1 span {
    margin-top: 10px;
  }

  .login-register .login-register-form figure {
    padding: 50px 20px;
  }

  .login-register .login-register-form section+section,
  .financial-records .tabcon section {
    margin-top: 30px;
  }

  .financial-records .tabcon section {
    padding-bottom: 20px;
  }

  .login-register .login-register-form .tabbtn li,
  .member-information {
    padding: 20px 0;
  }

  .login-register .login-register-form .btn,
  .login-register .login-register-form section input {
    height: 75px;
  }

  .login-register .login-register-form section i {
    left: 25px;
    top: 19px;
  }

  .login-register .login-register-form section input {
    padding: 0 30px 0 60px;
  }

  .login-register .login-register-form section .forgot-password+input {
    padding: 0 100px 0 60px;
  }

  .login-register .login-register-form .forgot-password {
    top: 22px;
  }

  .login-other-way h5 {
    margin-top: 20px;
  }

  .login-other-way h5::before,
  .login-other-way h5::after {
    content: '';
    height: 1px;
    width: 20%;
    display: block;
    background: var(--greyddd);
    margin: 0 10px;
  }

  .login-other-way article a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(248, 93, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fontSize-24);
    margin: 0 15px;
  }

  .login-register .login-register-form .tabbtn li.current::before {
    height: 6px;
  }

  .member-center::after,
  .member-center::before,
  .member-center-wap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    left: 0;
    border-radius: 25px 25px 0 0;
  }

  .member-center::after {
    background: linear-gradient(to bottom, #ffd6cc 0%, #ebf2ea 100%);
    top: 148px;
    z-index: -1;
  }

  .member-center::before {
    top: 142px;
  }

  .member-center::before,
  .member-center-wap::after {
    background: var(--white);
    z-index: -2;
  }

  .member-center-wap::after {
    border: 0;
    top: 160px;
  }

  .member-center-other::before {
    top: 90px;
  }

  .member-center-content-amount {
    border-radius: 20px;
    margin-top: 25px;
    padding: 30px 15px 15px;
  }

  .member-center-content-amount li {
    padding: 0 10px 15px 10px;
    text-align: center;
    background: linear-gradient(to bottom, #edcdaf 0%, #fff9f6 80%);
  }

  .member-center-content-amount li i {
    margin-top: -20px;
    display: inline-block;
  }

  .member-center-earn {
    padding: 10px 15px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }

  .member-center-earn::after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #f5ab75 0%, #f5c682 100%);
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    z-index: -3;
  }

  .member-amount-btn a {
    text-align: center;
    background: var(--greyf1f1f1);
    border-radius: 5px;
    padding: 8px 10px;
    width: 24%;
  }

  .member-center-echarts-list section {
    height: 450px;
  }

  .member-center-echarts-list li {
    padding: 0 5px 0 0;
  }

  .member-center-echarts-list li:last-child {
    padding: 0 0 0 5px;
  }

  .member-center-echarts-list {
    padding: 20px 5px;
  }

  .member-avatar span {
    width: 65px;
    height: 65px;
    font-size: 60px;
  }

  .echarts-label li {
    width: auto;
    min-width: 18%;
  }

  .echarts-label li span {
    width: 28px;
    height: 18px;
  }

  .member-information section label {
    width: 85px;
  }

  .authorization-binding table,
  .authorization-binding section {
    flex-basis: 100%;
  }

  .authorization-binding section {
    border: 1px solid var(--greydee) !important;
  }

  .project-name3 h4::before {
    height: 20px;
  }

  .member-order-search input.form-control {
    width: calc(100% - 100px);
  }

  .member-order-search .form-select {
    margin-top: 12px;
    margin-left: 0;
  }

  .member-tabbtn li+li {
    margin-left: 0;
  }

  .member-order-list dl dt span {
    width: calc(100% - 40px);
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
  }

  .member-order-list dl dd:first-child {
    margin-bottom: 6px;
  }

  .member-order-list dl dd:last-child {
    flex-wrap: wrap;
  }

  .member-order-list dl article,
  .member-order-list dl dd:last-child {
    position: relative;
  }

  .member-order-list dl dd .member-order-rebate {
    padding: 1px 8px;
    position: absolute;
    right: 0;
    bottom: 86px;
  }

  .member-order-list dl dd .member-order-paid {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0 !important;
  }

  .member-order-list-other dl dd .member-order-paid,
  .member-order-list-other dl dd .member-order-rebate {
    position: relative;
  }

  .member-order-list-other dl dd .member-order-rebate {
    margin-left: 0 !important;
    bottom: inherit;
    float: right;
  }

  .member-order-list dl dd figure {
    justify-content: flex-start;
    width: calc(100% - 100px);
    position: relative;
  }

  .member-order-list-other dl dd figure {
    justify-content: space-between;
  }

  .member-order-list dl dd figure h6 {
    margin-bottom: 10px;
  }

  .member-order-list-other dl dd figure h6 {
    margin-bottom: 0;
  }

  .member-order-list-other dl dd section em {
    padding: 2px 5px;
  }

  .member-order-list dl dd:last-child section {
    border-top: 1px solid var(--greyeee);
    margin-top: 8px;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .member-order-list dl dd:last-child section span,
  .member-order-list dl dd:last-child section span+span {
    margin: 0;
  }

  .member-order-list dl dt h5 {
    width: calc(100% - 35px);
  }

  .promotion-img .swiper-slide {
    width: 35%;
    padding: 2px;
  }

  .promotion-img {
    margin-top: 15px;
  }

  .member-link-content {
    line-height: 180%;
  }

  .member-link-content p {
    margin: 5px 0;
  }

  .financial-records.financial-records-wap .tabcon ul li {
    margin: 3px 0;
  }

  .financial-records .tabbtn li,
  .financial-records .tabcon ul li {
    width: 32%;
  }

  .financial-records .tabcon ul li {
    padding: 15px 10px;
  }

  .financial-records .tabcon section {
    height: 300px;
  }

  .financial-records {
    margin-top: 20px;
  }

  .member-center-main .tabbtn {
    gap: 2%;
  }

  .member-center-main .tabbtn li {
    width: auto;
  }

  .financial-records .tabbtn li {
    width: 32%;
    font-size: var(--fontSize-16);
  }

  .links-content {
    white-space: wrap;
  }

  .link-content .tabbtn li {
    width: -webkit-fill-available;
    white-space: nowrap;
  }

  .zs-member li em {
    margin-bottom: 5px;
  }

  .official-account-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .official-account-main .member-center-main-islink {
    width: 80px;
    margin-left: -15px;
    background-image: linear-gradient(to bottom, #fdd7ce, #e7e6e4);
    text-align: center;
    border-radius: 24px 0 0;
    overflow: hidden;
    margin-top: 1px;
    position: sticky;
    min-height: calc(100dvh - 232px);
    top: 0;
  }

  .official-account-main .member-center-main-islink .tabbtn li {
    width: 100%;
    background: none;
    text-align: left;
    margin: 0;
  }

  .official-account-main .member-center-main-islink .tabbtn li a {
    padding: 9px 10px;
    background: none
  }

  .official-account-main .member-center-main-islink .tabbtn li a:hover,
  .official-account-main .member-center-main-islink .tabbtn li.current a {
    background: var(--white);
    color: var(--black);
    font-weight: bolder;
  }

  .official-account-main .islinkrecord {
    width: calc(100% - 75px);
    max-height: calc(100dvh - 255px);
    overflow-y: auto;
  }

  .member-recharge-content.bg-white,
  .member-recharge-list.bg-white {
    background: var(--white) !important;
  }

  .member-recharge-content,
  .member-recharge-list {
    border-radius: 10px;
  }

  .shop-sale-filter {
    margin-top: 100px;
  }

  .shop-sale .logo-search-nav h3,
  .shop-sale .logo-search-nav h3 a {
    color: var(--white);
  }

  .shop-sale header .header-wap-top form input.form-control {
    background: var(--white);
  }

  .zs-member li {
    width: 23.5%;
    margin: 5px 0;
  }

  .islinkrecord-content li:last-child {
    margin-top: 10px;
  }

  .islinkrecord-content li section {
    word-wrap: break-word;
  }
  
  .rebate-list-links li img {
    width: 90px;
    height: 90px;
    display: block;
  }

}

@media screen and (max-width:375px) {

  .login-register .login-register-form section i,
  .login-register .login-register-form .btn {
    font-size: var(--fontSize-22);
  }

  .project-name3 h4 {
    font-size: var(--fontSize-20);
  }

  .login-register .login-register-form section input,
  .login-register .login-register-form .forgot-password {
    font-size: var(--fontSize-18);
  }

  .echarts-label li {
    flex: inherit;
  }

  .product-list .pro-rebate,
  .member-information section .btn,
  .promotion-img .btn {
    font-size: var(--fontSize-16);
  }

  .member-center-earn h6,
  .member-center-earn .btn,
  .member-center-main .tabbtn li,
  header form input.form-control,
  header .logo-search-nav form .btn {
    font-size: var(--fontSize-15);
  }

  .welfare-list li h3,
  .member-center-echarts-list li {
    font-size: var(--fontSize-13);
  }

  header .header-search {
    width: calc(100% - 135px);
  }

  .member-data {
    margin-top: -150px;
  }

  .footer-nav li i {
    font-size: var(--fontSize-30);
  }

  .footer-nav li img {
    width: 30px;
  }

  .footer-nav li em i {
    font-size: var(--fontSize-20);
  }

  .hot-products li section h6 {
    margin: 10px 0;
    line-height: 150%;
  }

  .member-center-earn {
    padding: 10px;
  }

  .empty-height {
    height: 70px;
  }

  .official-account-main .member-center-main-islink {
    min-height: calc(100dvh - 226px);
  }

  .official-account-main .islinkrecord {
    max-height: calc(100dvh - 250px);
  }

  .pay-intotal {
    padding: 9px 15px;
  }

  .pay-intotal button.btn {
    height: 46px;
    font-size: var(--fontSize-18);
  }

  .login-register {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .login-register h1 {
    font-size: var(--fontSize-38);
  }

  .login-register h1 span {
    font-size: var(--fontSize-20);
  }

  .login-register .login-register-form .tabbtn li {
    font-size: var(--fontSize-22);
    padding: 15px 0;
  }

  .login-register .login-register-form .btn,
  .login-register .login-register-form section input {
    height: 60px;
  }

  .login-register .login-register-form section+section {
    margin-top: 20px;
  }

  .login-register .login-register-form figure {
    padding: 30px 15px;
  }

  .login-register .login-register-form {
    margin-top: 30px;
  }

  .login-register .login-register-form section i,
  .login-register .login-register-form .forgot-password {
    top: 13px;
  }

  .login-register .login-register-form .forgot-password {
    top: 18px;
    right: 20px;
  }

}