@charset "UTF-8";
/**
 * 20241225中国通用技术集团采购管理信息化服务平台引导页
 * date: 2024-12-25
 * author: hujiahua;
 */
.guide-login {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.guide-login-wrap > a {
  display: block;
  width: 265px;
  height: 130px;
}
.guide-login1 {
  background: url("../images/guide_login1.png") no-repeat center;
  background-size: 100% 100%;
}
.guide-login2 {
  background: url("../images/guide_login2.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 20px;
}
.guide-shop {
  width: 915px;
  height: 280px;
  margin: 0;
}
.guide-shop .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.guide-shop .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
}
.guide-tt {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 24px;
  line-height: 35px;
  padding-left: 31px;
  background: url("../images/guide_tt.png") no-repeat left center;
  background-size: 21px 20px;
  margin-top: 60px;
}
.guide-tt:after {
  display: block;
  content: "";
  width: 0;
  flex: 1;
  height: 0;
  border-top: 1px dashed #d8d8d8;
  margin-left: 10px;
}
.guide-buy-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.guide-buy-wrap > a {
  display: block;
  width: 576px;
  height: 170px;
}
.guide-buy1 {
  background: url("../images/guide_buy1.png") no-repeat center;
  background-size: 100% 100%;
}
.guide-buy2 {
  background: url("../images/guide_buy2.png") no-repeat center;
  background-size: 100% 100%;
}
.guide-row {
  display: flex;
  justify-content: space-between;
}
.guide-half {
  width: 576px;
}
.guide-chose {
  display: block;
  width: 576px;
  height: 170px;
  margin-top: 20px;
  background: url("../images/guide_chose.png") no-repeat center;
  background-size: 100% 100%;
}
.guide-old {
  display: block;
  width: 576px;
  height: 170px;
  margin-top: 20px;
  background: url("../images/guide_old.png") no-repeat center;
  background-size: 100% 100%;
}

/* 这里是热卖推荐start */
.hotsale-wrap {
  display: flex;
  background: #fff;
  width: 100%;
  margin: 20px 0;
  padding-bottom: 20px;
}
.hotsale-tt {
  width: 200px;
  height: 242px;
  background: url("../images/hotsale_tt.png") no-repeat center;
  background-size: 100% 100%;
}
.hotsale-list {
  display: flex;
}
.hotsale-item {
  width: 200px;
  height: 242px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  padding: 23px 26px 0;
}
.hotsale-item:last-child {
  border-right: 0;
}
.hotsale-img {
  width: 148px;
  height: 136px;
  line-height: 136px;
}
.hotsale-img > img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.hotsale-p {
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 15px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotsale-price {
  color: #e60012;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

/* 这里是热卖推荐end */

.guide-buy1 {
  position: relative;
  display: block;
  width: 576px;
  height: 170px;
}
.guide-buy2 {
  position: relative;
  display: block;
  width: 576px;
  height: 170px;
}

.guide-buy-list {
  position: absolute;
  font-size: 16px;
  display: flex;
  top: 78px;
  left: 50px;
}
.guide-buy-item {
  margin-right: 20px;
  font-weight: bold;
  color:transparent;
}

body {
  margin-bottom: 410px!important;
}