:root {
  --primary-width: 1400px;
  --categorys-height: 380px;
}

@font-face {
  font-family: "alsHaussVf";
  src: url("./fonts/als-hauss-vf.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html {
  width: 100%;
  min-width: var(--primary-width);
  background-color: #f6f8fa;
}

body {
  width: 100%;
  min-width: var(--primary-width);
  font-family:
    "alsHaussVf",
    Microsoft YaHei;
  font-size: 14px;
  font-weight: 400;
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #131921;
  min-width: var(--primary-width);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

nav a:hover {
  color: #5caf50;
}

nav.mini .top-head,
nav.mini .top-menu {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

nav.mini:hover .top-head {
  height: 50px;
  opacity: 1;
  pointer-events: auto;
}

nav.mini:hover .top-menu {
  height: 46px;
  opacity: 1;
  pointer-events: auto;
}

.rightMenu {
  position: fixed;
  height: 240px;
  right: 20px;
  bottom: 60px;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  border-radius: 10px;
}

.rightMenu .item {
  position: relative;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  margin-bottom: 20px;
}

.rightMenu .toTop.hidden {
  opacity: 0;
  transform: translateY(160px);
}

.rightMenu .toHelps.hidden {
  opacity: 0;
  transform: translateY(80px);
}

.rightMenu .item:hover {
  color: #fff;
  background-color: #51ab3c;
  opacity: 1;
}

.svgIcon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.rightMenu .customer-service {
  position: relative;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}

.rightMenu .customer-service:hover {
  color: #fff;
  background-color: #51ab3c;
  opacity: 1;
}

.rightMenu .customer-service:hover a {
  color: #fff;
}
/*.customer-service*/
.rightMenu .serviceNum {
  position: absolute;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  background-color: #ff0000;
  border-radius: 9px;
  top: -4px;
  left: 40px;
  color: #fff;
  font-size: 14px;
  display: none;
}

.rightMenu .customer-service-dropdown {
  position: absolute;
  left: -194px;
  bottom: 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 184px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.rightMenu .customer-service:hover .customer-service-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.rightMenu .service-options {
  list-style: none;
  margin: 0;
  padding: 12px 12px 8px 12px;
}

.rightMenu .service-option {
  display: flex;
  align-items: center;
  padding: 7px 8px;
  margin-bottom: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 14px;
  color: #333;
  border-radius: 7px;
}

.rightMenu .service-option img {
  height: 20px;
  width: 20px;
}

.rightMenu .service-option span {
  margin-left: 5px;
  font-size: 14px;
  color: #0f0f0f;
}

.rightMenu .service-option:hover {
  background-color: #f2f8f0;
}

.rightMenu .customer-service a {
  display: block;
}

/*顶部black模块*/
.top-head {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 14px;
  color: #999999;
  transition: all 0.3s ease-in-out;
}

.top-head .right-nav {
  display: flex;
  align-items: center;
}

.right-nav .phonecf {
  display: flex;
  align-items: center;
  color: #fff;
}

.right-nav .leftspace {
  margin-left: 14px;
  margin-right: 35px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.right-nav .leftspace:hover {
  color: #5caf50;
}

.phonecf .phnum {
  margin-left: 6px;
}

.top-head a {
  color: #adadad;
}

.top-head .right-nav .item {
  margin: 0 5px;
}

.top-head .right-nav .item:before {
  content: "|";
  float: left;
  margin-right: 10px;
}

.top-head .right-nav .item:first-child:before {
  display: none;
}

.top-head .selectLang {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.top-head .selectLang .seledBox {
  display: flex;
  align-items: center;
}

.top-head .selectLang .seledLang {
  display: flex;
  align-items: center;
  /* margin-right: 7px; */
}

.top-head .selectLang .arrow {
  margin: 0 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #bcbcbc;
  transition: all 0.3s ease-in-out;
}
.top-head .selectLang.open .arrow {
  transform: rotate(180deg);
}

.top-head .selectLang .langList {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style-type: none;
  margin: 0;
  padding: 10px 16px;
  top: 35px;
  border-radius: 6px;
  left: 0;
}
.top-head .selectLang.open .langList {
  display: block;
}

.top-head .selectLang .langList::before {
  content: "";
  position: absolute;
  top: -22px;
  right: 41px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #f9f9f9 transparent;
  border-radius: 5px;
}

.top-head .selectLang .langList .langItem {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px solid #f3f3f3;
}

.top-head .selectLang .langList .langItem.active,
.top-head .selectLang .langList .langItem:hover {
  color: #5caf50;
}

.top-head .selectLang .flag {
  width: 26px;
  height: 18px;
  margin-right: 8px;
}

.common-nav {
  display: flex;
  align-items: center;
  height: 97px;
  padding: 0 20px;
}

.common-nav .search-left,
.common-nav .search-left .logoBg {
  display: flex;
  align-items: center;
}

.common-nav .search-left {
  margin-top: -30px;
}

.common-nav .search-left .logo {
  width: 38px;
  height: 38px;
}

.common-nav .search-left .logoBg .title {
  margin-left: 10px;
  width: 180px;
}

/* .common-nav .search-left .fenlei-img {
    height: 50px;
    width: 50px;
    margin-left: 30px;
    cursor: pointer;
} */

.common-nav .search-left .fenlei-img {
  height: 50px;
  width: 50px;
  margin-left: 30px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: none;
  padding: 0 10px;
  cursor: pointer;
  outline: none;
}

.common-nav .search-left .fenlei-img .fenlei-bar {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.common-nav .search-left .fenlei-img.active .fenlei-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.common-nav .search-left .fenlei-img.active .fenlei-bar:nth-child(2) {
  opacity: 0;
}

.common-nav .search-left .fenlei-img.active .fenlei-bar:nth-child(3) {
  transform: rotate(45deg) translate(-6.5px, -7px);
}

.search-word {
  position: relative;
  flex: 1;
  margin: 0 23px 0px 30px;
}

.search-word .search-input-box {
  position: relative;
  width: 100%;
  height: 38px;
  margin-top: -30px;
}

.search-word .search-input {
  height: 100%;
  width: calc(100% - 70px);
  background: #efefef;
  border-radius: 8px 0 0 8px;
  border: unset;
  padding: 0 40px 0 20px;
}

.search-word .search-btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 0;
  width: 100px;
  height: 38px;
  background: #51ab3c;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  color: #fefefe;
}

.search-input-box .clear-button {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 108px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

.search-word .search-btn span.sousuoicon {
  background-image: url("../images/header/sousuo.png");
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}

.search-word .hot-word {
  position: absolute;
  display: flex;
  margin-top: 8px;
  font-size: 14px;
  color: #c1c1c1;
}

.search-word .hot-word .huomiao {
  font-size: 20px;
  margin-right: 5px;
}

.search-word .hot-word .tit {
  color: #ff6130;
}

.search-word .hot-word ul li {
  float: left;
  margin-right: 8px;
}

.search-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.search-right a {
  display: flex;
  align-items: center;
  padding-right: 30px;
  color: #fff;
}

.search-right a span {
  display: block;
}

.search-right a span.title {
  margin-left: 5px;
  white-space: nowrap;
}

.search-right .userInfoBox {
  position: relative;
}

.search-right .userInfoBox .userInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 0;
  cursor: pointer;
}

.search-right .userInfoBox .userInfo.noLogin .nameIdBox {
  border-bottom: 1px solid #fff;
}

.search-right .userInfoBox .userInfo.noLogin:hover .svgIcon {
  color: #51ab3c;
}

.search-right .userInfoBox .userInfo.noLogin:hover .nameIdBox {
  border-color: #51ab3c;
}

.search-right .userInfoBox .userInfo .userLogo {
  font-size: 24px;
  margin-right: 5px;
  color: #fff;
}

.search-right .userInfoBox .userInfo .oneRow {
  display: flex;
  align-items: center;
}

.search-right .userInfoBox .oneRow .vip {
  position: relative;
  margin-left: 2px;
  font-size: 16px;
  color: #fff000;
  margin-right: 3px;
}

.search-right .userInfoBox .oneRow .vipLogo {
  width: 19px;
  height: 12px;
  margin-left: 5px;
}

.search-right .userInfoBox .oneRow .name {
  color: #fff;
  max-width: 120px;
  font-size: 12px;
}

.search-right .userInfoBox .nameIdBox .id {
  font-weight: 300;
  font-size: 12px;
  color: #8f8f8f;
}

.search-right .userInfoBox .userInfoList {
  position: absolute;
  top: 60px;
  left: -90px;
  display: none;
  width: 308px;
  /* height: 495px; */
  border-radius: 16px;
  background: #ffffff;
  font-weight: 400;
  font-size: 12px;
  color: #babdc2;
  z-index: 1001;
  /* padding: 9px; */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.search-right .userInfoBox:hover .userInfoList {
  display: block;
}

.search-right .userInfoBox .userInfoList .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin: 0 11px;
  padding: 16px 11px;
  border-top: 1px solid #f4f6f8;
}

.search-right .userInfoBox .userInfoList .UInfo {
  padding: 16px;
  margin: unset;
  cursor: pointer;
  border-bottom: 1px solid #f4f6f8;
  border-top: unset;
}

.search-right .userInfoBox .userInfoList .UInfo .svgIcon {
  font-size: 18px;
  color: #84878c;
}

.search-right .userInfoBox .UInfo .left {
  display: flex;
  align-items: center;
}

.search-right .userInfoBox .userInfoList .userLogo {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 3px;
}

.search-right .userInfoBox .userInfoList .userLogoIconBox {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 14px;
  color: #c0c6d4;
  background-color: #e9ecf3;
  text-align: center;
  line-height: 34px;
  margin-right: 6px;
}

.search-right .userInfoBox .userInfo .userLogo .noredread {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #ff0000;
  border-radius: 4px;
  top: 14px;
  left: 26px;
  display: none;
}

.search-right .userInfoBox .UInfo .name {
  font-size: 16px;
  color: #222222;
  line-height: 19px;
}

.search-right .userInfoBox .UInfo .id {
  font-size: 12px;
  color: #b9c0c7;
}

.search-right .userInfoBox .UInfo:hover .name,
.search-right .userInfoBox .UInfo:hover .gengduo .svgIcon {
  color: #5caf50;
}

.search-right .userInfoBox .item.vip {
  cursor: pointer;
}

.search-right .userInfoBox .item.vip .val {
  width: 35px;
  height: 20px;
}
.search-right .userInfoBox .item.message {
  cursor: pointer;
}

.search-right .userInfoBox .item.message .val {
  background: #ff2121;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 11px;
}

.search-right .userInfoBox .userInfoList .outLogin {
  justify-content: center;
  cursor: pointer;
}

.search-right .userInfoBox .userInfoList .outLogin:hover {
  color: #5caf50;
}

.search-right .userInfoBox .shopList {
  /* height: 306px; */
  overflow-y: scroll;
  padding: 14px 10px 0 16px;
  /* line-height: 1rem; */
}

.search-right .userInfoBox .shopList .shopItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 8px 9px 12px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #f8f8f8;
  cursor: pointer;
}

.search-right .userInfoBox .shopList .shopItem:not(.active):hover {
  border-color: #51ab3c;
}

.search-right .userInfoBox .shopList .shopItem.active {
  cursor: auto;
}

.search-right .userInfoBox .shopItem .one {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.search-right .userInfoBox .shopItem .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #3b3b3b;
  max-width: 175px;
}

.search-right .userInfoBox .shopItem .type {
  border-radius: 9px;
  padding: 0 6px;
  font-size: 12px;
  margin-left: 3px;
  color: #ffffff;
}

.search-right .userInfoBox .shopItem .type.wb {
  background-color: #a73afd;
}

.search-right .userInfoBox .shopItem .type.ozon {
  background-color: #005bff;
}

.search-right .userInfoBox .shopItem .two {
  font-size: 12px;
  color: #929292;
}

.search-right .userInfoBox .shopList .svgIcon {
  font-size: 16px;
  color: #000;
  display: none;
}

.search-right .userInfoBox .shopList .active {
  background: #f0f3f5;
}

.search-right .userInfoBox .shopList .active .svgIcon {
  display: block;
}

.search-right .orderIcon {
  font-size: 27px;
}

.search-right .cartIcon {
  font-size: 27px;
}

.search-right .cart {
  position: relative;
}

.search-right .cart .num {
  position: absolute;
  height: 14px;
  padding: 0 5px;
  line-height: 14px;
  background-color: #ff0000;
  border-radius: 7px;
  top: -4px;
  right: 20px;
  color: #fff;
  font-size: 10px;
  display: none;
}

.search-history-dropdown {
  position: absolute;
  top: 45px;
  width: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 888;
}

.history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px 5px 20px;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
}

.history-title {
  font-size: 16px;
  color: #2c3e50;
}

.clear-history {
  background: none;
  border: none;
  color: #51ab3c;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background 0.2s;
}

.clear-history:hover {
  background: rgba(137, 182, 126, 0.1);
}

.history-list {
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  gap: 10px; /* 可选：设置项之间的间距 */
  list-style: none;
  padding: 10px 20px 30px 20px;
  margin: 0;
}

.history-item {
  height: 26px;
  padding: 0 12px;
  line-height: 26px;
  border-radius: 13px;
  background-color: #eee;
  transition: background 0.2s;
  cursor: pointer;
}

.history-item:hover {
  color: #51ab3c;
}

.no-history {
  width: 100%;
  padding-top: 10px;
  color: #95a5a6;
  text-align: center;
}

/*顶部菜单导航*/
.top-menu {
  height: 46px;
  background-color: #232f3e;
  transition: all 0.3s ease-in-out;
}

.top-menu ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-menu ul li {
  height: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}

.top-menu ul li a {
  height: 100%;
  line-height: 46px;
  padding: 0 26px;
  border-radius: 20px;
}

.top-menu ul li .active {
  color: #5caf50;
}

/* 分类 */
.categorys {
  width: 290px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 16px;
  z-index: 666;
  height: var(--categorys-height);
}

nav .categorys {
  position: absolute;
  top: 210px;
  left: 110px;
  z-index: 999;
  box-shadow: 0px 0px 10px 10px rgba(153, 153, 153, 0.2);
}

.categorys .firstPro,
.categorys .secondPro {
  position: absolute;
  top: 0;
  height: var(--categorys-height);
  background-color: #fff;
  padding: 17px 0;
}

.categorys .firstPro {
  border-radius: 16px;
}

.categorys .secondPro {
  left: 277px;
  padding-left: 10px;
}

.categorys .firstPro ul,
.categorys .secondPro ul {
  height: 100%;
  overflow-y: auto;
}

.categorys .firstPro li,
.categorys .secondPro li {
  width: 290px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  justify-content: space-between;
}

.categorys .jiantou {
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #efefef;
  border-radius: 3px;
}

.categorys .firstPro li:hover,
.categorys .secondPro li:hover,
.categorys .firstPro li.active,
.categorys .secondPro li.active {
  background-color: #f8f8f8;
  color: #23ac38;
}

.categorys .firstPro li:hover .jiantou,
.categorys .secondPro li:hover .jiantou,
.categorys .firstPro li.active .jiantou,
.categorys .secondPro li.active .jiantou {
  border-left-color: #5caf50;
  border-radius: 3px;
}

.categorys .thirdPro {
  height: var(--categorys-height);
  position: absolute;
  padding: 0px 15px 0 25px;
  border-radius: 0 16px 16px 0;
  top: 0;
  left: 577px;
  background-color: #fff;
  padding: 17px 0 17px 17px;
}

.categorys .thirdPro .h4 {
  text-align: left;
  color: #000;
}

.categorys .thirdPro ul {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  height: calc(var(--categorys-height) - 74px);
  width: 510px;
  margin-top: 18px;
  overflow-y: scroll;
}

.categorys .thirdPro li {
  width: auto;
  margin: 0 17px 15px 0;
  height: auto;
}

.categorys .thirdPro li img {
  height: 60px;
  width: 60px;
  background: #f6f6f6;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: none;
  border: 1px solid transparent;
}

.categorys .thirdPro li p {
  width: 80px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.categorys .thirdPro li:hover img {
  border: 1px solid #5caf50;
}

/*图片hover事件*/
.scale105:hover {
  transform: scale(1.05);
}

.scale102:hover {
  transform: scale(1.02);
}

/* 单行省略号 */
.cl1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
}

/* 两行省略号 */
.cl2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hide {
  display: none !important;
}

/* 子页面 */
.childContent {
  width: 100%;
  height: 100%;
  background-color: #f6f8fa;
  margin-top: 193px;
}

.childContent .banner {
  width: 100%;
  height: 150px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.childContent .banner h2 {
  font-weight: normal;
  font-size: 34px;
  color: #ffffff;
  line-height: 32px;
}

.childContent .banner p {
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}

.childContent .wrap {
  display: flex;
  width: var(--primary-width);
  margin: 30px auto;
  /* padding-top: 30px; */
}

.childContent .product-box {
  width: 100%;
  min-height: 100%;
}

/* 公共底部模块 */
.common-footer {
  position: relative;
  width: 100%;
  height: 235px;
  background: #252525;
}

.footer-ctn {
  width: 100%;
  height: 100%;
  padding: 0 100px 0 240px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.footer-ctn .ctn-item {
  width: 24%;
  color: #fff;
}

.footer-ctn .ctn-item:first-child {
  width: 28%;
}

.footer-ctn .ctn-item .logo {
  margin-bottom: 35px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.footer-ctn .ctn-item .logo .logoicon {
  margin-right: 7px;
  height: 50px;
  width: 50px;
}

.footer-ctn .ctn-item .itemrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-ctn .ctn-item .itemrow:last-child {
  margin-top: 10px;
}

.footer-ctn .ctn-item .title {
  margin-bottom: 20px;
  line-height: 50px;
  font-size: 16px;
}

.footer-ctn .ctn-item .itemrow .txtct {
  margin-left: 7px;
}

.footer-ctn .ctn-item .cnttxt:last-child {
  margin-top: 6px;
}

.footer-ctn .ctn-item .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-ctn .ctn-item .social a:not(:first-child) {
  margin-left: 10px;
}


.common-footer .noti {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #959595;
  bottom: 10px;
}

.emptyDataTips {
  padding-top: 10%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.emptyDataTips .emptyImg {
  margin-bottom: 20px;
}
/* 无限旋转 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.xuanZhuan {
  animation: spin 1s linear infinite;
}

/* 只旋转一次动画 */
@keyframes spinOnce {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.xuanZhuan-once {
  animation: spinOnce 1s linear forwards;
}
/* 心跳动画 */
@keyframes heartbeat {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  10% {
    transform: scale(1.2);
  }

  17% {
    transform: scale(0.95);
  }

  33% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(0.98);
  }

  66% {
    transform: scale(1.02);
  }

  83% {
    transform: scale(0.99);
  }

  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.heartbeat {
  animation: heartbeat 2s infinite;
}
/* 省略号加载动画 */
.ellipsisLoading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes ellipsisLoadingFun {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(3);
  }

  100% {
    transform: scale(1);
  }
}

.ellipsisLoading i {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  animation: ellipsisLoadingFun 1s ease-in-out infinite;
}
.ellipsisLoading i:nth-child(1) {
  animation-delay: 0s;
}
.ellipsisLoading i:nth-child(2) {
  animation-delay: 0.2s;
}
.ellipsisLoading i:nth-child(3) {
  animation-delay: 0.4s;
}
/* 收藏按钮 */
.colg {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.colg .svgIcon {
  position: absolute;
}

.colg.noCollect .yishoucang {
  fill: #fff;
}

.colg.isCollect {
  color: #ff315d;
}

.layui-layer-border-radius {
  border-radius: 21px;
}

.telphone-form {
  position: relative;
  padding: 43px 43px 28px 43px;
}

.telphone-form .custom-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #585757;
  cursor: pointer;
  z-index: 100;
}

.telphone-form .form-header {
  margin-bottom: 40px;
}

.telphone-form .form-header .title {
  font-size: 24px;
  color: #000;
}

.telphone-form .form-header .suntitle {
  margin-top: 6px;
  font-size: 16px;
  color: #bfbfbf;
}

.telphone-form .form-body {
  width: 100%;
}

.telphone-form .form-body .form-group {
  margin-bottom: 30px;
}
.telphone-form .form-body .form-group input {
  height: 52px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
}
.telphone-form .form-body .form-group .phBox{
  display: flex;
}
.telphone-form .form-body .form-group .phBox input {
  border-radius: 0 10px 10px 0;
}
.telphone-form .form-body .form-group .phBox .layui-form-select input{
  width:80px;
  border-right:unset;
  border-radius: 10px 0 0 10px;
}

.telphone-form .form-group .group-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #888888;
}

.telphone-form .form-body .group-label span {
  color: #ff0000;
}

.telphone-form #submitBtn {
  width: 100%;
  height: 52px;
  line-height: 52px;
  margin-top: 45px;
  background: #51ab3c;
  border-radius: 10px;
}

.telphone-form .privacy-policy {
  margin-top: 30px;
  font-size: 14px;
  color: #838383;
  text-align: center;

  a {
    color: #51ab3c;
  }
}
