@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: 6px !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;
}
.brand-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: 20px;
  color: #fff;
  margin-top: 14px;
  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: 6px !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-size: 18px;
  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-end;
  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-left: 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-size: 14px;
  line-height: 22px;
  color: #333;
  cursor: pointer;
  margin-bottom: 10px;
}
.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%;
  border-radius: 4px 4px 0 0;
  border: 1px solid #fff;
  background: linear-gradient(341.32deg, #FFFFFF 81.82%, #D8F7F7 99.13%);
  box-sizing: border-box;
  padding: 16px 0;
  transform: translateY(-2px);
}
.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 .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% - 40px - 26px);
  margin-left: 41px;
  box-sizing: border-box;
  /* transform: translateY(-54px); */
}
.grid-hd {
  padding: 20px 0 12px 0;
  position: sticky;
  top: 110px;
  z-index: 3;
  background-color: #F8FAFC;
  margin-bottom: 3px;
}
.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;
  box-sizing: border-box;
}
.grid-title-box .grid-title-img {
  width: auto;
  height: 40px;
}
.grid-bd {
  width: 100%;
}
.grid-bd .group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.grid-bd .group .g-item {
  width: 210px;
  height: 118px;
  border-radius: 4px;
  background: linear-gradient(180deg, #D4F4F9 -8.58%, #FFFFFF 20.52%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 8px 0px #EDEDED3D;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  flex-shrink: 0;
  padding-top: 20px;
}
.grid-bd .group .g-item:last-of-type {
  margin-right: 0;
}
.grid-bd .group .g-item .img-box {
  width: 96px;
  height: 42px;
  position: relative;
  margin-bottom: 5px;
  pointer-events: none;
}
.grid-bd .group .g-item .img-box.img-empty {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #333;
  margin-top: 10px;
  margin-bottom: 6px;
  box-sizing: border-box;
  padding: 0 5px;
}
.grid-bd .group .g-item .img-box img {
  max-width: 96px;
  max-height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.grid-bd .group .g-item .small {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #999;
  margin-bottom: 6px;
  pointer-events: none;
}
.grid-bd .group .g-item .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #333;
  pointer-events: none;
}
.grid-bd .group .g-item .year {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 1;
  pointer-events: none;
}
.grid-bd .group .g-item .label {
  width: 59px;
  height: 21px;
  background-image: url('https://files3.zydmall.com:9443/zydmall/brand-item-title-bg.png');
  background-size: cover;
  box-sizing: border-box;
  padding-top: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  pointer-events: none;
}
.grid-bd .group .g-item.item-empty {
  display: block;
  height: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
  position: relative;
  border: 0 !important;
  padding: 0;
  background: transparent !important;
  box-shadow: none !important;
}
.grid-bd .group.group-2 {
  border-radius: 4px;
  background: linear-gradient(180deg, #D4F4F9 -8.58%, #FFFFFF 20.52%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 8px 0px #EDEDED3D;
  margin-bottom: 15px;
  justify-content: flex-start;
}
.grid-bd .group.group-2 .g-item {
  width: 186px;
  height: 116px;
  margin-right: 10px;
  margin-bottom: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: all 0.4s ease;
  transform: translateY(0);
}
.grid-bd .group.group-2 .g-item:last-of-type {
  margin-right: 0;
}
.grid-bd .group.group-2 .g-item .img-box {
  width: 78px;
  height: 40px;
  margin-bottom: 7px;
}
.grid-bd .group.group-2 .g-item .img-box img {
  max-width: 78px;
  max-height: 40px;
}
.grid-bd .group.group-3 .g-item {
  width: 142px;
  height: 100px;
  margin-bottom: 15px;
  background: #fff;
}
.grid-bd .group.group-3 .g-item .img-box {
  width: 78px;
  height: 40px;
  margin-bottom: 6px;
}
.grid-bd .group.group-3 .g-item .img-box img {
  max-width: 78px;
  max-height: 40px;
}
.grid-bd .group.group-3 .g-item .small {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #333;
}
.grid-bd .group-1 .g-item.on,
.grid-bd .group-1 .g-item:hover,
.grid-bd .group-3 .g-item.on,
.grid-bd .group-3 .g-item:hover {
  border: 1px solid #19B0B0;
}
.grid-bd .group-2 .g-item.on,
.grid-bd .group-2 .g-item:hover {
  transform: translateY(-7px);
  transition: all 0.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: 6px !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 {
  position: fixed;
  z-index: 8;

  /* top: 100px;
  left: 300px; */
}
.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 {
  min-width: 500px;
  max-width: 668px;
  background: linear-gradient(180deg, #D4F4F9 -8.58%, #FFFFFF 20.52%);
  border: 1px solid #19B0B0;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px #44ACB152;
  position: relative;
  box-sizing: border-box;
  padding: 16px;
}
.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-info {
  /* padding: 16px 16px 12px 16px; */
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 6px;
}
.fixed-brand-box .brand-list .brand-info .b-left {
  flex: 1;
}
.fixed-brand-box .brand-list .brand-info .b-left .item {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.fixed-brand-box .brand-list .brand-info .b-left .item:first-of-type {
  margin-bottom: 4px;
}
.fixed-brand-box .brand-list .brand-info .b-left .text {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  position: relative;
  white-space: normal;
  word-break: break-all;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fixed-brand-box .brand-list .brand-info .b-left .more-text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  color:#999;
  padding-left: 1px;
}
.fixed-brand-box .brand-list .brand-info .b-left .more-text .more {
  color: #19B0B0;
  text-decoration: underline;
  margin-left: 16px;
  cursor: pointer;
}
.fixed-brand-box .brand-list .brand-info .certbox {
  margin-right: 10px;
  flex-shrink: 0;
  border: 1px solid #EAEAEA;
}
.fixed-brand-box .brand-list .brand-info .certbox img {
  max-width: 184px;
  max-height: 130px;
  font-size: 0;
  line-height: 0;
  cursor: zoom-in;
}
.fixed-brand-box .brand-list .brand-info .b-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-right: 2px;
}
.fixed-brand-box .brand-list .brand-info .b-item {
  margin-left: 6px;
  cursor: pointer;
}
.fixed-brand-box .brand-list .brand-info .b-item .b-item-con {
  display: inline-flex;
  align-items: center;
}
.fixed-brand-box .brand-list .brand-info .b-item .icon {
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  margin-right: 4px;
}
.fixed-brand-box .brand-list .brand-info .b-item span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.fixed-brand-box .brand-list .brand-info .b-certificate {
  flex-shrink: 0;
}
.fixed-brand-box .brand-list .brand-title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.fixed-brand-box .brand-list .brand-title span {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  position: relative;
  z-index: 2;
  margin: 0 5px;
}
.fixed-brand-box .brand-list .brand-title img {
  width: 10px;
  height: 10px;
  position: relative;
  transform: translateY(2px);
}
.fixed-brand-box .brand-list .list-box {
  padding: 0 8px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.fixed-brand-box .brand-list .list-box .list-row {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}
.fixed-brand-box .brand-list .list-box .list-row:last-of-type {
  margin-bottom: 0;
}
.fixed-brand-box .brand-list .list-box .item-tit {
  position: relative;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
}
.fixed-brand-box .brand-list .list-box .item-tit .tit {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #999;
  margin-right: 2px;
}
.fixed-brand-box .brand-list .list-box .item-tit .icon {
  width: 10px;
  height: 10px;
}
.fixed-brand-box .brand-list .list-box .item-cata {
  /* width: 100%; */
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fixed-brand-box .brand-list .list-box .item-cata .i-cata {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  margin-right: 16px;
  margin-bottom: 6px;
  cursor: pointer;
  flex-shrink: 0;
}
.fixed-brand-box .brand-list .list-box .item-cata .i-cata::before {
  content: '';
  width: calc(100% + 8px);
  height: calc(100% + 4px);
  border-radius: 2px;
  background: #19B0B01A;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
}
.fixed-brand-box .brand-list .list-box .item-cata .i-cata:last-of-type {
  margin-right: 0;
}
.fixed-brand-box .brand-list .list-box .item-cata .i-cata .prod-img {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
.fixed-brand-box .brand-list .list-box .item-cata .i-cata .prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed-brand-box .brand-list .list-box .item-cata .i-cata .prod-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.fixed-brand-box .brand-list .list-box .item-cata .i-cata .prod-name .small {
  color: #C7C7C7;
}
.fixed-brand-box .brand-list .list-box .item-cata .i-cata:hover::before {
  display: block;
}
.fixed-brand-box .brand-list .list-box .item-cata .i-cata:hover .prod-name {
  color: #19B0B0;
}
.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: 6px !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;
}

.video-pop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.video-pop.is-ready {
  opacity: 1;

}

.video-pop .video-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  max-height: 80vh;
  padding: 4px;
  border-radius: 4px;
  background: #000;
}

.video-pop .video-wrap video {
  vertical-align: middle;
  max-width: 744px;
  max-height: 80vh;
}

.video-pop .video-wrap .icon-close {
  width: 36px;
  height: 36px;
  line-height: 30px;
  font-size: 20px;
  position: absolute;
  right: -46px;
  top: -36px;
  font-style: normal;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;

  border-radius: 100%;
  transition: linear .2s;
}
.z-popover-fileList {
  margin-left: 0 !important;
  padding: 0 !important;
}
.z-popover-fileList .z-popover-fileList-box {
  padding: 16px 10px;
}
.video-pop .video-wrap:hover .icon-close {
  transform: rotate(-90deg);
}
.input-search-sample {
  margin: 0 0 16px;
}
.input-search-sample .el-input__inner {
  width: 100%;
  height: 32px;
  padding-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border: none;
  background: #f8f8f8;
}
.input-search-sample .el-input__icon {
  line-height: 34px;
  color: #c7c7c7;
}

/* 证书弹窗 */
.dialog-certificate .el-dialog__header,
.dialog-certificate .el-dialog__body {
  padding: 0;
}
.dialog-certificate .el-dialog__headerbtn {
  display: none;
}
.certificate-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificate-popup .certificate-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.6);
}
.certificate-popup .certificate-con {
  position: relative;
  border-radius: 8px;
  z-index: 999999;
}
.certificate-popup .certificate-con .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificate-popup .certificate-con .close img {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.certificate-popup .certificate-con .certificate-img {
  position: relative;
  display: inline-block;
  max-width: 747px;
  max-height: 694px;
  font-size: 0;
  line-height: 0;
  z-index: 0;
}
.certificate-popup .certificate-con .certificate-text-box {
  width: 248px;
  height: 206px;
  background-image: url('https://files3.zydmall.com:9443/zydmall-tinyapp/web/images/index_new/certificate-text-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 17px 50px 35px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -112px;
  bottom: -45px;
  z-index: 1;
}
.certificate-popup .certificate-con .certificate-text-box .item {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #873F00;
  white-space: nowrap;
}

.el-popover {
  overscroll-behavior: contain; /* 阻止滚动 */
}


/* 分享页 */
.brand-category-share .top-header-box {
  height: 146px;
  position: relative;
}
.brand-category-share .top-header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.brand-category-share .top-header-con {
  justify-content: space-between;
}
.brand-category-share .top-header-con .logo-box {
  position: relative;
  padding-left: 74px;
  padding-top: 48px;
  display: block;
}
.brand-category-share .top-header-box .logo {
  position: relative;
  left: 0;
  top: 0;
}
.brand-category-share .top-header-box .logo-text {
  position: relative;
  left: 22px;
  top: 4px;
}
.brand-category-share .top-header-box .top-title {
  max-width: 665px;
  width: auto;
}
.brand-category-share .top-header-box .top-title .tit {
  margin-top: 41px;
  margin-bottom: 15px;
}
.brand-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;
}
.brand-category-share .top-header-box .qrCode img {
  width: 80px;
  height: 80px;
  margin-top: 23px;
  margin-bottom: 8px;
}
.brand-category-share .top-header-box .qrCode .text {
  font-family: Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.brand-category-share .down-container .right-box {
  width: auto;
  max-width: 1627px;
  margin: 0 auto;
}
.brand-category-share .down-container .right-box .grid-hd {
  position: relative;
  top: 0;
  padding: 20px 0 10px 0;
}
.brand-category-share .down-container .right-box .grid-bd {
  justify-content: center;
}
.brand-category-share .grid-column .grid:last-of-type .grid-item {
  margin-bottom: 12px;
}
.brand-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;
}
.brand-category-share .flooter-box img {
  width: 331px;
  height: 331px;
  margin: 0 auto 22px;
  transform: translateY(-102px);
}
.brand-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);
}

