@font-face {
  font-family: 'Alimama ShuHeiTi';
  src: url('../../fonts/ALIMAMASHUHEITI-BOLD.TTF');
}
[v-cloak] {
  display: none !important;
}
body {
  background-color: #F8FAFC !important;
  overflow-anchor: none;
}
body::-webkit-scrollbar {
  width: 15px !important;
  height: 4px !important;
  cursor: pointer;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2)
}
.header-top-fixed {
  position: sticky;
  top: 0;
  z-index: 6;
}
img {
  display: block;
  font-size: 0;
  line-height: 0;
}
.red {
  color: #E94637;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-120 {
  margin-top: 118px !important;
}
.bold {
  font-weight: 700;
}
.product-category-page {
  width: 100%;
  /* height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: hidden;
  overflow-x: auto; */
}
.top-header-box {
  min-width: 1200px;
  height: 80px;
  z-index: 0;
  overflow: hidden;
  flex-shrink: 0;
}
.top-header-box .top-header-con {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.top-header-box .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
}
.top-header-box .poster.opacity1 {
  opacity: 1;
}
.top-header-box .poster.p-mask::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(4, 40, 61, 0.54);
}
.top-header-box .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}
.top-header-box .logo {
  width: 174px;
  height: 36px;
  position: absolute;
  left: 63px;
  top: 16px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.top-header-box .logo.opacity1 {
  opacity: 1;
}
.top-header-box .logo img {
  width: 100%;
  height: auto;
}
.top-header-box .logo-text {
  width: 130px;
  height: 10px;
  position: absolute;
  left: 81px;
  top: 56px;
  opacity: 0;
}
.top-header-box .logo-text.opacity1 {
  opacity: 1;
}
.top-header-box .logo-text img {
  width: 100%;
  height: atuo;
}
.top-header-box .top-title {
  width: 629px;
  position: relative;
  z-index: 1;
}
.top-header-box .top-title .tit {
  width: 100%;
  font-family: Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-top: 13px;
  margin-bottom: 14px;
  text-align: center;
}
.top-header-box .top-title .sub-tit {
  width: 100%;
}
.top-header-box .top-title .sub-tit img {
  width: 100%;
  height: auto;
}
.top-header-box .mulu-top-title {
  width: 364px;
  height: 56px;
  position: relative;
  z-index: 1;
  top: 16px;
}
.top-header-box .mulu-top-title img {
  width: 100%;
  height: 100%;
}
.down-container {
  width: 100%;
  min-width: 1200px;
  /* height: calc(100vh - 30px); */
  display: flex;
  align-items: flex-start;
}
.down-container .left-box {
  width: 278px;
  height: 100%;
  padding-top: 31px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  background: #FCFCFC;
  border-right: 1px solid #EAEAEA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 30px;
  z-index: 3;
  flex-shrink: 0;
}
.down-container .left-box::-webkit-scrollbar {
  width: 4px !important;
  cursor: pointer;
}
.down-container .left-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2)
}

/* 导航区 */
.down-container .left-box .left-nav-box {
  width: 250px;
  /* height: 394px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.down-container .left-box .left-nav-box .left-nav-title {
  font-family: Alimama ShuHeiTi;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  margin-bottom: 8px;
  color: #333;
  position: relative;
}
.down-container .left-box .left-nav-box .left-nav-title::before {
  content: '';
  width: 16px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
.down-container .left-box .left-nav-box .left-nav-title::after {
  content: '';
  width: 16px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.down-container .left-box .left-nav-box .left-nav-tab {
  width: 190px;
  height: 38px;
  border-radius: 6px;
  background-color: #F0F0F0;
  backdrop-filter: blur(4px);
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 4px;
  margin-bottom: 20px;
}
.down-container .left-box .left-nav-box .left-nav-tab .tab {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.down-container .left-box .left-nav-box .left-nav-tab .tab.on {
  width: 95px;
  height: 30px;
  border-radius: 4px;
  background: linear-gradient(315deg, #1174C6 11.67%, #2BB2B6 76.73%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 14px;
  color: #fff;
  margin-right: 11px;
}
.down-container .left-box .left-nav-box .nav-ul {
  width: 100%;
  /* margin-bottom: 116px; */
  margin-bottom: 30px;
}
.down-container .left-box .left-nav-box .nav-ul .nav-li {
  width: 100%;
  height: 38px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px #EDEDED3D;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  cursor: pointer;
  margin-bottom: 10px;
}
.down-container .left-box .left-nav-box .nav-ul .nav-li i {
  font-size: 16px;
  margin-right: 4px;
  font-weight: 400;
}
.down-container .left-box .left-nav-box .nav-ul .nav-li:last-of-type {
  margin-bottom: 0;
}
.down-container .left-box .left-nav-box .nav-ul .nav-li:hover,
.down-container .left-box .left-nav-box .nav-ul .nav-li.on {
  background: linear-gradient(270.77deg, #1174C6 0.25%, #2BB2B6 78.38%);
  color: #fff;
}

/* 询价区 */
.down-container .left-box .left-inquiry-box {
  width: 250px;
}
.down-container .left-box .left-inquiry-box .inquiry-title {
  width: 100%;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 4px 4px 0 0;
  /* background-color: #D8F7F7; */
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #19B0B0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.down-container .left-box .left-inquiry-box .inquiry-title span {
  position: relative;
  z-index: 1;
  transform: translateY(-2px);
}
.down-container .left-box .left-inquiry-box .inquiry-title .inquiry-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 349px;
  background: linear-gradient(180deg, #D8F7F7 22.66%, #FFFFFF 48.2%);
}
.down-container .left-box .left-inquiry-box .inquiry-form {
  width: 100%;
  /* max-height: 304px; */
  border-radius: 4px 4px 0 0;
  border: 1px solid #fff;
  background: linear-gradient(341.32deg, #FFFFFF 81.82%, #D8F7F7 99.13%);
  /* overflow-y: auto;
  overflow-x: hidden; */
  box-sizing: border-box;
  padding: 16px 0;
  transform: translateY(-2px);
}
/* .down-container .left-box .left-inquiry-box .inquiry-form::-webkit-scrollbar {
  width: 4px !important;
  cursor: pointer;
}
.down-container .left-box .left-inquiry-box .inquiry-form::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2)
} */
.down-container .left-box .left-inquiry-box .inquiry-form .inquiry-form-box {
  width: 100%;
  max-height: 274px;
  padding: 0 16px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
.down-container .left-box .left-inquiry-box .inquiry-form .inquiry-form-box::-webkit-scrollbar {
  width: 4px !important;
  cursor: pointer;
}
.down-container .left-box .left-inquiry-box .inquiry-form .inquiry-form-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2)
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item {
  width: 218px;
  margin-bottom: 6px;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item:last-of-type {
  margin-bottom: 0;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-tit {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  margin-bottom: 4px;
  position: relative;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-tit .tips {
  position: absolute;
  right: 0;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-inp {
  width: 100%;
  height: 30px;
  background-color: #F8F8F8;
  border-radius: 2px;
  box-sizing: border-box;
  /* padding: 0 10px; */
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-inp .text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-inp .tianyaninp,
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-inp .tianyaninp .el-select,
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-inp .tianyaninp .el-input,
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-inp .tianyaninp .el-input input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-inp .tianyaninp .el-input input {
  font-size: 12px;
  color: #333;
  background: transparent;
  padding: 0 30px 0 12px;
  box-sizing: border-box;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-inp input {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #333;
  background: transparent;
  padding: 0 30px 0 12px;
  box-sizing: border-box;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-export {
  width: 100%;
  /* height: 68px; */
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-export .upload-sm {
  cursor: pointer;
  margin-bottom: 2px;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-export .upload-sm .el-upload-dragger{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 218px;
  height: 68px;
  box-sizing: border-box;
  border: none;
  background: url('https://files3.zydmall.com:9443/zydmall/upload.png') no-repeat center bottom /cover;
  border-radius: 0;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-export .file {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-export .file .icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-export .file .icon img {
  width: 100%;
  height: auto;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-export .file .name {
  max-width: 176px;
  font-size: 12px;
  line-height: 22px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-export .file .close {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.down-container .left-box .left-inquiry-box .inquiry-form .f-item .f-item-export .file .close img {
  width: 100%;
  height: auto;
}
.down-container .left-box .left-inquiry-box .form-btn {
  width: 100%;
  height: 40px;
  background: linear-gradient(107.02deg, rgba(43, 178, 182, 0.8) -1.88%, rgba(17, 116, 198, 0.8) 96.39%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.down-container .left-box .left-inquiry-box .form-btn::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}
.down-container .left-box .left-inquiry-box .form-btn:hover::before {
  width: 120%;
  padding-top: 120%;
}


.right-box {
  width: calc(100% - 278px);
  /* height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-anchor: none; */
}
.right-box.flatten {
  width: 100%;
}
.right-box .right-box-H {
  width: 100%;
  height: 40px;
  position: relative;
}
.right-box::-webkit-scrollbar {
  width: 6px !important;
  cursor: pointer;
}
.right-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2)
}

/* 搜索区 */
.right-box .search-section {
  width: 100%;
  height: 80px;
  position: sticky;
  top: 30px;
  z-index: 5;
  /* margin-bottom: 20px; */
}
.right-box .search-section .search-box {
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 8px 0px #E1E1E1B2;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 17px 0 82px;
}
.right-box .search-section .search-box .logo-2 {
  width: 143px;
  height: auto;
  flex-shrink: 0;
  margin-right: 20px;
}
.right-box .search-section .search-box .logo-2 img {
  width: 100%;
  cursor: pointer;
}
.right-box .search-section .search-box .search-con {
  max-width: 1047px;
  flex: 1;
  display: inline-flex;
  align-items: center;
}
.right-box .search-section .search-box::before {
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(270.77deg, #1174C6 0.25%, #2BB2B6 78.38%); 
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.right-box .search-section .search-box .search {
  /* max-width: 679px; */
  flex: 1;
  height: 46px;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  border: 1px solid #0A6EC5;
  border-right: 0;
  background-color: #F7F7F7;
  padding: 0 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.right-box .search-section .search-box .search i {
  font-size: 16px;
  margin-right: 4px;
  color: #999;
}
.right-box .search-section .search-box .search input {
  /* width: 627px; */
  flex: 1;
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #333;
  background: transparent;
}
.right-box .search-section .search-box .search input::placeholder {
  color: #999 !important;
  opacity: 1;
}
.right-box .search-section .search-box .search .icon-close {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.right-box .search-section .search-box .search .icon-close img {
  width: 14px;
  height: 14px;
}
.right-box .search-section .search-box .btn {
  width: 100px;
  height: 46px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(282.48deg, #1174C6 -6.16%, #2BB2B6 90.97%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  position: relative;
}
.right-box .search-section .search-box .btn::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}
.right-box .search-section .search-box .btn:hover::before {
  width: 120%;
  padding-top: 120%;
}
.right-box .search-section .search-box .share {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  margin-left: 28px;
}
.right-box .search-section .search-box .share img {
  width: auto;
  height: auto;
  max-width: none;
  display: block;
}
.right-box .search-section .search-box .share::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
  pointer-events: none;
}
.right-box .search-section .search-box .share:hover::before {
  width: 120%;
  padding-top: 120%;
}
.right-box .search-section .search-box .share i {
  margin-right: 4px;
}
.right-box .search-section .search-box .link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #333;
  margin-left: 26px;
  cursor: pointer;
  white-space: nowrap;
}
.right-box .search-section .search-box .link:hover,
.right-box .search-section .search-box .link.on {
  color: #19B0B0;
}
.right-box .search-section .search-box .feedback {
  width: 115px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #19B0B0;
  background: linear-gradient(135deg, rgba(115, 226, 226, 0.1) 0%, rgba(40, 204, 204, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
}
.right-box .search-section .search-box .feedback:hover {
  border: 0;
}
.right-box .search-section .search-box .feedback::before {
  background: linear-gradient(135deg, #73E2E2 0%, #28CCCC 100%);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 0;
}
.right-box .search-section .search-box .feedback:hover::before {
  width: 120%;
  padding-top: 120%;
}
.right-box .search-section .search-box .feedback .icon {
  width: 22px;
  height: auto;
  margin-right: 5px;
  display: block;
  position: relative;
}
.right-box .search-section .search-box .feedback .icon.on {
  display: none;
}
.right-box .search-section .search-box .feedback:hover .icon {
  display: none;
}
.right-box .search-section .search-box .feedback:hover .icon.on {
  display: block;
}
.right-box .search-section .search-box .feedback span {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #19B0B0;
  white-space: nowrap;
  position: relative;
}
.right-box .search-section .search-box .feedback:hover span {
  color: #fff;
}

/* 瀑布流内容区 */
.grid-section {
  width: calc(100% - 17px - 17px);
  /* margin: 0 auto; */
  margin-left: 17px;
  box-sizing: border-box;
  /* transform: translateY(-54px); */
}
.fixed-top-first-cata-box {
  width: calc(100% - 16px - 16px);
  height: 38px;
  padding: 20px 0 16px 0;
  background-color: #F8FAFC;
  z-index: 4;
  position: sticky;
  top: 80px;
  transform: translateX(16px);
}
.fixed-top-first-cata-box .cata-item {
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #D4F4F9 3.95%, #FFFFFF 100%);
  box-shadow: 0px 4px 8px 0px #EDEDED3D;
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
}
.fixed-top-first-cata-box .cata-item .icon-line {
  width: 10px;
  height: auto;
  transform: translateY(7px);
  position: relative;
  z-index: 1;
}
.fixed-top-first-cata-box .cata-item i {
  margin-right: 4px;
  color: #19B0B0;
  position: relative;
  z-index: 1;
}
.fixed-top-first-cata-box .cata-item span {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  background: -webkit-linear-gradient(right, #1174C6 10.22%, #2BB2B6 98%);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  display: block;
  z-index: 1;
}
.fixed-top-first-cata-box .cata-item .star1 {
  width: 6px;
  height: 6px;
  position: absolute;
  right: -2px;
  top: -6px;
  animation: star-flash 1s infinite ease-in-out;
}
.fixed-top-first-cata-box .cata-item .star2 {
  width: 9px;
  height: 9px;
  position: absolute;
  right: -11px;
  top: -2px;
  animation: star-flash 1.5s infinite ease-in-out;
}
@keyframes star-flash {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: .6;
    transform: scale(1.3);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: .6;
    transform: scale(.6);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fixed-top-first-cata-box .cata-item .cata-item-bg {
  width: 371px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.2;
}
.grid-hd {
  padding: 12px 0;
  position: sticky;
  top: 110px;
  z-index: 3;
  background-color: #F8FAFC;
}
.grid-anchor {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.grid-title {
  width: 100%;
  height: 40px;
  /* width: 0;
  height: 0; */
  overflow: hidden;
  /* margin-bottom: 16px; */
  z-index: 3;
}
.grid-title-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 4px; */
  box-sizing: border-box;
  /* background: linear-gradient(0deg, #D4F4F9 3.95%, #FFFFFF 100%);
  box-shadow: 0px 4px 8px 0px #EDEDED3D;
  border: 1px solid #ffffff; */
}
.grid-title-box .grid-title-img {
  width: auto;
  height: 44px;
}
/* .grid-title .grid-title-box .cata-item-bg {
  width: 371px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.2;
}
.grid-title .grid-title-box .icon-line {
  width: 10px;
  height: auto;
  transform: translateY(7px);
}
.grid-title .grid-title-box i {
  margin-right: 4px;
  color: #19B0B0;
  position: relative;
  z-index: 1;
}
.grid-title .grid-title-box span {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  background: -webkit-linear-gradient(right, #1174C6 10.22%, #2BB2B6 98%);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  display: block;
  position: relative;
  z-index: 1;
}
.grid-title .grid-title-box .star1 {
  width: 6px;
  height: 6px;
  position: absolute;
  right: -2px;
  top: -6px;
  animation: star-flash 1s infinite ease-in-out;
}
.grid-title .grid-title-box .star2 {
  width: 9px;
  height: 9px;
  position: absolute;
  right: -11px;
  top: -2px;
  animation: star-flash 1.5s infinite ease-in-out;
} */
.grid-bd {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(6, 1fr);
  gap: 10px; */
}
.grid-column {
  width: 257px;
  margin-right: 10px;
}
.grid-column:last-of-type {
  margin-right: 0;
}
.grid-item {
  width: 257px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  padding: 14px;
  box-sizing: border-box;
  break-inside: avoid;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
.grid-column .grid:last-of-type .grid-item {
  margin-bottom: 0;
}
.grid-item::before {
  content: '';
  width: 100%;
  height: 371px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(180deg, #D4F4F9 -9%, #FFFFFF 7.86%);
}
.grid-item .grid-con {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.grid-item .grid-con .i-tit {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.i-tit i {
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  background: linear-gradient(270.77deg, #1174C6 0.25%, #2BB2B6 78.38%);
  margin-right: 4px;
}
.i-tit span {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.grid-item .grid-con .i-tit .highlight {
  color: #19B0B0;
}
.grid-item .grid-con .i-hr {
  width: 100%;
  height: 1px;
  background-color: #DAEBEC;
  position: relative;
  margin-bottom: 2px;
}
.grid-item .grid-con .i-hr::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #DAEBEC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.grid-item .grid-con .i-ul {
  width: 100%;
  /* max-height: 154px; */
  /* max-height: 188px; */
  /* max-height: 225px; */
  /* max-height: 265px; */
  /* max-height: 300px; */
  /* max-height: 494px; */
  /* overflow-y: auto;
  overflow-x: hidden; */
}
/* .grid-item .grid-con .i-ul::-webkit-scrollbar {
  width: 4px !important;
  cursor: pointer;
}
.grid-item .grid-con .i-ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2)
} */
.grid-item .grid-con .i-ul .i-li {
  width: 100%;
  height: 28px;
  border-radius: 2px;
  background-color: #fff;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 8px;
  margin-bottom: 5px;
  cursor: pointer;
}
.grid-item .grid-con .i-ul .i-li:last-of-type {
  margin-bottom: 0;
}
.grid-item .grid-con .i-ul .i-li .li-row {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.grid-item .grid-con .i-ul .i-li .img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.grid-item .grid-con .i-ul .i-li .img img {
  width: 100%;
  height: auto;
}
.grid-item .grid-con .i-ul .i-li .name {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #666;
  transition: all .4s ease;
}
.grid-item .grid-con .i-ul .i-li .highlight {
  color: #19B0B0;
}
.grid-item .grid-con .i-ul .i-li .count {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #C7C7C7;
  transition: all .4s ease;
}
.grid-item .grid-con .i-ul .i-li:hover {
  background-color: rgba(25, 176, 176, 0.1);
  transition: all .4s ease;
}
.grid-item .grid-con .i-ul .i-li:hover .name,
.grid-item .grid-con .i-ul .i-li:hover .count {
  color: #19B0B0;
  transition: all .4s ease;
}

/* 搜索无结果 */
.result-empty {
  width: 100%;
  padding-top: 42px;
}
.result-empty .empty-con {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* margin-bottom: 47px; */
  margin-bottom: 40px;
}
.result-empty .empty-con .img {
  width: 116px;
  height: 116px;
  margin-right: 14px;
}
.result-empty .empty-con .img img {
  width: 100%;
  height: atuo;
}
.result-empty .empty-con .info {
  /* padding-top: 30px; */
  padding-top: 26px;
}
.result-empty .empty-con .info .tip {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin-bottom: 9px;
}
.result-empty .empty-con .info .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.result-empty .empty-con .info .text span {
  color: #2BB2B6;
}

.result-empty .form-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.result-empty .form-box .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.result-empty .form-box .form-item .label {
  width: 77px;
  margin-right: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: #666;
}
.result-empty .form-box .form-item .inp {
  height: 32px;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  margin-right: 28px;
  position: relative;
}
.result-empty .form-box .form-item .inp .tips {
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 12px;
}
.result-empty .form-box .form-item .inp .tianyanchabox,
.result-empty .form-box .form-item .inp .tianyaninp,
.result-empty .form-box .form-item .inp .tianyaninp .el-select,
.result-empty .form-box .form-item .inp .tianyaninp .el-input,
.result-empty .form-box .form-item .inp .tianyaninp .el-input input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}
.result-empty .form-box .form-item .inp .tianyaninp .el-input input {
  padding: 0 30px 0 12px;
  box-sizing: border-box;
}
.result-empty .form-box .form-item .inp:last-of-type {
  margin-right: 0;
}
.result-empty .form-box .form-item .inp input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.result-empty .form-box .form-item .inp .text {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-empty .form-box .form-item.form-item-1 .inp {
  width: 280px;
}
.result-empty .form-box .form-item.form-item-2 .inp {
  width: 681px;
}
.result-empty .form-box .form-item .export {
  width: 681px;
  height: 108px;
  margin-bottom: 2px;
}
.result-empty .form-box .form-item .export .upload-lg {
  cursor: pointer;
  margin-bottom: 2px;
}
.result-empty .form-box .form-item .export .upload-lg .el-upload-dragger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 681px;
  height: 108px;
  box-sizing: border-box;
  border: none;
  background: url('https://files3.zydmall.com:9443/zydmall/upload-lg.png') no-repeat center bottom /cover;
  border-radius: 0;
}
.result-empty .form-box .file-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-empty .form-box .file-box .file-con {
  width: 774px;
  /* max-height: calc(100vh - 30px - 80px - 80px - 20px - 57px - 163px - 216px - 110px); */
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.result-empty .form-box .file-box .file-con::-webkit-scrollbar {
  width: 4px !important;
  cursor: pointer;
}
.result-empty .form-box .file-box .file-con::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2)
}
.result-empty .form-box .file {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2px;
  box-sizing: border-box;
  padding-left: 93px;
}
.result-empty .form-box .file .file-icon {
  margin-right: 4px;
}
.result-empty .form-box .file .name {
  max-width: 638px;
  font-size: 12px;
  line-height: 22px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.result-empty .form-box .file .close {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.result-empty .form-box .file .close img {
  width: 100%;
  height: auto;
}
.result-empty .form-btn {
  width: 250px;
  height: 40px;
  border-radius: 4px;
  background: linear-gradient(270.77deg, #1174C6 0.25%, #2BB2B6 78.38%);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin: 35px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.result-empty .form-btn::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}
.result-empty .form-btn:hover::before {
  width: 120%;
  padding-top: 120%;
}

/* 悬浮品牌弹窗 */
.cata-be-brand {
  /* width: 252px; */
  position: fixed;
  z-index: 8;
}
.cata-be-brand::before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
}
.cata-be-brand::after {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.cata-be-brand.hide {
  z-index: -100;
  left: -1000px;
  visibility: hidden;
}
.fixed-brand-box .brand-list {
  max-width: 334px;
  min-width: 198px;
  background: linear-gradient(180deg, #F5F5F7 0%, #FFFFFF 26.5%);
  border: 1px solid #19B0B0CC;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px #44ACB152;
  position: relative;
  /* box-sizing: border-box; */
}
.fixed-brand-box .fixed-brand-mask {
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.fixed-brand-box .brand-list .brand-title {
  width: 80px;
  height: 22px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 9px;
}
.fixed-brand-box .brand-list .brand-title .brand-title-bg-1 {
  width: 80px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.fixed-brand-box .brand-list .brand-title .brand-title-bg-2 {
  width: 76px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fixed-brand-box .brand-list .brand-title span {
  font-family: Barlow;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.fixed-brand-box .brand-list .list-box {
  width: calc(100%);
  min-height: 62px;
  max-height: 800px;
  padding: 12px;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.fixed-brand-box .brand-list .list-box::-webkit-scrollbar {
  width: 4px !important;
  cursor: pointer;
}
.fixed-brand-box .brand-list .list-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2)
}
.fixed-brand-box .brand-list .list-box .list-row {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.fixed-brand-box .brand-list .list-box .list-row:first-of-type {
  justify-content: center;
}
.fixed-brand-box .brand-list .list-box .list-row::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #F8F8F8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.fixed-brand-box .brand-list .list-box .list-row:last-of-type {
  margin-bottom: 0;
}
.fixed-brand-box .brand-list .list-box .list-row:last-of-type::before {
  display: none;
}
.fixed-brand-box .brand-list .list-box .item {
  width: 71px;
  height: 36px;
  margin-right: 8px;
  cursor: pointer;
}
.fixed-brand-box .brand-list .list-box .item:last-of-type {
  margin-right: 0;
}
.fixed-brand-box .brand-list .list-box .item .img-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  transition: all .4s ease;
  background-color: transparent;
  overflow: hidden;
}
.fixed-brand-box .brand-list .list-box .item .img-box:hover {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  transition: all .4s ease;
}
.fixed-brand-box .brand-list .list-box .item .img-box img {
  /* max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: relative; */
  max-width: 58px;
  max-height: 30px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all .4s ease;
}
.fixed-brand-box .brand-list .list-box .item .img-box span {
  color: #999;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .4s ease;
}
.fixed-brand-box .brand-list .list-box .item:hover .img-box span {
  opacity: 1;
  color: #fff;
  transition: all .4s ease;
}
.fixed-brand-box .brand-list .list-box .item:hover .img-box img {
  opacity: 0;
  transition: all .4s ease;
}
.fixed-brand-box .brand-list .list-box .item .brand {
  width: 100%;
  height: 100%;
  background-color: #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  text-align: center;
}
.fixed-brand-box .brand-list .list-box .item .brand:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  backdrop-filter: blur(4px);
  transition: all .4s ease;
}

.el-dialog__wrapper {
  overflow: hidden;
}
.dialog-inquiry {
  width: 368px;
  background-color: transparent;
  /* margin-top: 50vh !important;
  transform: translateY(-50%); */
}
.dialog-inquiry .el-dialog__header,
.dialog-inquiry .el-dialog__body {
  padding: 0;
}
.dialog-inquiry .el-dialog__headerbtn {
  width: 42px;
  height: 42px;
  z-index: 3;
}
.dialog-inquiry .el-dialog__headerbtn .el-icon {
  color: #333;
}
.inquiry-popup {
  width: 368px;
}
.inquiry-popup .inquiry-title {
  width: 100%;
  height: 74px;
  box-sizing: border-box;
  padding: 10px 18px 6px 18px;
  border: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  /* background-color: #D8F7F7; */
  border-bottom: 0;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;
  overflow: hidden;
}
.inquiry-popup .inquiry-title .i-title {
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #19B0B0;
  z-index: 1;
}
.inquiry-bg {
  width: 100%;
  height: 336px;
  background: linear-gradient(131.63deg, #D5FFF7 18.54%, #F8FFF8 61.51%, #F5F5D9 95.15%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.inquiry-popup .inquiry-title span {
  transform: translateY(-2px);
  position: relative;
  z-index: 1;
}
.inquiry-popup .inquiry-form-main {
  width: 100%;
  border-radius: 4px 4px 10px 10px;
  border: 1px solid #fff;
  background: linear-gradient(347.28deg, #FFFFFF 83.38%, #D8F7F7 98.32%);
  box-sizing: border-box;
  padding-bottom: 36px;
  /* transform: translateY(-4px); */
  position: relative;
  z-index: 1;
  margin-top: -4px;
}
.inquiry-popup .inquiry-form {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}
.inquiry-popup .inquiry-form .pop-inquiry-from-box {
  width: 100%;
  max-height: 375px;
  box-sizing: border-box;
  padding: 0 34px;
  overflow-y: auto;
  overflow-x: hidden;
}
.inquiry-popup .inquiry-form .pop-inquiry-from-box::-webkit-scrollbar {
  width: 4px !important;
  cursor: pointer;
}
.inquiry-popup .inquiry-form .pop-inquiry-from-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2)
}
.inquiry-popup .inquiry-form .f-item {
  width: 300px;
  margin-bottom: 6px;
}
.inquiry-popup .inquiry-form .f-item:last-of-type {
  margin-bottom: 0;
}
.inquiry-popup .inquiry-form .f-item .f-item-tit {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  margin-bottom: 4px;
  position: relative;
}
.inquiry-popup .inquiry-form .f-item .f-item-tit .tips {
  position: absolute;
  right: 0;
}
.inquiry-popup .inquiry-form .f-item .f-item-inp {
  width: 100%;
  height: 30px;
  background-color: #F8F8F8;
  border-radius: 2px;
  box-sizing: border-box;
  /* padding: 0 10px; */
}
.inquiry-popup .inquiry-form .f-item .f-item-inp .text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
}
.inquiry-popup .inquiry-form .f-item .f-item-inp .tianyaninp,
.inquiry-popup .inquiry-form .f-item .f-item-inp .tianyaninp .el-select,
.inquiry-popup .inquiry-form .f-item .f-item-inp .tianyaninp .el-input,
.inquiry-popup .inquiry-form .f-item .f-item-inp .tianyaninp .el-input input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}
.inquiry-popup .inquiry-form .f-item .f-item-inp .tianyaninp .el-input input {
  padding: 0 30px 0 12px;
  box-sizing: border-box;
}
.inquiry-popup .inquiry-form .f-item .f-item-inp input {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #333;
  background: transparent;
  padding: 0 10px;
  box-sizing: border-box;
}
.inquiry-popup .inquiry-form .f-item .f-item-export {
  width: 100%;
}
.inquiry-popup .inquiry-form .f-item .f-item-export .upload-sm {
  cursor: pointer;
  margin-bottom: 2px;
}
.inquiry-popup .inquiry-form .f-item .f-item-export .upload-sm .el-upload-dragger{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 68px;
  box-sizing: border-box;
  border: none;
  background: url('https://files3.zydmall.com:9443/zydmall/upload-md.png') no-repeat center bottom /cover;
  border-radius: 0;
}
.inquiry-popup .inquiry-form .f-item .f-item-export .file {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.inquiry-popup .inquiry-form .f-item .f-item-export .file .icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.inquiry-popup .inquiry-form .f-item .f-item-export .file .icon img {
  width: 100%;
  height: auto;
}
.inquiry-popup .inquiry-form .f-item .f-item-export .file .name {
  max-width: 262px;
  font-size: 12px;
  line-height: 22px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inquiry-popup .inquiry-form .f-item .f-item-export .file .close {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.inquiry-popup .inquiry-form .f-item .f-item-export .file .close img {
  width: 100%;
  height: auto;
}
.inquiry-popup .form-btn {
  width: 136px;
  height: 32px;
  background: linear-gradient(270.77deg, #1174C6 0.25%, #2BB2B6 78.38%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
}
.inquiry-popup .form-btn::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}
.inquiry-popup .form-btn:hover::before {
  width: 120%;
  padding-top: 120%;
}

.el-upload .ask-up {
  display: inline-block;
}

.dialog-khpcxucn .el-dialog__body {
  padding: 0 !important;
}
.window_login_content {
  animation: none;
}


/* 分享页 */
.product-category-share .top-header-box {
  height: 146px;
  position: relative;
}
.product-category-share .top-header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.product-category-share .top-header-con {
  justify-content: space-between;
}
.product-category-share .top-header-con .logo-box {
  position: relative;
  padding-left: 74px;
  padding-top: 48px;
  display: block;
}
.product-category-share .top-header-box .logo {
  position: relative;
  left: 0;
  top: 0;
}
.product-category-share .top-header-box .logo-text {
  position: relative;
  left: 22px;
  top: 4px;
}
.product-category-share .top-header-box .top-title {
  max-width: 665px;
  width: auto;
}
.product-category-share .top-header-box .top-title .tit {
  margin-top: 41px;
  margin-bottom: 15px;
}
.product-category-share .top-header-box .qrCode {
  width: 318px;
  height: 146px;
  background: linear-gradient(271.15deg, #1174C6 1.12%, #2BB2B6 92.56%);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.product-category-share .top-header-box .qrCode img {
  width: 80px;
  height: 80px;
  margin-top: 23px;
  margin-bottom: 8px;
}
.product-category-share .top-header-box .qrCode .text {
  font-family: Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.product-category-share .down-container .right-box {
  width: auto;
  max-width: 1627px;
  margin: 0 auto;
}
.product-category-share .down-container .right-box .grid-hd {
  position: relative;
  top: 0;
  padding: 20px 0 10px 0;
}
.product-category-share .down-container .right-box .grid-section {
  width: 100%;
  margin-left: 0;
}
.product-category-share .down-container .right-box .grid-bd {
  justify-content: center;
}
.product-category-share .grid-column .grid:last-of-type .grid-item {
  margin-bottom: 12px;
}
.product-category-share .flooter-box {
  width: 100%;
  height: 371px;
  background: linear-gradient(271.15deg, #1174C6 1.12%, #2BB2B6 92.56%);
  position: relative;
  z-index: 1;
  margin-top: 126px;
}
.product-category-share .flooter-box img {
  width: 331px;
  height: 331px;
  margin: 0 auto 22px;
  transform: translateY(-102px);
}
.product-category-share .flooter-box .text {
  width: 100%;
  font-family: Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  transform: translateY(-102px);
}



















