@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../Roboto/static/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../Roboto/static/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../Roboto/static/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../Roboto/static/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("../Roboto/static/Roboto-Black.ttf") format("truetype");
}
body {
  /* background: url(../images/image/bg.png) no-repeat;
  background-size: 100% 61px;
  background-attachment: fixed; */
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Arial,"Noto Sans SC",
    "Microsoft YaHei", sans-serif !important;
}
.bg-circle {
  background: url(../images/image/circle.png) no-repeat;
  position: absolute;
  left: -60px;
  z-index: -1;
  width: 670px;
  height: 61px;
  /* background-attachment: fixed; */
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
}
@media (max-width: 1600px) {
  .container-fix {
    padding: 0 30px;
  }
  .header-left {
    gap: 40px !important;
  }
  .header-left .wrap-menu {
    gap: 20px !important;
  }
  .header-right .wrap-header-search {
    width: 370px !important;
  }
  .header-search-result {
    width: 370px !important;
  }
}
.container-fix {
  max-width: 1540px;
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.pl-0 {
  padding-left: 0;
}

.mt-20 {
  margin-top: 20px;
}
.mb-60 {
  margin-bottom: 60px;
}

.mt5 {
  margin-top: 5px !important;
}

.ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
  -webkit-line-clamp: 2;
  /*用来限制在一个块元素显示的文本的行数。*/
  -webkit-box-orient: vertical;
  /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}
.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
  -webkit-line-clamp: 3;
  /*用来限制在一个块元素显示的文本的行数。*/
  -webkit-box-orient: vertical;
  /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}
.ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
  -webkit-line-clamp: 4;
  /*用来限制在一个块元素显示的文本的行数。*/
  -webkit-box-orient: vertical;
  /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

input {
  font-size: 15px;
  color: #1d2129;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;

  font-weight: 400;
  color: #d2d5d8 !important;
  line-height: 15px;
}

input[type="checkbox"] {
  margin-top: 0;
}
input:-internal-autofill-selected {
  background-color: unset;
}
/* 搜索框公共样式 */
.form-search-inp {
  flex: 1 1 auto;
  font-size: 15px;

  font-weight: 400;
  color: #1d2129;
  line-height: 15px;
  padding: 14px 20px 14px 20px;
  outline: none;
  border: none;
  border-radius: 30px;
}
.form-search-inp:focus {
  background-color: #ffffff;
  /*background-color: transparent;*/
  box-shadow: none;
  /*border-bottom: 1px solid #209CFE;*/
  border-color: transparent !important;
}

.form-search-inp::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;

  font-weight: 400;
  color: #86909c;
  line-height: 15px;
}

.form-search-inp::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;

  font-weight: 400;
  color: #86909c;
  line-height: 15px;
}

.form-search-inp:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px;

  font-weight: 400;
  color: #86909c;
  line-height: 15px;
}

.form-search-inp:-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;

  font-weight: 400;
  color: #86909c;
  line-height: 15px;
}
/*input[type="checkbox"] {*/
/*    border-color: #002F71;*/
/*}*/

/*input[type="checkbox"]:checked {*/
/*    background-color: #002F71;*/
/*    border-color: #002F71;*/
/*}*/

textarea {
  font-size: 15px;
  color: #1d2129;
  font-weight: normal;
  border-radius: 2px;
  border: 1px solid #eaeaea;
}

select {
  border-radius: 2px !important;
}

.form-control {
  font-size: 15px;
  color: #1d2129;
  border-radius: 2px;
}
form {
  margin-block-end: 0;
}
html::-webkit-scrollbar {
  width: 8px;
  position: relative;
  z-index: 1000;
}

html::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1000;
}

html::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.alert-close {
  color: #4e5969;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.dialog-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(49, 49, 49, 0.5);
  color: #313131;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

.dialog-wrapper.fadeIn {
  animation: fadeIn 0.2s ease;
}

.dialog-wrapper.fadeOut {
  animation: fadeOut 0.2s ease forwards;
}

.dialog-wrapper .dialog {
  position: relative;
  width: 85vw;
  max-width: 30em;
  border-radius: 0.4em;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.dialog-wrapper .dialog.slideDown {
  animation: slideDown 0.2s ease;
}

.dialog-wrapper .dialog.slideUp {
  animation: slideUp 0.2s ease forwards;
}

.dialog-wrapper .dialog.scaleIn {
  animation: scaleIn 0.2s cubic-bezier(0.07, 0.89, 0.95, 1.4);
}

.dialog-wrapper .dialog.scaleOut {
  animation: scaleOut 0.2s cubic-bezier(0.07, 0.89, 0.95, 1.4) forwards;
}

.dialog-wrapper .dialog .btn {
  cursor: pointer;
}

.dialog-wrapper .dialog .btn:active {
  background-color: #f4f4f4;
}

.dialog-wrapper .dialog .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 1.8em;
}

.dialog-wrapper .dialog .title {
  font-size: 1.8em;
  padding: 15px;
  text-align: center;
  background-color: #f4f4f4;
}

.dialog-wrapper .dialog .title:empty {
  display: none;
}

.dialog-wrapper .dialog .content {
  padding: 40px 20px !important;
  font-size: 1.6em;
  text-align: center;
}

.dialog-wrapper .dialog .buttons {
  font-size: 1.6em;
  display: flex;
}

.dialog-wrapper .dialog .buttons .btn {
  flex: 1;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ebebeb;
}

.dialog-wrapper .dialog .buttons .btn.confirm-btn {
  color: #4b71f4;
}

.dialog-wrapper .dialog .buttons .btn.cancel-btn {
  color: #333;
  border-right: 1px solid #ebebeb;
}

@keyframes slideDown {
  from {
    transform: translateY(-3em);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-3em);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scaleOut {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.8);
  }
}

.mt-30 {
  margin-top: 30px;
}

/**头部通用样式**/
.wrap-header {
  height: 60px;
  display: flex;
  justify-content: space-between;
}

.wrap-common-header {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header {
  flex: 0 0 auto;
  width: 100%;
}
.header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 68px;
}
.header-right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

.login-txt {
  white-space: nowrap;
  font-size: 14px;

  /* font-weight: 600; */
  color: #fff;
  cursor: pointer;
}
.common-header .login-txt {
  color: #ffff;
}
.header-right img {
  cursor: pointer;
}
img.wx-header-img {
  width: 16px;
  height: 16px;
}

.wrap-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.wrap-menu a {
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;

  font-weight: 400;
  color: #fff;
}
/* .wrap-menu a:active,
.wrap-menu a:hover {
  
  font-weight: bold !important;
  color: #4f8df5 !important;
}
.wrap-menu-a-active {
  
  font-weight: bold !important;
  color: #4f8df5 !important;
} */
.wrap-bottom {
  width: 100%;
  height: 60px;
  background: linear-gradient(
    270deg,
    #1d365b00 0%,
    #1d365b 53%,
    #1d365b00 100%
  );
  margin-top: 100px;
}
.wrap-info {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}
.wrap-info div {
  max-width: 290px;
  padding: 0 70px;
  text-align: center;
}
.wrap-info :not(:last-child) {
  border-right: 2px solid #ffffff4d;
}
.common-header {
  min-width: 1200px;
  height: 60px;
  background: url(../images/image/bg.png) no-repeat;
  background-size: cover;
}
.common-header .wrap-menu a {
  color: #fff;
}
.wrap-header-search {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 32px;
  width: 460px;
  height: 32px;
  border-radius: 62px;
  background: #ffffff4d;
  color: #ffffff;
}

.header-cmSearch-img {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}

.header-cmSearch-img img {
  width: 14px;
  height: 14px;
}

.wrap-cmSearch-arrow {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: #8bb3ff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  cursor: pointer;
}

.wrap-cmSearch-arrow:hover {
  background-color: #4a75ff;
}
.header-cmSearch-left {
  width: 82px;
  height: 26px;
  border-radius: 31px;
  opacity: 1;
  border: 1px solid #ffffff80;
  background: #26456a;
  margin-left: 4px;
}
.wrap-cmSearch-right {
  height: 100%;
  /* width: 106px; */
  color: #fff;
  white-space: nowrap;
  padding-right: 10px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0 31px 31px 0;
}
.wrap-cmSearch-right .line {
  width: 1px;
  height: 20px;
  background: #ffffff66;
  margin-left: 11px;
  margin-right: 10px;
}
.cmSearch-inp {
  flex: 1;
  font-size: 14px;

  font-weight: 400;
  color: #ffffff80;
  line-height: 14px;
  outline: none;
  border: none;
  background: none;
}

.cmSearch-inp:focus {
  /*background-color: transparent;*/
  box-shadow: none;
  /*border-bottom: 1px solid #209CFE;*/
  border-color: transparent !important;
  background: none;
  color: #ffffff80;
  font-size: 14px;
  line-height: 14px;
}

.cmSearch-inp::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;

  font-weight: 400;
  color: #ffffff80;
  line-height: 14px;
}

.cmSearch-inp::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;

  font-weight: 400;
  color: #ffffff80;
  line-height: 14px;
}

.cmSearch-inp:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;

  font-weight: 400;
  color: #ffffff80;
  line-height: 14px;
}

.cmSearch-inp:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;

  font-weight: 400;
  color: #ffffff80;
  line-height: 14px;
}

.header-search-result {
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  width: 460px;
  top: 46px;
  border-radius: 0 0 16px 16px;
  z-index: 100;
  padding-bottom: 14px;
}

.header-search-result-item {
  height: auto !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-search-result-item-first-only {
  border-radius: 15px;
}
.header-search-result-item-first {
  border-radius: 15px 15px 0 0;
}
.header-search-result-item-last {
  border-radius: 0 0 15px 15px;
}
.wrap-search-result {
  visibility: hidden;
  position: absolute;
  top: 54px;
  width: 710px;
  background: #ffffff;
  border-radius: 25px;
  border: 1px solid #e8ecf2;
}

.search-result-item {
  width: 100%;
  padding-left: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  height: auto;
  line-height: 30px;
  height: 30px;
  padding-right: 8px;
  cursor: pointer;
}
.search-result-item-only1 {
  border-radius: 25px;
}
.search-result-item-first {
  border-radius: 25px 25px 0 0;
}

.search-result-item-last {
  border-radius: 0 0 25px 25px;
}

.search-matchWord {
  font-size: 13px;

  font-weight: 400;
  color: #1d2129;
}

.search-result-item:hover {
  background: #f9f9f9;
}

.search-result-item-icon {
  width: 13px;
  height: 13px;
}

.search-result-item-txt {
  font-weight: 400;
  color: #86909c;
  word-break: break-all;
}

.header-struct {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
  margin-right: 40px;
  cursor: pointer;
  gap: 8px;
}

/**底部通用样式**/
.index-footer {
  flex: 0 0 auto;
  width: 100%;
  flex-direction: column;
  background: #0f2042ff;
}
.index-footer .top {
  width: 100%;
  height: 60px;
  background: #1d365b;
}
.common-footer {
  min-width: 1200px;
  width: 100%;
  height: 80px;
  background: #0c1d3d;
  margin-top: 100px;
  display: flex;
  align-items: center;
}
.common-footer .statics-cnzz {
  display: none;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.common-footer-content {
  
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #ffffffcc;
}
.common-footer-info {
  
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.common-footer-info img {
  opacity: 0.6;
}
.index-footer-new {
  background: #0c1d3d;
}
.common-footer-content-l {
  font-size: 13px;
  display: flex;
  align-items: center;
  height: 100%;
}
.common-footer-content-l .line {
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 10px;
}
.shengming {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.shengming-detail {
  position: absolute;
  bottom: 40px;
  right: -22px;
  width: 657px;
  padding: 12px 16px;
  border-radius: 4px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 #0000001a;
  color: #4e5969;
  font-size: 13px;
  display: none;
}
.shengming-detail .shengming-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.shengming-item {
  line-height: 18px;
  display: flex;
  align-items: flex-start;
}
.shengming-item .label {
  width: 65px;
}
.shengming-item .value {
  flex: 1;
}
.shengming:hover .shengming-detail {
  display: block;
}
.common-footer-content-l .wrap-menu a {
  color: #ffffffcc;
}
.footer-info {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  opacity: 0.5;
  line-height: 22px;
}
.common-footer-copyright {
  /* margin-bottom: 10px; */
  font-size: 14px;
}

.common-footer-copys {
  font-size: 13px;
  display: flex;
  gap: 10px;
}
.common-footer-copys .line {
  width: 1px;
  height: 14px;
  background-color: #fafafb;
}

/*通用面包屑样式*/
.wrap-breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  height: 50px;
}
.shop-breadcrumb {
  height: 50px;
}
.wrap-breadcrumb-home {
  text-decoration: none;
  display: flex;
  align-self: center;
}
.breadcrumb-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  font-size: 14px;

  font-weight: 400;
  color: #86909c;
  text-decoration: none;
}
.breadcrumb-txt-active {
  color: #1d2129;
}
.breadcrumb-txt-noHref {
  font-size: 12px;

  font-weight: 400;
  color: #1d2129;
}

.breadcrumb-item.active {
  color: #86909c;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}
.breadcrumb-txt-lastLevel {
}

/*个人中心左侧通用菜单*/

/**表单样式**/
/**Modal样式**/
.modal-dialog {
  max-width: 520px;
}
.modal-content {
  border-radius: 6px !important;
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 640px;
}

.modal-body {
  padding: 20px;
  position: relative;
}

.modal-title {
  font-size: 23px;
  font-weight: normal;
  color: #1d2129;
  line-height: 27px;
}

.modal-header-close {
  width: 10px;
  height: 10px;
  color: #d2d5d8;
  padding: 0 !important;
  margin: 0 !important;
  align-self: flex-end;
}

/**修改select2样式**/
.select2-selection__rendered {
  font-size: 14px;
  color: #1d2129;
}

.select2-results__option {
  font-size: 14px;
  color: #1d2129;
}

.select2-results__option--highlighted[aria-selected] {
  background: #0055cf !important;
}

/**进度条样式**/

.wrap-progress {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.step-progress {
  flex: 0 0 auto;
  width: 753px;
  display: flex;
}

.progress-item {
  flex: 1 1 auto;
  height: 2px;
  background-color: #dbdbdb;
  position: relative;
}

.progress-active {
  background: linear-gradient(90deg, #a6d6f4 0%, #0055cf 100%);
}

.wrap-progress-node {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  top: -23px;
}

.progress-node-text {
  position: relative;
  right: calc(-100% / 2);
  font-size: 12px;
  font-weight: normal;
  color: #1d2129;
  line-height: 14px;
}

.progress-node-circle {
  position: relative;
  right: calc(-100% / 2);
  background: #d8d8d8;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  z-index: 100;
}

.active-circle {
  background: #0055cf;
}

.pointer {
  cursor: pointer;
}
/**分页通用样式**/
.pageNation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pageNation-total {
  font-weight: 400;
  color: #1d2129;
  margin-right: 14px;
}
.pageNumItem {
  line-height: 14px;
  padding: 4px 8px;
  min-width: 22px;
}
.currentSelectNum {
  color: #165dff;
  background-color: #ebf2ff;
}
.pageNation-pageNum {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pageNation-prev,
.pageNation-next {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 22px;
  height: 22px;
}
.pageNation-prev {
  color: #4e5969;
  margin-right: 9px;
}
.pageNation-next {
  color: #4e5969;
  margin-left: 9px;
}
.currentPageFirst,
.currentPageLast {
  color: #c9cdd4;
  cursor: not-allowed;
}
.pageNum-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
}
.pagination {
  gap: 8px;
  --bs-pagination-disabled-color: #c9cdd4;
  --bs-pagination-disabled-bg: transparent;
}
.page-item.active,
.page-item.active .page-link {
  
  font-weight: 400;
  color: #165dff !important;
  background: #e8f3ff;
  border: none;
}
.page-item,
.page-link {
  text-decoration: none;
  min-width: 22px;
  height: 22px;
  line-height: 20px;
  
  font-weight: 400;
  color: #4e5969;
  text-align: center;
  display: flex;
  align-items: center;
  border: none;
  font-size: 14px;
}
.page-link:focus {
  box-shadow: none;
}
.page-link {
  padding: 4px 8px;
  background-color: transparent;
}
.prev-pageSize,
.next-pageSize {
  cursor: pointer;
}

.pageNation-pageSize {
  margin-left: 14px;
  width: 88px;
  height: 24px;
  margin-right: 14px;
  position: relative;
}
.current-pageSize {
  width: 100%;
  height: 100%;
  background: #f2f3f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
  gap: 10px;
  cursor: pointer;
}

.current-pageSize-onSelect {
  background: #e8f3ff;

  font-weight: 400;
  color: #86909c;
}
.current-pageSize-txt {
  flex: 1;

  font-weight: 400;
  color: #1d2129;
  display: flex;
  justify-content: flex-end;
  line-height: 24px;
}
.pageNation-pageSize-arrow {
  flex: 0 0 auto;
  width: 7px;
  height: 4px;
}
.pageSize-options {
  position: absolute;
  top: 30px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e8ecf2;
  flex-direction: column;
  display: none;
}
.pageSize-options-item {
  cursor: pointer;
  width: 86px;
  height: 24px;
  line-height: 24px;
  text-align: center;

  font-weight: 400;
  color: #1d2129;
  text-align: center;
}
.currentPageSize {
  background: #f9f9f9;
  color: #4a75ff;
}
.pageSize-options-item:hover {
  background: #f9f9f9;
  color: #4a75ff;
}
.pageNation-jumper {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.jumper-txt {
  font-weight: 400;
  color: #86909c;
}

.jumper-input {
  font-weight: 400;
  color: #1d2129;
  width: 40px;
  height: 24px;
  outline: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #1d2129;
  padding: 12px 8px;
  box-sizing: border-box;
  transition: color 0.1s linear, border-color 0.1s linear,
    background-color 0.1s linear;
  border: 1px solid transparent;
  background-color: #f2f3f5;
}

/*=================================*/
/* ==============scrollbar==========*/
/*=================================*/

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

/*::-webkit-scrollbar-track {
  background-color: rgb(0 0 0 / 5%);
}*/

::-webkit-scrollbar-thumb {
  background: #939392;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  //background-color: @border-color-dark;
}

.display-flex {
  display: flex;
}
.flex-d-c {
  flex-direction: column;
}

/*=================================*/
/* ==============轮播图通用样式==========*/
/*=================================*/
.my-bullet {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 3px;
  background: #ededed;
  margin-right: 5px;
}

.my-bullet-active {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #8bb3ff;
  margin-right: 5px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  color: #4a75ff;
  width: 35px !important;
  height: 35px !important;
  background: #eaecf2 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer !important;
  border-radius: 50% !important;
}
.swiper-button-prev-custom::after,
.swiper-button-next-custom::after {
  content: "" !important;
}
.swiper-button-disabled {
  color: #ffffff !important;
}

/*=================================*/
/* ==============店铺页面菜单通用样式==========*/
/*=================================*/
.wrap-shopMenu {
  width: 100%;
  display: flex;
  gap: 64px;
}

.shopMenuItem {
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;

  font-weight: 400;
  color: #1d2129;
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 2px solid transparent;
}

.shopMenuItem:hover {
  border-bottom: 2px solid #4a75ff;
}

.shopMenuItem-active {
  border-bottom: 2px solid #4f8df5;
}

.shop-header {
  height: 50px;
  background: #f3f3f6;
  box-shadow: 0 1px 0 0 #eaeaee;
}

.wrap-shop-header {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.shop-header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.shop-footer {
  height: 80px;
  margin-top: 55px;
  background-color: #e7e7ee;
}

.wrap-shopFooter {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* logo样式 */
.logoTxt {
  width: 130px;
  height: 24px;
  background: url(../images/image/logo.svg) no-repeat center 100%/100%;
}

/*查询结果为空*/
/* .wrap-hscode-content {
  min-height: calc(100% - 110px);
  display: flex;
  flex: 1;
  flex-direction: column;
} */
.wrap-hscode-content .serPrd-content-tp {
  margin-bottom: 0;
}
body {
  height: 100%;
}
.wrap-hscode-not-found {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 30px 0;
}
.wrap-hscode-not-found .null-result {
  text-align: center;
  color: #1d2129;
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
  /*font-weight: 600;*/
}
.font-weight-400 {
  font-weight: 400 !important;
}
.wrap-hscode-not-found .tip {
  text-align: center;
  margin-top: 14px;
  font-size: 13px;

  font-weight: 400;
  color: #86909c;
  line-height: 26px;
}
.product_message_empty {
  margin-top: 20px;
  flex: unset;
  box-shadow: 2px 2px 8px 0px rgba(195, 195, 195, 0.25);
  border-radius: 10px;
  height: 300px;
}
.product_message_empty .null-result {
  margin-top: 10px;
  font-size: 14px;
  color: #86909c;
}

.shop-header-login .wrap-login-dropdown {
  top: 60px;
}
.hasLogin-name {
  display: flex;
  align-items: center;
  gap: 2px;
}

.wrap-login-dropdown {
  z-index: 21;
  top: 60px;
  display: none;
  position: absolute;
  width: 82px;
  right: 0;
  padding: 8px 13px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: -2px 0 10px 0 #00000033;
  line-height: 30px;
}
.wrap-cmSearch-arrow img {
  width: 12px;
}
/* 搜索框聚焦样式 */
.search-group-first-focus {
  border: 1px solid #4f8df5 !important;
}
/* 商铺样式 */
.wrap-loginBtn {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.content-header-left img {
  max-width: 150px;
  max-height: 50px;
  margin-right: 40px;
}
.newPrd-item-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;

  color: #dcdcdc;
  font-weight: 600;
}
.newPrd-price {
  margin-top: 5px;
  line-height: 14px;
}
.newPrd-hover-bottom {
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  padding: 16px 14px;
}
.company-detail-line1 {
  display: flex;
  gap: 8px 30px;
  flex-wrap: wrap;
}
.newPrd-item-top img {
  max-width: 100%;
  max-height: 100%;
}
.wrap-company-web img {
  max-width: 120px;
  max-height: 40px;
}
.webInfo-item .label {
  white-space: nowrap;
  min-width: 48px;
}
.webInfo-item .value {
  color: #1d2129;
  word-break: break-word;
}
.collapse-btn {
  margin-top: 4px;
  font-size: 12px;
  text-align: left;
  color: #335eea;
}
.prdCategory-list {
  max-height: 208px;
  overflow: hidden;
}
/* 商铺回到顶部按钮样式 */
.go-top {
  display: none;
  position: fixed;
  right: calc(50% - 840px);
  bottom: 114px;
  z-index: 10;
}
/* 商铺无对外公布产品样式 */
.empty-pro-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-empty-pro-box {
  background: #ffffff;
  box-shadow: 0 0 10px 0 #f0f1f5e6;
  border-radius: 6px;
  padding: 18px 20px;
  height: 100%;
}
.empty-pro-box .empty_tips {
  font-size: 14px;
  margin-top: 20px;
}
/* 联想相关产品样式 */
.associative-query {
  position: relative;
  margin-top: 20px;
  width: 100%;
  min-height: 116px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(240, 241, 245, 0.92);
  border-radius: 10px;
  font-size: 12px;
  box-sizing: border-box;
  padding: 15px 20px;
}
.associative-query .tip {
  font-size: 16px;
  color: #4f8df5;

  font-weight: 600;
}
.associative-query ul {
  margin-top: 16px;
  flex-wrap: wrap;
  overflow: hidden;
}
.associative-query li {
  font-size: 13px;

  font-weight: 400;
  color: #1d2129;
  line-height: 13px;
  border-radius: 14px;
  border: 1px solid #eaeaee;
  padding: 6px 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.associative-query li .text-color {
  color: #1d2129;
}
.associative-query li span {
  color: #86909c;
}
.associative-query .button {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: #335eea;
  bottom: 6px;
  right: 6px;
}
.wrap-scanLogin {
  z-index: 10;
  width: 541px;
  height: 150px;
  background: #ffffff;
  padding: 20px 26px;
  display: flex;
  gap: 25px;
  border-radius: 10px;
  background: url("../images/image/unLoginBg.png") 100% 100% no-repeat;
  align-items: center;
}
.wrap-wechatImg {
  width: 110px;
  height: 110px;
  background: #ffffff;
}
.wrap-loginTip {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wrap-loginTip-title-top {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 16px;

  font-weight: 600;
  color: #335fad;
}
.scanLogin-txt {
  font-size: 14px;
  line-height: 14px;

  font-weight: 400;
  color: #4e5969;
}
.logo-entry {
}
#login_container iframe {
  width: 190px;
  height: 190px;
}
.login-close {
  top: 20px;
  right: 20px;
  position: absolute;
  cursor: pointer;
}

.search-noData {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 12px;

  font-weight: 400;
  color: #c7c9ce;
}

.keyword-style {
  margin: 0 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ff7811;
}
.wrap-content {
  overflow-x: hidden !important;
  min-width: 1200px;
  min-height: calc(100% - 60px);
  background: #fafafb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap-serPrd-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.prohibit-tip {
  font-size: 16px;

  font-weight: 400;
  color: #f53f3f;
  line-height: 26px;
  margin: 0;
  margin-top: 30px;
  width: 566px;
  height: 93px;
  opacity: 1;
  background: #ffece8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.go-index {
  width: 566px;
  height: 54px;
  font-size: 14px;

  font-weight: 400;
  color: #1d2129;
  line-height: 14px;
  border: 1px solid #e5e6eb;
  border-top: none;
}
.go-index a {
  margin-left: 5px;
  color: #4a75ff;
}

#preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999;
}

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader span {
  display: inline-block;
  background-color: #6195ff;
  width: 14px;
  height: 14px;
  -webkit-animation: 1s preload ease-in-out infinite;
  animation: preload 1s ease-in-out infinite;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
}

.preloader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.prd-no-image {
  width: 270px;
  height: 270px;
  border-radius: 10px;
}

.prdCategory-list-item a:hover {
  color: #4f8df5;
}
.prdCategory-list-item-active a {
  color: #4f8df5;
}
.small-line-gray {
  color: #eaeaee;
}
.wrap-prdInfo-left {
  width: 855px;
}
.items-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-prdPriceSer {
  width: 100%;
  height: 100px;
  background: url("/datasite/images/image/search-bg.png") no-repeat center;
  background-size: cover;
  /* margin-top: 20px; */
}
.wrap-prdInfo-img-box {
  width: 240px;
  height: 240px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 查看证书 */
.auth-box {
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 190px;
  height: 188px;
  border-radius: 2px;
  opacity: 1;
  background: #ffffff;
  z-index: 100;
  box-shadow: 0 2px 10px 0 #00000033;
  font-size: 12px;
  display: none;
}
#view-danger-auth {
  cursor: pointer;
  flex: none;
  width: 30px;
}
#view-company-auth {
  cursor: pointer;
  flex: none;
  width: 38px;
}
#view-danger-auth:hover .danger-auth-box {
  display: block;
}
#view-company-auth:hover .company-auth-box {
  display: block;
}
.danger-auth-box {
  left: 30px;
}
.company-auth-box {
  left: 38px;
}
.danger-auth-box > img {
  width: auto;
  height: 110px;
}
.auth-box-tip {
  color: #3d3d3d;
  line-height: 12px;
  margin-bottom: 8px;
}
.auth-box-detail {
  margin-top: 6px;
  color: #2db169;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.shop-index-bg {
  width: 100%;
  height: 96px;
}
.newPrd-hover-top > img {
  width: 100%;
  height: 160px;
}
.danger-box {
  border-bottom: 1px solid #e5e6eb;
  padding-bottom: 20px;
  width: 100%;
}
.danger-box .list-item-right {
  padding-bottom: 0 !important;
}
.login-tip {
  font-size: 14px;
  font-weight: 400;
  color: #86909c;
  line-height: 24px;
  margin: 0;
  margin-top: 14px;
  text-align: center;
}
.login-footer {
  color: #86909c;
  font-size: 14px;
  line-height: 14px;
}
.login-footer a {
  color: #4a75ff;
  text-decoration: none;
}
.wechat-box {
  width: 215px;
  height: 233px;
  background: #ffffff;
  border: 1px solid #e5e6eb;
  font-size: 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  line-height: 14px;
  padding: 10px 0;
}
.wrap-list-total {
  display: flex;
  align-items: center;
}
.wrap-list-total .search-prdName {
  max-width: 200px;
}
@media (max-width: 1400px) {
  .wrap-list-total .search-prdName {
    max-width: 100px !important;
  }
}
@media (max-width: 1300px) {
  .wrap-list-total .search-prdName {
    max-width: 60px !important;
  }
}
.input-close{
   display: none;
   cursor: pointer;
   position: absolute;
   right: 50px;
}
.page-input-close{
   display: none;
   cursor: pointer;
   position: absolute;
   right: 148px;
}
