/*公众号组件*/
#WidgetGzh {
  margin-top: 15px;
  margin-bottom: 10px;
}
#WidgetGzh .ewmBoxList {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
#WidgetGzh .ewmBoxList .ewmBox {
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
#WidgetGzh .ewmBoxList .ewmBox img {
  width: 94px;
  height: 94px;
  border: 1px #888 dashed;
  margin-bottom: 10px;
}
#WidgetGzh .tilte {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #010101;
  margin-bottom: 20px;
}
#KuaiCanWidget {
  margin-bottom: 40px;
}
#KuaiCanWidget div {
  padding: 0;
}
#KuaiCanWidget .navTitle {
  display: flex;
  justify-content: space-between;
  border-left: 4px solid #E60012;
  margin-bottom: 20px;
}
#KuaiCanWidget .navTitle .title {
  margin-left: 10px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #010101;
  line-height: 22px;
}
#KuaiCanWidget .navTitle .seemore a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
}
#KuaiCanWidget .items {
  display: flex;
}
#KuaiCanWidget .items .time {
  width: 90px;
  margin-right: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
}
#KuaiCanWidget .items .time .date {
  width: 50px;
}
#KuaiCanWidget .items .time .date-time {
  width: 50px;
}
#KuaiCanWidget .items .time .dian {
  border: 3px solid #e60012;
  border-radius: 3px;
  width: 1px;
  height: 1px;
  margin-left: 10px;
  display: inline-block;
  margin-top: 8px;
}
#KuaiCanWidget .items .detail .title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  text-align: justify;
  color: #1F1B18;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
}
#KuaiCanWidget .items .detail .detail-bg {
  background: #F9F9F9;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 20px;
  text-align: justify;
}
#KuaiCanWidget .items .detail .detail-bg .info {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
#KuaiCanWidget .items .detail .detail-bg .from {
  margin-top: 10px;
}
#KuaiCanWidget .items .detail .detail-bg .sq {
  text-align: right;
  cursor: pointer;
}
#NewActiveWidget {
  margin-bottom: 40px;
}
#NewActiveWidget .navTitle {
  display: flex;
  justify-content: space-between;
  border-left: 4px solid #E60012;
  margin-bottom: 20px;
}
#NewActiveWidget .navTitle .title {
  margin-left: 10px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #010101;
  line-height: 22px;
}
#NewActiveWidget .navTitle .seemore a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
}
#NewActiveWidget .items {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  position: relative;
  margin-top: 10px;
}
#NewActiveWidget .items .title {
  padding: 15px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 16px;
}
#NewActiveWidget .items .thumb {
  overflow: hidden;
}
#NewActiveWidget .items .thumb img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
#NewActiveWidget .items .timeLoader {
  padding: 0 15px;
}
#NewActiveWidget .items .buyInfo {
  padding: 13px 15px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#NewActiveWidget .items .buyInfo .price {
  margin-left: 12px;
  color: #e60012;
}
#NewActiveWidget .items .buyInfo .old-price {
  color: #666666;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 12px;
  margin-left: 5px;
}
#NewActiveWidget .items .buyBtn {
  width: 86px;
  height: 30px;
  background: linear-gradient(270deg, #ff4455 0%, #ef4037 100%);
  border-radius: 15px;
  padding: 3px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  position: absolute;
  text-align: center;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#NccbWidget {
  margin-bottom: 10px;
}
#NccbWidget .navTitle {
  display: flex;
  justify-content: space-between;
  border-left: 4px solid #E60012;
  margin-bottom: 20px;
}
#NccbWidget .navTitle .title {
  margin-left: 10px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #010101;
  line-height: 22px;
}
#NccbWidget .navTitle .seemore a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
}
#NccbWidget .items {
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  justify-content: space-between;
  margin-top: 10px;
}
#NccbWidget .items a {
  display: flex;
  justify-content: flex-start;
}
#NccbWidget .items a .title {
  padding: 10px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 16px;
}
#NccbWidget .items a .thumb img {
  width: 80px;
  height: 110px;
  object-fit: cover;
}
#NccbWidget .items a .desc {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#NccbWidget .items a .buyInfo {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#NccbWidget .items a .buyInfo .price {
  margin-left: 12px;
  color: #e60012;
}
#NccbWidget .items a .buyInfo .old-price {
  color: #666666;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 12px;
  margin-left: 5px;
}
/*# sourceMappingURL=widget.css.map */