@import "./font/iconfont.css";

#szh_zt_detail {
  width: 100%;
  min-width: 1200px;
  background-color: #f5f7fa;
}

#szh_zt_detail .wrapper {
  width: 1200px;
  margin: 0 auto;
}

#szh_zt_detail .top_info {
  width: 100%;
  min-width: 1200px;
  background: #f5f7fa url(../../images/szhzx/detail_top_bg.jpg) no-repeat center;
  box-shadow: 0px 6px 6.88px 1.12px rgba(68, 116, 187, 0.05);
}

#szh_zt_detail .top_bar {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

#szh_zt_detail .pic_bar {
  width: 320px;
  height: 200px;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

#szh_zt_detail .pic_bar img {
  width: 100%;
  object-fit: contain;
}

#szh_zt_detail .left_info {
}

#szh_zt_detail .productName {
  font-size: 25px;
  color: #0067b8;
  font-weight: bold;
}
#szh_zt_detail .ob_bar {
  position: relative;
}

#szh_zt_detail .ob_item {
  display: flex;
  align-items: baseline;
  padding-top: 15px;
  font-size: 15px;
}

#szh_zt_detail .ob_item .price {
  color: #e55903;
  font-size: 24px;
}
#szh_zt_detail .ob_item .price span:last-child {
  font-size: 15px;
}

#szh_zt_detail .bp {
  width: 80px;
  flex-shrink: 0;
}

#szh_zt_detail .tp {
  display: flex;
  align-items: center;
}

#szh_zt_detail .tp .more {
  color: #2f7cff;
  border: 1px solid #2f7cff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 30px;
  padding: 0px 8px;
  margin-left: 5px;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
}

#szh_zt_detail .tp .tags {
  display: flex;
  align-items: center;
}

#szh_zt_detail .tp .tags .tag {
  border-radius: 4px;
  background-color: #eaf1f6;
  color: #6ab7f4;
  padding: 5px 10px;
  margin-right: 7px;
  font-size: 14px;
}

#szh_zt_detail .bottom_area {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  align-items: flex-start;
  padding-bottom: 20px;
}

#szh_zt_detail .bottom_area .content {
  width: 822px;
}
#szh_zt_detail .bottom_area .conbar {
  margin-bottom: 20px;
  box-shadow: 0px 6px 6.88px 1.12px rgba(68, 116, 187, 0.05);
  border-radius: 10px;
  padding: 15px 25px 20px 25px;
  background: #fff url(../../images/szhzx/detail_conbar.png) no-repeat right;
}
#szh_zt_detail .bottom_area .contt {
  display: flex;
  flex-direction: column;
}

#szh_zt_detail .bottom_area .contt .tt {
  font-size: 20px;
  color: #333333;
  padding-bottom: 4px;
}

#szh_zt_detail .bottom_area .contt .line {
  height: 2px;
  width: 85px;
  background-color: #0260dd;
  display: flex;
  justify-content: flex-end;
}

#szh_zt_detail .bottom_area .contt .sp {
  width: 36px;
  height: 2px;
  background-color: #ee8a02;
}

#szh_zt_detail .bottom_area .pp {
  text-justify: justify;
  color: #7e7979;
  line-height: 2;
  padding-top: 15px;
  font-size: 15px;
}

#szh_zt_detail .bottom_area .top_jg {
  background-color: #fff;
  box-shadow: 0px 6px 6.88px 1.12px rgba(68, 116, 187, 0.05);
  border-radius: 10px;
  flex-shrink: 0;
  width: 260px;
  padding: 15px 20px 20px 20px;
  margin-left: 28px;
}

#szh_zt_detail .bottom_area .top_jg .info {
  padding: 0 1px;
}

#szh_zt_detail .bottom_area .top_jg h2 {
  font-size: 20px;
  color: #0067b8;
  border-bottom: 1px solid #eceff4;
  padding-bottom: 5px;
  font-weight: bold;
}

#szh_zt_detail .bottom_area .top_jg .compName {
  color: #333333;
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 8px;
}

#szh_zt_detail .bottom_area .top_jg p {
  color: #7e7979;
  padding-top: 8px;
  font-size: 15px;
}

.allType {
  display: flex;
  width: 600px;
  padding: 20px;
  flex-wrap: wrap;
}

.allType .tag {
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #eaf1f6;
  color: #6ab7f4;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}