@charset "UTF-8";
.m-page::before {
  position: absolute;
  content: "";
  background-image: url(/static/home/images/shop_bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-page .supplier-main {
  overflow-y: auto;
}
.m-page .supplier-main::-webkit-scrollbar {
  display: none;
}
.m-page .supplier-main .supplier-header {
  padding: 15px 0 0;
  border-top: 1px solid #e8e8e8;
  background-color: #ecf1f7;
  z-index: 999;
}
.m-page .supplier-main .supplier-header .page-header {
  color: #ffffff;
}
.m-page .supplier-main .supplier-header .page-header .title {
  width: 50%;
  height: 100%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.m-page .supplier-main .supplier-header .shop-head {
  padding: 0 10px 10px 10px;
}
.m-page .supplier-main .supplier-header .shop-head .head-card {
  position: relative;
  background-image: url(/static/home/images/shop_head_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 10px;
}
.m-page .supplier-main .supplier-header .shop-head .head-card .supplier-box {
  display: flex;
  align-items: center;
  flex: auto;
}
.m-page .supplier-main .supplier-header .shop-head .head-card .supplier-box .supplier-logo {
  width: 50px;
  height: 50px;
  flex: none;
  align-self: center;
  margin-right: 10px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .supplier-main .supplier-header .shop-head .head-card .supplier-box .collect {
  font-size: 12px;
  height: 20px;
  border: 1px solid #2546A1;
  padding: 0 10px;
  color: #2546A1;
  margin-left: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.m-page .supplier-main .supplier-header .shop-head .head-card .supplier-box .collect::before {
  content: '\e659';
  font-family: "global-iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.m-page .supplier-main .supplier-header .shop-head .head-card .supplier-box .collect.is-collect:before {
  content: '\e65a';
  color: #2546A1 !important;
}
.m-page .supplier-main .supplier-header .shop-head .head-card .supplier-box .collect.is-collect .text {
  color: #ffffff;
}
.m-page .supplier-main .supplier-header .nav-bar {
  margin-top: 0;
  background-color: transparent;
  margin-bottom: 10px;
  position: relative;
}
.m-page .supplier-main .supplier-header .nav-bar .nav {
  justify-content: space-between;
  line-height: 40px;
  padding: 0 10px;
}
.m-page .supplier-main .supplier-header .nav-bar .nav .nav-item {
  height: 100%;
}
.m-page .supplier-main .supplier-header .nav-bar .nav .nav-item .nav-link {
  height: 100%;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.m-page .supplier-main .supplier-header .nav-bar .nav .nav-item .nav-link.active {
  position: relative;
}
.m-page .supplier-main .supplier-header .nav-bar .nav .nav-item .nav-link.active::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 1px;
  background: #fff;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-page .supplier-main .supplier-header .nav-bar.fixed {
  position: fixed;
  height: 40px;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #2546a1;
}
.m-page .supplier-main .about-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0  auto;
  align-items: flex-start;
}
.m-page .supplier-main .about-content .left-panel {
  width: 300px;
  min-height: 300px;
  flex: none;
  margin-right: 15px;
  position: sticky;
  top: 20px;
}
.m-page .supplier-main .about-content .left-panel .card-panel {
  border-radius: 15px;
  background-color: #fff;
}
.m-page .supplier-main .about-content .left-panel .card-panel .about-form .form-item {
  padding-left: 0 !important;
}
.m-page .supplier-main .about-content .left-panel .card-panel .category-nav {
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 15px;
}
.m-page .supplier-main .about-content .left-panel .card-panel .category-nav .category-link {
  padding: 8px 15px;
  color: #333;
  font-size: 14px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.m-page .supplier-main .about-content .left-panel .card-panel .category-nav .active {
  color: #294a9f;
  background-color: #EAEEF8;
  position: relative;
}
.m-page .supplier-main .about-content .left-panel .card-panel .category-nav .active ::after {
  content: '';
  position: absolute;
  border-left: 5px solid #003D90;
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
}
.m-page .supplier-main .about-content .left-panel .card-panel .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px;
}
.m-page .supplier-main .about-content .left-panel .card-panel .contact-info {
  display: flex;
  margin-bottom: 20px;
}
.m-page .supplier-main .about-content .left-panel .card-panel .contact-info .avatar {
  width: 40px;
  height: 40px;
  flex: none;
  margin-right: 10px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .supplier-main .about-content .left-panel .card-panel .contact-info .avatar .info {
  flex: auto;
}
.m-page .supplier-main .about-content .left-panel .card-panel .contact-info .avatar .info .name {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.m-page .supplier-main .about-content .left-panel .card-panel .custom-form {
  padding: 0;
}
.m-page .supplier-main .about-content .left-panel .card-panel .custom-form .custom-btn {
  min-width: 100%;
}
.m-page .supplier-main .about-content .right-panel {
  flex: auto;
  min-width: 0;
}
.m-page .supplier-main .about-content .right-panel .nav-bar {
  display: none !important;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel {
  margin: 0;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row {
  margin: 10px;
  padding: 15px 10px;
  border-radius: 10px;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .title {
  text-align: center;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .title .more {
  margin: 8px 0;
  color: #333;
  display: inline-block;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .main .label-item {
  font-size: 14px;
  line-height: 32px;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .main .tit {
  color: #666;
  margin-right: 20px;
  min-width: 100px;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .main .text {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  color: #666;
  text-indent: 2em;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .main #company {
  overflow: hidden;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .main #company .tips-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .main #company .tips-icon .icon {
  background-image: url("/static/home/images/720.png");
  width: 40px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .main #company .tips-icon .text {
  font-size: 12px;
  color: #fff;
  padding-top: 10px;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .main #company .swiper-slide {
  height: 0;
  padding-bottom: 56%;
  background-size: cover;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .main #product-banner .title {
  color: #333;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .row1 {
  margin-top: 0;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .index-row .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .overview-box .overview-desc {
  position: relative;
  transition: max-height 0.3s ease;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .overview-box .overview-desc.long-text:not(.expand) {
  max-height: 240px;
  /* 限制为10行高度 */
  overflow: hidden;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .overview-box .overview-desc.long-text:not(.expand)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .overview-box .overview-desc.expand {
  max-height: 1000px;
  /* 使用一个足够大的值而不是none */
  overflow: visible;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .overview-box .overview-desc.expand::after {
  display: none;
  /* 展开时隐藏渐变遮罩 */
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .overview-box .text-content {
  line-height: 24px;
  font-size: 14px;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .overview-box .view-more-btn {
  display: block !important;
  text-align: center;
  margin-top: 10px;
  color: #007bff;
  cursor: pointer;
  font-weight: bold;
  background: #f8f9fa;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.m-page .supplier-main .about-content .right-panel .company-profile-panel .overview-box .view-more-btn:hover {
  background: #e9ecef;
  text-decoration: underline;
}
.m-page .supplier-main .contact {
  position: relative;
}
.m-page .supplier-main .contact .head {
  margin: 0 15px;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #eee;
}
.m-page .supplier-main .contact .head .shop-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.m-page .supplier-main .contact .head .job {
  color: #666;
}
.m-page .supplier-main .contact .item-row {
  font-size: 14px;
}
.m-page .supplier-main .contact .item-row .shop-label {
  min-width: 110px;
  margin-right: 20px;
  text-align: right;
  color: #999;
}
.m-page .supplier-main .contact .btn-login {
  border-radius: 18px;
  background: #007bff;
  color: #ffffff;
  padding: 0 20px;
}
.m-page .supplier-main .certificate-info {
  padding: 10px;
  position: relative;
  background: #ffffff;
}
.m-page .supplier-main .certificate-info .thumb-title {
  font-size: 14px;
  color: #333333;
  padding: 10px 0;
}
