.main {
  padding-top: 24px;
  color: #0C203D;
}

.sec1 {
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.sec1-l {
  flex-shrink: 0;
  border-radius: 8px;
  padding: 24px 2px 24px 12px;
  width: 281px;
  /* background-color: #fff; */
}

.sec1-l-title {
  display: flex;
  align-items: center;
  padding-left: 12px;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}

.sec1-l-title .iconfont {
  display: block;
  margin-right: 4px;
  font-size: 20px;
}

.sec1-l-list {
  margin-top: 20px;
  padding-right: 4px;
  height: 400px;
  overflow: auto;
}

.sec1-l-list:hover {
  padding-right: 0;
}

.sec1-l-list:hover::-webkit-scrollbar {
  display: block;
}

.sec1-l-list::-webkit-scrollbar {
  display: none;
  width: 4px;
  transition: opacity 0.3s;
}

.sec1-l-list::-webkit-scrollbar-track {
  background: #F6F9FC;
  border-radius: 2px;
}

.sec1-l-list::-webkit-scrollbar-thumb {
  background: #DEE2E8;
  border-radius: 10px;
}

.sec1-l-list::-webkit-scrollbar-thumb:hover {
  background: #c0c0c2;
}

.sec1-l-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-right: 10px; */
  border-radius: 4px;
  padding-left: 12px;
  /* padding-right: 12px; */
  line-height: 32px;
  cursor: pointer;
}

.sec1-l-list .item .item-text {
  -webkit-line-clamp: 1;
}

.sec1-l-list .item.active,
.sec1-l-list .item:hover {
  color: var(--color-primary);
  background-color: #F6F9FC;
}

.sec1-l-list .item+.item {
  margin-top: 9px;
}

.sec1-l-list .item .item-icon {
  margin-right: 12px;
}

.sec1-l-pop {
  display: none;
  position: absolute;
  top: 0;
  left: 280px;
  border-radius: 8px;
  padding: 0 24px 24px;
  width: 300px;
  height: 492px;
  color: #010914;
  background-color: #fff;
  box-shadow: 0 16px 32px -12px rgba(8, 17, 41, 0.12);
  z-index: 1;
  border: 1px solid #e9ecf1;
}

.sec1-l-pop .content {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr; */
}

.sec1-l-pop .content-box {
  padding-top: 24px;
}

.sec1-l-pop .content-box-title {
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 18px;
}

.sec1-l-pop .content-box-main .item {
  margin-top: 10px;
}

.sec1-l-pop .content-box-main .item-text {
  line-height: 20px;
  -webkit-line-clamp: 1;
}

.sec1-l-pop .content-box-main .item-text:hover {
  text-decoration: underline;
}

.sec1-m {
  flex: 1;
  padding: 24px 0px;
  height: 490px;
  background-color: #fff;

}

.sec1-m .carousel,
.sec1-m .carousel-inner {
  height: 100%;
}

.sec1-m .carousel {
  border-radius: 8px;
  overflow: hidden;
}

.sec1-m .carousel-item {
  height: 100%;
}

.sec1-m .carousel .d-block {
  display: block;
  height: 100%;
}

.sec1-r {
  flex-shrink: 0;
  border-radius: 8px;
  padding: 24px;
  width: 281px;
  /* background-color: #fff; */
}

.sec1-r-title {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}

.sec1-r-list {
  margin-top: 20px;
  height: 365px;
  overflow: auto;
}

.sec1-r-list::-webkit-scrollbar {
  display: none;
  width: 4px;
  transition: opacity 0.3s;
}

.sec1-r-list .item {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.sec1-r-list .item+.item {
  margin-top: 15px;
}

.sec1-r-list .item-l {
  display: block;
  flex-shrink: 0;
  border-radius: 6px;
  width: 56px;
  height: 56px;
  background-size: contain;
  background-position: center;
}

.sec1-r-list .item-m {
  margin-left: 12px;
  min-width: 0;
}

.sec1-r-list .item-m-text1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  cursor: pointer;
  display: block;
}

.sec1-r-list .item-m-text1:hover {
  text-decoration: underline;
}

.sec1-r-list img {
  cursor: pointer;
}

.sec1-r-list .item-m-text2 {
  line-height: 20px;
  font-weight: bold;
}

.sec1-r-list .item-m-text3 {
  line-height: 16px;
}


.sec1-r-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  line-height: 24px;
  color: #010914;
}

.sec1-r-more:hover .sec1-r-more-text {
  text-decoration: underline;
}

.sec2 {
  display: flex;
  width: 100%;
  margin-top: 24px;
}

.sec2-item {
  flex: 1;
  display: block;
}

.sec2-item:hover {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.sec2-item+.sec2-item {
  margin-left: 24px;
}

.sec2-item-img {
  display: block;
  border-radius: 8px;
  width: 100%;
  height: 224px;
}

.sec3,
.sec6 {
  margin-top: 24px;
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
}

.sec3-title,
.sec6-title {
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
}

.sec3-title-more {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  cursor: pointer;
}

.sec3-title-more:hover {
  /* color: var(--color-primary); */
  text-decoration: underline;
}

.sec3-title {
  display: flex;
  justify-content: space-between;
}

.sec3-list,
.sec6-list {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.sec3 .item,
.sec6 .item {
  /* flex: 1; */
  width: 234px;
  border-radius: 6px;
  padding: 12px;
  /* margin: 5px; */
}

.sec6 .item {
  width: 230px;
  margin: 5px;
}


.sec3 .item-img,
.sec6 .item-img {
  display: block;
  border-radius: 6px;
  width: 100%;
}

.sec8 .item-name {
  padding: 12px 8px 0;
  cursor: pointer;
}





.sec3 .item-name:hover,
.sec6 .item-name:hover {
  text-decoration: underline;
}

/* .sec3 .item-price,
.sec6 .item-price {
  padding: 8px 12px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
} */

.sec3 .item-date,
.sec6 .item-date {
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
}

/* .sec3 {
  padding-bottom: 0px !important;
} */

.sec3 .item-date .gray,
.sec6 .item-date .gray {
  color: #798494;
}

.sec3 {
  padding: 24px 16px 6px 15px;
}

.sec3-title {
  padding-left: 8px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
}

.sec4 {
  display: flex;
  margin-top: 24px;
  border-radius: 8px;
  height: 344px;
  background-color: #fff;
}

.sec4-l {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
  width: 344px;
  background: no-repeat center;
  background-size: 100% 100%;
  background-color: aliceblue;

}

.sec-new-1 {
  /* background-size: 300%; */
  background-color: aliceblue;
}

.sec-new-2 {
  /* background-size: 300%; */
  background-color: lavenderblush;
}

.sec-new-3 {
  /* background-size: 300%; */
  background-color: cornsilk;
}

.sec4-l-title {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #010914;
}

.sec4-l .xc-btn {
  width: 118px;
  height: 40px;
  color: #fff;
  background-color: var(--color-primary);
}

.sec4-r {
  display: flex;
  flex: 1;
  min-width: 0;
  padding: 24px;
}

.sec4 .item {
  /* flex: 1; */
  width: 190px;
  min-width: 0;
  border-radius: 6px;
}

.sec8 .item-name:hover,
.sec4 .item-name:hover {
  text-decoration: underline;
}

.sec8 .item+.item,
.sec4 .item+.item {
  margin-left: 24px;
}

.sec4 .item-img {
  display: block;
  border-radius: 6px;
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
}

.sec3 .item-name,
.sec6 .item-name,
.sec8 .item-name,
.sec4 .item-name {
  padding: 12px 0px 0;
  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;
}

.sec3 .item-price,
.sec6 .item-price,
.sec8 .item-price,
.sec4 .item-price {
  padding: 4px 0px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}

.sec3 .item-price,
.sec6 .item-price {
  font-size: 16px;
}

/* .sec8 .item-price {
  padding: 4px 0px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
} */

.sec3-list .item-date,
.sec8 .item-date,
.sec4 .item-date {
  padding: 0 0px 8px;
  font-size: 12px;
  line-height: 16px;
}

.sec8 .item-date .gray,
.sec4 .item-date .gray {
  color: #798494;
}

.sec6 {
  padding: 0 0 40px;
  background-color: transparent;
}

.sec6-list {
  margin-top: 12px;
  display: flex;
  min-width: 0;
}

.sec6 .item {
  background-color: #fff;
}

/* .sec6 .item + .item {
  margin-left: 12px;
} */
.sec6 .item-img {
  height: 206px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sec6 .item-img-bg {
  display: block;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s;
}

.sec6 .item-img-bg:hover {
  transform: scale(1.1);
}

.sec6 .item-name {
  padding-left: 0;
}

.sec6 .item-name:hover {
  text-decoration: underline;
}

.sec6 .item-price {
  padding-left: 0;
}

.sec6 .item-date {
  padding-left: 0;
  line-height: 20px;
}

.sec6-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.sec6-more .xc-btn {
  width: 120px;
  height: 40px;
  /* color: #031327; */
}

.sec6-more button {
  color: #666;
  border-color: #666;

}

.sec6-more button:hover {
  color: #031327;
  border-color: #031327;

}

.sec9 {
  margin-bottom: 40px;
}

.sec9-title {
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.sec9-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec9-content-item {
  margin-bottom: 20px;
  margin-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 248px;
}

.sec9-content-item a {
  color: #666;
  font-size: 14px;
}

.sec9-content-item a:hover {
  text-decoration: underline;
  text-decoration-color: #010914;
}

.sec7 {
  display: flex;
  align-items: center;
  margin-top: 24px;
  border-radius: 8px;
  padding: 48px 48px 48px 48px;
  min-width: 0;
  height: 410px;
  background: url(../img/bg_12.png) no-repeat center;
  background-size: cover;
}

.sec7-l {
  flex: 1;
  color: #fff;
}

.sec7-l-title {
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
}

.sec7-l-box {
  zoom: 1;
  margin-top: 40px;
  width: 480px;
}

.sec7-l-box::after {
  content: " ";
  display: table;
  clear: both;
}

.sec7-l-box .item {
  float: left;
  padding-bottom: 24px;
  width: 240px;
}

.sec7-l-box .item-t {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
}

.item-t span {
  margin-left: 5px;
  /* position: absolute;
  top: -8px;
  right: -20px; */
  font-size: 24px;
}

.item-t span.item-days {
  font-size: 18px;
}

.sec7-l-box .item-b {
  margin-top: 4px;
  font-size: 18px;
  line-height: 28px;
}

.sec7-l .xc-btn {
  display: inline-flex;
  margin-top: 16px;
  padding: 0 20px;
  height: 40px;
  border-radius: 100px;
  background-color: #fff;
  color: #031127;
  font-weight: bold;
}

.sec7-r {
  flex-shrink: 0;
  border-radius: 8px;
  padding: 32px;
  width: 512px;
  background-color: #F8F8FA;
}

.sec7-r-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

.sec7-r-info {
  margin-top: 24px;
  padding: 12px;
  height: 88px;
  resize: none;
}

.sec7-r-info:hover,
.sec7-m-info:hover,
.xc-select-m:hover {
  outline: none;
  box-shadow: none;
  /* border: var(--bs-border-width) solid var(--color-primary); */

}

.sec7-r-wrap {
  display: flex;
  margin-top: 16px;
}

.sec7-r-wrap .form-control {
  flex: 1;
  height: 44px;
}

.sec7-r-wrap .form-control+.form-control {
  margin-left: 12px;
}

.sec7-r .xc-btn {
  margin-top: 32px;
  width: 224px;
  height: 44px;
  border-radius: 8px;
  font-size: 16px;
}

.sec8 {
  margin-top: 24px;
}

.sec8-title {
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
}

.sec8-content {
  display: flex;
  margin-top: 18px;
}

.sec8-content-box {
  flex: 1;
  border-radius: 8px;
  padding: 24px;
  min-width: 0;
  background-color: #fff;
}

.sec8-content-box+.sec8-content-box {
  margin-left: 24px;
}

.sec8-content-box .xc-scale-img-bg {
  height: auto;
}

.sec8-content-box-t {
  display: flex;
}

.sec8-content-box-t .t-l {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: url(../img/tag1.png) no-repeat center;
  background-size: contain;
}

.sec8-content-box-t .t-m {
  margin-left: 12px;
  min-width: 0;
}

.sec8-content-box-t .t-m-text1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.sec8-content-box-t .t-m-text1 {
  -webkit-line-clamp: 1;
}

.sec8-content-box-t .t-m-text1:hover {
  text-decoration: underline;
}

.sec8-content-box-t .t-m-text2 {
  display: flex;
  align-items: center;
  color: #798494;
  line-height: 20px;
  margin-top: 4px;
}

.sec8-content-box-t .t-m-text2 .verified {
  display: inline-block;
  margin: 0 8px;
  color: #031229;
}

.sec8-content-box-t .t-m-text2 .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_1.png) center no-repeat;
  background-size: contain;
}

.sec8-content-box-t .t-m-text2 .customer {
  display: inline-block;
  margin-left: 12px;
  border-left: 1px solid #798494;
  padding-left: 12px;
  line-height: 12px;
}


.carousel-control-prev,
.carousel-control-next {
  display: none;
  margin-top: -36px;
  top: 50%;
  width: 32px;
  height: 72px;
  background-color: rgba(2, 9, 20, 0.38);
}

.carousel-control-next {
  right: 0;

}

.carousel-control-prev {
  left: 0;

}

.sec8-content-box-list {
  display: flex;
  margin-top: 18px;
}

.sec8-content-box-list .item {
  display: block;
  /* flex: 1; */
  width: 153px;
  border-radius: 4px;
  /* height: 152px; */
}

.sec8-content-box-list .item-img {
  display: block;
  border-radius: 6px;
  width: 100%;
  height: 153px;
  display: flex;
  align-items: center;
}

.xc-scale-img-bg {
  /* height: 210px; */
  overflow: hidden;
}

.sec8-content-box-list .item+.item {
  margin-left: 16px;
}

.form-control {
  outline: none !important;
  box-shadow: none !important;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.form-control:hover {
  background-color: var(--bs-form-control-bg);
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: none;
}

.item-m-text2 span,
.item-price span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 24px;
  color: #798494;
  font-weight: 400;
}

.ellipsis-text {
  -webkit-line-clamp: 1;
}

.item-m-text3 span {
  color: #798494;
  font-weight: 400;
}

.item-m-text3 {
  color: #0C203D;
  font-size: 12px;
}

.form-control:active {
  background-color: var(--bs-form-control-bg);
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: none;
}

.form-control:blur {
  border-color: var(--bs-border-color)
}

.item-date span {
  font-size: 12px;
  line-height: 24px;
  color: #798494;
  font-weight: 400;
}

.item-m-text2,
.item-price {
  -webkit-line-clamp: 1;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
}

.sec3 .item-img {
  height: 210px;
  display: flex;
  align-items: center;
}

.item-img {
  cursor: pointer;
  border-radius: 6px;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--color-primary);
  border: 1px solid transparent !important;
}

.hot-tip {
  font-size: 14px;
  color: #798494;
  margin-left: 16px;
  font-weight: normal;
}

.sec4 .xc-scale-img img {
  height: auto;
}

/*# sourceMappingURL=index.css.map */