.main {
  padding: 0 0 40px;
  color: #010914;
}

.main-box {
  display: none;
  padding-top: 24px;
  width: 1440px;
  margin: 0 auto;
}

.main-box.active {
  display: block;
}

.main-box.active.sec4 {
  display: flex;
}

.sec2.active {
  border-bottom: 1px solid #E9ECF1;
}

.main-box-wrap {
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
}

.main-box-wrap+.main-box-wrap {
  margin-top: 24px;
}

.main-box-wrap-title {
  color: #0C203D;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.sec1 {
  padding: 48px 0 12px;
  color: #0C203D;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.sec1-main {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1440px;
}

.sec1-l {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  background: url(../img/tag1.png) no-repeat center;
  background-size: contain;
}

.sec1-m {
  flex: 1;
  margin-left: 12px;
  min-width: 0;
}

.sec1-m-text1 {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.sec1-m-text2 {
  display: flex;
  align-items: center;
  margin-top: 4px;
  line-height: 20px;
  color: #798494;
}

.sec1-m-text2 .verified {
  display: inline-block;
  margin: 0 8px;
  color: #031229;
}

.sec1-m-text2 .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_1.png) center no-repeat;
  background-size: contain;
}

.sec1-m-text2 .customer {
  display: inline-block;
  margin-left: 12px;
  border-left: 1px solid #798494;
  padding-left: 12px;
  line-height: 12px;
}

.sec1-r {
  display: flex;
  flex-shrink: 0;
}

.sec1-r .xc-btn {
  margin-left: 24px;
  width: 200px;
  height: 44px;
  font-weight: bold;
}

.sec1-r .xc-btn-default {
  border-color: #E9ECF1;
  color: #0C203D;
  background-color: #F8F8FA;
}

.sec1-r .iconfont {
  margin-right: 4px;
  font-size: 24px;
}

.sec2 {
  position: sticky;
  top: 80px;
  color: #000;
  background-color: #fff;
  z-index: 6;
}

.sec2.active {
  border-bottom: 1px solid #E9ECF1;
}

.sec2.active+.sec2-bg {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 120px;
  height: 48px;
  border-bottom: 1px solid #E9ECF1;
  background-color: #fff;
  z-index: 10;
}

.sec2-bg {
  display: none;
}

.sec2-tags {
  display: flex;
  margin: 0 auto;
  width: 1440px;
}

.sec2-tags .item {
  position: relative;
  padding: 12px;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.sec2-tags .item+.item {
  margin-left: 24px;
}

.sec2-tags .item.active:after {
  display: block;
  content: '';
  position: absolute;
  border-radius: 4px;
  bottom: 6px;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: #010914;
}

.main-l-list {
  /* padding-left: 24px; */
  color: #798494;
  font-size: 14px;
}

.main-l-list .item {
  margin-top: 8px;
  cursor: pointer;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.main-l-list .item-l {
  display: block;
  flex-shrink: 0;
  border-radius: 6px;
  width: 56px;
  height: 56px;
  background-size: contain;
  background-position: center;
}

.sec3-table {
  width: 100%;
  margin-top: 24px;
  border: 1px solid #ebeef5;
  color: #000;
}

.sec3-table-tr {
  height: 40px;
}

.sec3-table-th {
  border-width: 1px;
  padding: 0 8px;
  width: 224px;
  text-align: right;
  background-color: #F8F8FA;
}

.sec3-table-td {
  border-width: 1px;
  padding: 0 8px;
  width: 472px;
  font-weight: bold;
}

.sec3 .wrap1 {
  display: flex;
}

.sec3 .wrap1-l {
  position: relative;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  width: 354px;
  height: 354px;
  cursor: pointer;
  /* background: #000; */
}

.sec3 .wrap1-l.play .wrap1-l-icon,
.sec3 .wrap1-l.play:after {
  display: none;
}

.sec3 .wrap1-l:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.sec3 .wrap1-l-video {
  width: 100%;
  height: 100%;
  background: #000;
}

.sec3 .wrap1-l-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
  z-index: 2;
  fill: #fff;
}

.sec3 .wrap1-m {
  flex: 1;
  margin-left: 24px;
}

.sec3 .wrap1-m-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.sec3 .wrap1-m-text {
  margin-top: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
}

.sec3 .wrap1-m-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 24px;
  border-top: 1px solid #E9ECF1;
}

.sec3 .wrap1-m-list .item {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.sec3 .wrap1-m-list .item.disabled {
  color: #C2C4C7;
}

.sec3 .wrap1-m-list .item.disabled .item-icon {
  fill: #C2C4C7;
}

.sec3 .wrap1-m-list .item-icon {
  display: block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.sec3 .wrap1-m-list .item-text {
  line-height: 24px;
  font-size: 16px;
}

.sec3 .wrap2-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 24px;
}

.sec3 .wrap2-list .item+.item {
  /* margin-left: 24px; */
}

.sec3 .wrap2-list .item-img {
  display: block;
  border-radius: 6px;
  cursor: pointer;
  max-width: 260px;
  /* width: 100%; */
  /* width: 260px;
  height: 260px; */
}

.sec4-l {
  flex-shrink: 0;
  border-radius: 8px;
  padding: 24px;
  width: 256px;
  height: 1058px;
  line-height: 24px;
  color: #0C203D;
  background-color: #fff;
  overflow: auto;
}

.sec4-l::-webkit-scrollbar {
  display: none;
  width: 4px;
  transition: opacity 0.3s;
}

.sec4-l-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.sec4-l-title.type2 {
  margin-top: 24px;
}

.sec4-l-title+.sec4-l-term {
  margin-top: 12px;
}

.sec4-l-term {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  cursor: pointer;
}

.sec4-l-term.collapsed .icon-decr {
  display: none;
}

.sec4-l-term.collapsed .icon-incr {
  display: block;
}

.sec4-l-term .iconfont {
  font-size: 20px;
}

.sec4-l-term .icon-incr {
  display: none;
}

.sec4-l-list {
  padding-left: 24px;
  color: #798494;
  font-size: 14px;
}

.sec4-l-list .item {
  margin-top: 8px;
  cursor: pointer;
}

.sec4-l-list .item.active {
  font-weight: bold;
  color: #010914;
}

.sec4-l-wrap {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.sec4-l-wrap-input {
  flex: 1;
  height: 36px;
  border-radius: 0;
  text-align: center;
  border-width: 0 0 1px 0;
}

.sec4-l-wrap-input::placeholder {
  color: #798494;
}

.sec4-l-wrap-line {
  display: block;
  margin: 0 4px;
  width: 16px;
  border-top: 1px solid #E6E8ED;
}

.sec4-l-wrap .xc-btn {
  margin-left: 12px;
  width: 48px;
  height: 36px;
  border-color: #F6F9FC;
  background-color: #F6F9FC;
}

.sec4-m {
  flex: 1;
}

.sec4-m-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec4-m-control-l {
  display: flex;
  color: #000;
}

.sec4-m-control-l .xc-btn {
  padding: 0 12px 0 16px;
  height: 36px;
  font-size: 16px;
  background-color: #fff;
  color: #11b8e6f9;
}

.sec4-m-control-l .xc-btn+.xc-btn {
  margin-left: 16px;
}

.sec4-m-control-l .xc-btn:last-of-type {
  background-color: transparent;
}

.sec4-m-control-l .iconfont {
  display: block;
  margin-left: 12px;
  border-radius: 50%;
  line-height: 1;
  font-size: 20px;
}

.sec4-m-control-l .iconfont:hover {
  background-color: #F8F8FA;
}

.sec4-m-control-r {
  display: flex;
  line-height: 1;
}

.sec4-m-control-r .iconfont {
  display: block;
  padding: 6px;
  border-radius: 32px;
  font-size: 20px;
  cursor: pointer;
}

.sec4-m-control-r .iconfont.active,
.sec4-m-control-r .iconfont:hover {
  background-color: #fff;
}

.sec4-m-control-r .iconfont+.iconfont {
  margin-left: 12px;
}

.sec4-m-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.sec4-m-list.style2 {
  display: block;
}

.sec4-m-list.style2 .item {
  display: flex;
}

.sec4-m-list.style2 .item-img {
  width: 160px;
  height: 160px;
}

.sec4-m-list.style2 .item-wrap {
  flex: 1;
  margin-left: 32px;
}

.sec4-m-list.style2 .item-price {
  padding-top: 24px;
}

.sec4-m-list.style2 .item-talk {
  display: block;
  padding: 16px 16px 0 24px;
}

.sec4-m-list.style2 .item-talk .xc-btn {
  width: 120px;
}

.sec4-m-list.style2 .item-talk .xc-btn+.xc-btn {
  margin: 12px 0 0;
}

.sec4-m-list .item {
  flex: 1;
  margin: 0 6px 12px;
  padding: 12px;
  min-width: 0;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
}

.sec4-m-list .item+.xc-good-item {
  margin-left: 18px;
}

.sec4-m-list .item-img {
  display: block;
  border-radius: 6px;
  width: 100%;
  height: 204px;
  display: flex;
  align-items: center;
}

.sec4-m-list .item-img img {
  height: auto;

}

.sec4-m-list .item-name {
  padding-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
  line-height: 20px;
}

.sec4-m-list .item-name:hover {
  text-decoration: underline;
}

.sec4-m-list .item-price {
  padding-top: 8px;
  line-height: 28px;
  font-weight: bold;
  font-size: 16px;
}

.item-talk .xc-btn-border {
  color: #010914;
  border: 1px solid #C7CDD4;
  background-color: #fff;
}

.item-talk .xc-btn-default {
  border-color: #E9ECF1;
  color: #0C203D;
  background-color: #F8F8FA;
}

.item-talk .xc-btn-default:hover {
  color: #fff;
  border: 1px solid var(--color-primary) !important;
  background-color: var(--color-primary) !important;
}

.item-talk .xc-btn-border:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}

.sec4-m-list .item-date {
  padding-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.sec4-m-list .item-date .gray {
  color: #798494;
}

.sec4-m-list .item-address {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 12px;
}

.sec4-m-list .item-address .iconfont {
  margin-right: 4px;
  font-size: 16px;
  color: #798494;
}

.sec4-m-list .item-talk {
  display: flex;
  padding: 16px 0 0;
}

.sec4-m-list .item-talk .xc-btn {
  flex: 1;
  height: 32px;
  font-size: 12px;
  font-weight: 500;
}

.item-price span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 24px;
  color: #798494;
  font-weight: 400;
}

.sec4-m-list .item-talk .xc-btn+.xc-btn {
  margin-left: 12px;
}

.sec4-b {
  margin-top: 20px;
}

.sec5 {
  width: 786px;
}

.wrap6 .item {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #0C203D;
  align-items: start;
}

.wrap6 .item+.item {
  margin-top: 24px;
}

.item-m {
  flex: 1;
}

.wrap6 .item-l {
  width: 104px;
  color: #798494;
}

/* .wrap6 .item-m.link {
  color: #1A65D6;
  text-decoration: underline;
  cursor: pointer;
} */

.wrap6.item-link .link {
  color: #1A65D6;
  /* text-decoration: underline; */
  cursor: pointer;
}

/* .fax,
.Phone {
  cursor: auto  !important;
} */

.wrap7 {
  color: #0C203D;
}

.wrap7-text1 {
  margin-top: 24px;
  line-height: 20px;
}

.wrap7-title {
  margin-top: 8px;
  line-height: 20px;
}

.wrap7-textarea {
  margin-top: 4px;
  margin-bottom: 24px;
  height: 116px;
  resize: none;
}

.wrap7-textarea.focus {
  border-color: var(--color-primary);
}

.wrap7-input {
  margin-top: 4px;
}

.wrap7-handle {
  margin-top: 32px;
}

.wrap7-handle .xc-btn {
  width: 256px;
  height: 44px;
  border-radius: 8px;
}

.wrap2-list .item {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item img {
  max-height: 260px;
}

.viewDetails {
  margin-top: 16px;
  box-sizing: border-box;
  color: #1470cc;
  font-family: Roboto, Arial, 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  cursor: pointer;
}

.detailsHeight {
  height: 264px;
  overflow: hidden;
}

.xc-header.sticky {
  position: relative !important;
}

.sec1 {
  position: sticky;
  top: 0;
  z-index: 9;
}
.sec2{
  top:118px;
}

/*# sourceMappingURL=supplier_info.css.map */