/* 物资采购 */
.jz_Materialprocurement {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.jz_Materialitem {
  padding: 30px 24px 0 24px;
  width: 282px;
  height: 374px;
  background: rgba(255, 255, 255, 1.39);
  box-shadow: 0px 0px 12px rgba(82, 96, 120, 0.1);
  opacity: 1;
  border-radius: 10px;

}

.jz_Materialimg {
  width: 234px;
  height: 182px;
}

.jz_Materialimg img {
  width: 100%;
  height: 100%;
}

.jz_Materialtitle {
  font-weight: 700;
  font-size: 20px;
  color: #181B22;
  margin: 26px 0 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

}

.jz_Materialname {
  margin-left: 20px;
  position: relative;
  font-size: 12px;
  color: #5C6780;
  margin-bottom: 10px;
}

.jz_Materialname::before {
  content: '';
  position: absolute;
  margin-left: -21px;
  top: -1px;
  width: 16px;
  height: 16px;
  background: url(../images/jz_Materialname.png) no-repeat;
  background-size: 100% 100%;
}

.jz_Materialname2 {
  color: #333333;

}

.jz_Materialphotn {
  margin-left: 20px;
  position: relative;
  font-size: 12px;
  color: #5C6780;
  margin-bottom: 10px;
}

.jz_Materialphotn::before {
  content: '';
  position: absolute;
  margin-left: -21px;
  top: -1px;
  width: 16px;
  height: 16px;
  background: url(../images/jz_Materialphotn.png) no-repeat;
  background-size: 100% 100%;
}

.jz_Materialphotn2 {
  color: #333333;
}

.jz_Materialemprise {
  display: flex;
  margin-left: 20px;
  position: relative;
  font-size: 12px;
  color: #5C6780;
  margin-bottom: 10px;
}

.jz_Materialemprise::before {
  content: '';
  position: absolute;
  margin-left: -21px;
  top: -1px;
  width: 16px;
  height: 16px;
  background: url(../images/jz_Materialemprise.png) no-repeat;
  background-size: 100% 100%;
}

.jz_Materialemprise2 {
  flex: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.jz_Materialitem:hover .jz_Materialtitle {
  color: #4b84f7;
}

/* 物资采购详情 */
.jz_Materiadetailslybox {
  margin-top: 25px;
  padding: 1px 0 0 20px;
  width: 518px;
  height: 140px;
  background: rgba(244, 244, 244, 1.39);
  opacity: 1;
  border-radius: 6px;
}

.jz_Materiadetailsbtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 47px;
  width: 116px;
  height: 34px;
  background: rgba(74, 132, 247, 1.39);
  border: 1px solid #4A84F7;
  opacity: 1;
  border-radius: 4px;
}

.jz_Materiademesge {
  width: 17px;
  height: 15px;
  background: url(../images/jz_Materiadetailsmessge.png) no-repeat;
  background-size: 100% 100%;
}

.jz_Materiademesgetitle {
  margin-left: 2px;
  color: #fff;
  font-size: 14px;
}

.jz_Materiadetilasemprise {
  margin-left: 26px;
}

.jz_Materiadetilasempriselogo {
  margin-left: 24px;
  width: 153px;
  height: 56px;
}

.jz_Materiadetilasempriselogo img {
  width: 100%;
  height: 100%;
}

.jz_Materiadetilasemprisecontent {
  padding-left: 26px;
  height: 140px;
  border-left: 1px solid #DDDDDD;
}

.jz_Materiadetilasemprisecontent h4 {
  padding: 21px 0;
  font-size: 16px;
  color: #181B22;
  font-weight: 700;
}

.jz_Materiadetilasempriseinfo {
  color: #5C6780;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 28px;
}

.jz_Materiadetilasemprisebtn {
  margin-top: 27px;
  width: 116px;
  height: 34px;
  border: 1px solid #4A84F7;
  border-radius: 4px;
  color: #4A84F7;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
}

.jz_Materiadetilasemprisebtn:hover {
  cursor: pointer;
  color: #000;
}

.jz_Materiadetilaxqbox {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.jz_Materiadetilaxqleft {
  width: 854px;
  height: 882px;
  background: rgba(255, 255, 255, 1.39);
  box-shadow: 0px 0px 12px rgba(82, 96, 120, 0.1);
  border-radius: 6px;
}

.jz_Materiadetilaxqright {
  padding: 27px 23px 0 25px;
  width: 322px;
  height: 882px;
  background: rgba(255, 255, 255, 1.39);
  box-shadow: 0px 0px 12px rgba(82, 96, 120, 0.1);
  border-radius: 6px;
}

.jz_Materiadetilaxqtab {
  width: 140px;
  height: 50px;
  background-color: #4a84f7;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  border-radius:
    6px 0px 0px 0px;
}

.jz_Materiadetilaxqbd {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 41px;
}

.jz_Materiadetilxqtilebf {
  font-weight: 700;
  padding-left: 39px;
  position: relative;
  color: #181B22;
  font-size: 17px;
}

.jz_Materiadetilxqtilebf::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 17px;
  top: 3px;
  margin-left: -9px;
  border-radius: 10px;
  background-color: #4A84F7;
}

.jz_Materiadetilxqbg1 {
  width: 830px;
  height: 321px;
}

.jz_Materiadetilxqbg1 img {
  width: 100%;
  height: 100%;
}

.jz_Materiadetilxqbg2 {
  width: 638px;
  height: 349px;
}

.jz_Materiadetilxqbg2 img {
  width: 100%;
  height: 100%;
}

.jz_Materiadetisproductbox {
  margin-top: 3px;
}

.jz_Materiadetisproductltle {
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 28px;
}

.jz_Materiadetisproductimg {
  border-radius: 10px;
  width: 90px;
  height: 90px;
}

.jz_Materiadetisproductimg img {
  width: 100%;
  height: 100%;
}

.jz_Materiadetisproductitem {
  display: flex;
  height: 148px;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
}

.jz_Materiadetisproductest {
  flex: 1;
  margin-left: 18px;
}

.jz_Materiadetisproducly,
.jz_Materiadetisproduclxr,
.jz_Materiadetisproductphotn {
  color: #5C6780;
  font-size: 14px;
  padding-bottom: 3px;
}

.jz_Materiadetisproducly2,
.jz_Materiadetisproduclxr2,
.jz_Materiadetisproductphotn2 {
  color: #333333;
  font-size: 14px;
}

.jz_Materiadetischangebatch {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  width: 274px;
  height: 34px;
  background: rgba(74, 132, 247, 1.39);
  border: 1px solid #4A84F7;
  border-radius: 4px;
}

.jz_Materiadetischangebatchimg {
  width: 15px;
}

.jz_Materiadetischangebatchimg img {
  width: 100%;
  height: 100%;
}

.jz_Materiadetischangebatchtest {
  vertical-align: middle;
  margin-left: 3px;
  font-size: 14px;
  color: #FFFFFF;
}

.jz_Materiadetisproductitem:hover .jz_Materiadetisproductltle {
  color: #4A84F7;
}

/* 智能制造协同 */
.jz_intelligencebd {
  border-bottom: 3px solid #4B84F7;
  padding-right: 10px;
}

.jz_intelligence-banner {
  position: relative;
  width: 100% !important;
  height: 400px !important;
  background: url(../images/jz_intelligence_banner.png) no-repeat center center !important;
}

.jz_icon-cytab-1 {
  background-image: url(../images/jz_icon-cytab-1.png);
}

.jz_icon-cytab-2 {
  background-image: url(../images/jz_icon-cytab-2.png);
}

.jz_icon-cytab-3 {
  background-image: url(../images/jz_icon-cytab-3.png);
}

.jz_Industrypainpoints {
  padding-top: 33px;
  background: url(../images/jz_Industrypainpoints.png);
  background-size: 100% 100%;
}

.jzIndustrytabpoa {
  padding-top: 345px;
}

.jzIndustrytitleinfo {
  text-align: center;
  font-size: 14px;
  color: #8E91A5;
}

.jz_painpostcontinar {
  display: flex;
  margin-top: 40px;
  padding-left: 78px;
}

.jz_painpost-center {
  width: 388px;
  height: 405px;
  background: url(../images/jz_painpost-center.png);
  background-size: 100% 100%;
}

.jz_painpost-left {
  width: 300px;
  height: 405px;
  /* background-color: rebeccapurple; */
}

.jz_painpost-right {
  width: 300px;
  height: 405px;
  /* background-color: rebeccapurple; */
}

.jz_painpost-left1 {
  position: relative;
  margin-top: 87px;
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.jz_painpost-left1_title {

  color: #222222;
  font-size: 16px;
}

.jz_painpost-left1_img {
  width: 71px;
  height: 71px;
}

.jz_painpost-left1_img img {
  width: 100%;
  height: 100%;
}

.jz_painpost-left2 {
  position: relative;
  margin-top: 71px;
  display: flex;
  align-items: center;
}

.jz_painpost-left3 {
  position: relative;
  margin-top: 61px;
  margin-left: 77px;
  display: flex;
  align-items: center;
}

.jz_painpost-left1_bd {
  position: absolute;
  top: -44px;
  left: 99px;
  width: 228px;
  height: 45px;
  border-top: 1px dashed #8E91A5;
  border-left: 1px dashed #8E91A5;
}

.jz_painpost-left1_bd::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: rgba(74, 132, 247, 1.39);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 3px #4A84F7;
  border-radius: 50%;
  right: -12px;
  top: -6px;
}


.jz_painpost-left2_bd {
  position: absolute;
  top: -41px;
  left: 130px;
  width: 117px;
  height: 45px;
  border-top: 1px dashed #8E91A5;
  border-left: 1px dashed #8E91A5;
}

.jz_painpost-left2_bd::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: rgba(74, 132, 247, 1.39);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 3px #4A84F7;
  border-radius: 50%;
  right: -12px;
  top: -6px;
}

.jz_painpost-left3_bd {
  position: absolute;
  top: -41px;
  left: 147px;
  width: 154px;
  height: 45px;
  border-top: 1px dashed #8E91A5;
  border-left: 1px dashed #8E91A5;
}

.jz_painpost-left3_bd::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: rgba(74, 132, 247, 1.39);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 3px #4A84F7;
  border-radius: 50%;
  right: -12px;
  top: -6px;
}

.jz_painpost-right1 {
  width: 230px;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 138px;
  margin-top: 87px;
}

.jz_painpost-right1_bd {
  position: absolute;
  top: -42px;
  left: -119px;
  width: 154px;
  height: 45px;
  border-top: 1px dashed #8E91A5;
  border-right: 1px dashed #8E91A5;
}

.jz_painpost-right1_bd::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: rgba(74, 132, 247, 1.39);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 3px #4A84F7;
  border-radius: 50%;
  left: -12px;
  top: -6px;
}

.jz_painpost-right2 {
  width: 230px;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 138px;
  margin-top: 70px;
}

.jz_painpost-right2_bd {
  position: absolute;
  top: -42px;
  left: -80px;
  width: 117px;
  height: 45px;
  border-top: 1px dashed #8E91A5;
  border-right: 1px dashed #8E91A5;
}

.jz_painpost-right2_bd::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: rgba(74, 132, 247, 1.39);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 3px #4A84F7;
  border-radius: 50%;
  left: -12px;
  top: -6px;
}

.jz_painpost-right3 {
  width: 230px;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 118px;
  margin-top: 62px;
}

.jz_painpost-right3_bd {
  position: absolute;
  top: -42px;
  left: -80px;
  width: 117px;
  height: 45px;
  border-top: 1px dashed #8E91A5;
  border-right: 1px dashed #8E91A5;
}

.jz_painpost-right3_bd::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: rgba(74, 132, 247, 1.39);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 3px #4A84F7;
  border-radius: 50%;
  left: -12px;
  top: -6px;
}

.jz_Industrycorefunctions {
  padding-top: 30px;
  height: 1028px;
  background: url(../images/jz_Industrycorefunctions.png);
  background-size: 100% 100%;
}

.jz_Solutiontitlelook {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}

.jz_Solutiontitlelook:hover {
  cursor: pointer;
  color: #000;
}

.jz_Industrycotinar {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 50px;
}

.jz_Industryitem {
  position: relative;
  padding: 28px 25px 0 25px;
  width: 590px;
  height: 134px;
  background-color: #fff;
  border-radius: 10px;
}

.jz_Industryitemimg {
  position: absolute;
  width: 133px;
  height: 134px;
  z-index: 99;
  right: 0;
  bottom: 0;
}

.jz_Industryitemimg img {
  width: 100%;
  height: 100%;
}

.jz_Industryitem:hover .jz_Industryitemtitle {
  cursor: pointer;
  color: #4177F5;
}

.jz_Industryitemtitle {
  font-weight: 700;
  color: #222222;
  font-size: 16px;
}

.jz_Industryiteminfo {
  position: relative;
  z-index: 999;
  margin-top: 15px;
  font-size: 14px;
  color: #8A8DA1;
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.jz_CustomerValue {
  padding-top: 33px;
  height: 481px;
  background: url(../images/jz_CustomerValue.png);
  background-size: 100% 100%;
}

.jz_yysf-zdgj {
  padding-top: 33px;
  height: 565px;
  background: url(../images/bg-yysf-zdgj.png);
  background-size: 100% 100%;
}

.jz_yysf-zdgjitem {
  width: 282px;
  height: 269px;
}

.jz_yysf-zdgjitemimg {
  margin: auto;
  width: 196px;
  height: 200px;
}

.jz_yysf-zdgjitemimg img {
  width: 100%;
  height: 100%;
}

.jz_yysf-zdgjitemtitle {
  font-weight: 700;
  margin: 10px 0 20px 0;
  text-align: center;
  font-size: 20px;
  color: #222222;
}

.jz_CustomerValuecotinar {
  width: 1350px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}

.jz_CustomerValueitem {
  width: 240px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jz_CustomerValueitem:hover .jz_CustomerValueitemtiotle {
  color: #4177F5;
}

.jz_CustomerValueitemimg {
  margin-left: 27px;
  margin-right: 31px;
  width: 134px;
  height: 164px;
}

.jz_CustomerValueitemimg img {
  width: 100%;
  height: 100%;
}

.jz_CustomerValueitemtiotle {
  font-weight: 700;
  margin: 28px 0 20px 0;
  text-align: center;
  font-size: 16px;
  color: #222222;
}

.jz_CustomerValueiteminfo {
  font-size: 14px;
  color: #5C6780;
  overflow: hidden;
  line-height: 23px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jz_yysf-xgwj {
  padding-top: 33px;
  height: 347px;
  background: url(../images/bg-yysf-xgwj.png);
  background-size: 100% 100%;
}

.jz_yysf_bluebtn {
  width: 144px;
  height: 50px;
  background: linear-gradient(180deg, #5BADFA 0%, #3676F9 100%);
  opacity: 1;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
}

.jz_yysf_graybtn {
  width: 144px;
  height: 50px;
  background: linear-gradient(180deg, #BBBBBB 0%, #9A9A9A 100%);
  opacity: 1;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
}

/* 需求管理 */
.jz_demand_continar {
  padding: 40px 33px 0 33px;
  width: 1616px;
  height: 912px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(36, 56, 90, 0.15);
  border-radius: 0px 10px 10px 10px;
}

.jz_search_top {
  height: 40px;
  display: flex;
}

.jz_formflex {
  display: flex;
}

.jz_labeltitle {
  height: 40px;
  line-height: 40px;
  margin-right: 30px;
  font-size: 14px;
  color: #606266;
}

.jz_ml50 {
  margin-left: 80px;
}

.jz_search_btn {
  cursor: pointer;
  border-radius: 5px;
  width: 96px;
  height: 40px;
  background: #1990FF;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.jz_search_resut {
  cursor: pointer;
  border-radius: 5px;
  width: 96px;
  height: 40px;
  border: 1px solid #E4E7ED;
  text-align: center;
  line-height: 40px;
  color: #606266;
}

.jz_demand_tbale_contiar {
  margin-top: 60px;
}

.jz_demand_header {
  padding: 0 25px;
  display: flex;
  align-items: center;
  height: 52px;
  background: #F2F2F2;
  border-radius: 4px 4px 0px 0px;
}

.jz_demand_header_item {
  text-align: left;
  color: #606266;
  font-size: 14px;
  font-weight: 700;
}

.jz_demand_conetent {}

.jz_demand_xj_itembox {
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0 25px;
}

.jz_demand_xj_itembox:nth-child(2n) {
  background-color: #FAFAFA;
}

.jz_demand_xjitem {
  font-size: 14px;
  color: #606266;
}

.jz_demand_xjitem_blue {
  position: relative;
}

.jz_demand_xjitem_blue::before {
  position: absolute;
  left: -16px;
  top: 3px;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #1990ff;
  border-radius: 50%;
}

.jz_demand_xjitem_green {
  position: relative;
}

.jz_demand_xjitem_green::before {
  position: absolute;
  left: -16px;
  top: 3px;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #67c23a;
  border-radius: 50%;
}

.jz_demand_xjitem_org {
  position: relative;
}

.jz_demand_xjitem_org::before {
  position: absolute;
  left: -16px;
  top: 3px;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #f56c6c;
  border-radius: 50%;
}

.jz_demand_xjitem_ghi {
  position: relative;
}

.jz_demand_xjitem_ghi::before {
  position: absolute;
  left: -16px;
  top: 3px;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #8f9399;
  border-radius: 50%;
}

.jz_demand_xjbutton {
  display: flex;
}

.jz_demand_btntest {
  cursor: pointer;
  padding: 0 16px;
  font-size: 14px;
  color: #008FFF;
  border-right: 1px solid #E5E5E5;
}

.onellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jz_demand_xjbutton .jz_demand_btntest:nth-last-child(1) {
  border-right: none;
  padding-right: 0;
}

/* 产品管理添加 */
.jz_productmanagement_continar {
  padding: 41px 0 100px 43px;
  width: 1616px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(36, 56, 90, 0.15);
  border-radius: 0px 10px 10px 10px;
}

.jz_product_tabbox {
  display: flex;
  margin-bottom: 60px;
  width: 970px;
  height: 40px;
  background: url(../images/jz_product_tabbox.png)no-repeat;
  background-size: 100% 100%;
}

.jz_product_tabitem {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 128px;
  width: 325px;
  height: 40px;
  border-radius: 20px;
}

.jz_product_tabitemActive {
  background-color: #1990ff !important;
}

.jz_product_tabtitle {
  font-size: 14px;
  color: #6C6B6C;
}

.jz_product_tabitemActive .jz_product_tabtitle {
  font-size: 14px;
  color: #fff;
}

.jz_product_tabitemActive .jz_product_radius {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
}

.jz_product_radius {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #eeefef;
}

.jz_productSelectedbg {
  width: 14px;
  height: 10px;
  background-size: 100% 100%;
}

.jz_product_tabitemActive .jz_productSelectedbg {
  width: 14px;
  height: 10px;
  background: url(../images/jz_productSelected.png)no-repeat;
  background-size: 100% 100%;
}

.jz_idleitems_continar {
  display: flex;
}

.jz_idleitems_lable {
  position: relative;
  color: #606266;
  font-size: 14px;
}

.jz_idleitems_lable::before {
  position: absolute;
  content: "*";
  color: #FF4C29;
  left: 6px;
  top: -1px;
  font-size: 20px;
}

.jz_productWD {
  width: 100px;
  text-align: right;
  margin-right: 30px;
}

.jz_pro_ardio {
  cursor: pointer;
}
.jz_pro_ardio:checked+span {
  font-size: 14px;
  color: #008FFF;
}

.jz_idleitems_select {
  display: flex;
  align-items: center;
}

.jz_pro_ardiotest {
  color: #606266;
  font-size: 14px;
  padding: 0 15px 0 7px;
}

.jz_idleitems_lable3 {
  position: relative;
  color: #606266;
  font-size: 14px;
}

.jz_idleitems_lable3::before {
  position: absolute;
  content: "*";
  color: #FF4C29;
  left: 35px;
  top: 1px;
  font-size: 20px;
}

.jz_idleitems_lable4 {
  position: relative;
  color: #606266;
  font-size: 14px;
}

.jz_idleitems_lable4::before {
  position: absolute;
  content: "*";
  color: #FF4C29;
  left: 35px;
  top: -1px;
  font-size: 20px;
}

.jz_idleitems_lable5 {
  position: relative;
  color: #606266;
  font-size: 14px;
}

.jz_idleitems_lable5::before {
  position: absolute;
  content: "*";
  color: #FF4C29;
  left: 35px;
  top: -1px;
  font-size: 20px;
}

.jz_idleitems_lable6 {
  position: relative;
  color: #606266;
  font-size: 14px;
}

.jz_idleitems_lable6::before {
  position: absolute;
  content: "*";
  color: #FF4C29;
  left: 35px;
  top: -1px;
  font-size: 20px;
}

.jz_product_search {
  padding-left: 15px;
  width: 600px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #DCDFE6;
}

.jz_product_search::placeholder {
  font-size: 14px;
  color: #606266;
}

.jz_search_continar {
  display: flex;
  margin-top: 22px;
  height: 40px;
  line-height: 40px;
}

.jz_mt23 {
  margin-top: 23px;
}

.jz_mt24 {
  margin-top: 24px;
}

.jz_idleitems_lable2 {
  color: #606266;
  font-size: 14px;
}


.sewv {
  position: relative;
  width: 275px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.sewvtop {
  padding-right: 17px;
  width: 100%;
  height: 40px;
  border: 1px #D9D9D9 solid;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
}

.sewvtop:hover {
  border: 1px #57c5f7 solid;
}

.sewvtop>span {
  float: left;
  width: 70%;
  height: 40px;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  color: #606266;
  padding-left: 15px;
  vertical-align: middle;
}

.sewvtop>em {
  margin-top: 10px;
  float: right;
  width: 8px;
  height: 5px;
  vertical-align: middle;
}

.sewvbm {
  width: 102.7%;
  position: absolute;
  left: 0;
  top: 42px;
  display: none;
  border: 1px #D9D9D9 solid;
  border-radius: 2px;
  background-color: #fff;
  z-index: 9999;
}

.sewvbm>li {
  cursor: pointer;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  padding-left: 5px;
}

.sewvbm>li:hover {
  background: #57c5f7;
  color: #fff;
}


.lbaxztop {
  animation: rotatete 0.3s linear forwards;
}

.lbaxztop2 {
  animation: rotatete2 0.3s linear forwards;
}

.jz_Productmaindiagram {
  display: flex;
}

.jz_maindiagramlogo {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  background-color: 148px;
  border-radius: 6px;
  background-color: #fbfdff;
  border: 1px dashed #cbd5e1;
}

.jz_maindiagramlogo_add {
  width: 32px;
  height: 30px;
  background: url(../images/jz_maindiagramlogo_add.png) no-repeat;
  background-size: 100% 100%;
}

.jz_maindiagramlogo_prompt {
  margin-top: 11px;
  position: relative;
  padding-left: 145px;
  font-size: 12px;
  color: #606266;
}

.jz_maindiagramlogo_prompt::before {
  content: '';
  position: absolute;
  margin-left: -17px;
  width: 16px;
  height: 16px;
  background: url(../images/jz_maindiagramlogo_prompt.png) no-repeat;
  background-size: 100% 100%;
}

.jz_idleitems_yl_logo {
  margin-right: 12px;
  border-radius: 6px;
  width: 148px;
  height: 148px;
}

.jz_idleitems_yl_logo img {
  width: 100%;
  height: 100%;
}

.jz_Auditstatus_continar {
  margin-top: 34px;
  display: flex;
}

.jz_Auditstatus_tsetbbox {
  display: flex;
}

.jz_Auditstatus_tsetbbox div:nth-child(1) {
  color: #FF6167;
  font-size: 14px;
  margin-right: 25px;
}

.jz_Auditstatus_tsetbbox div:nth-child(2) {
  color: #00D000;
  font-size: 14px;
}

.jz_mt32 {
  margin-top: 32px;
}

.jz_product_btnbox {
  margin-left: 132px;
  margin-top: 28px;
  display: flex;
}

.jz_SaveDraft {
  cursor: pointer;
  border-radius: 5px;
  margin-right: 30px;
  width: 124px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E4E7ED;
  text-align: center;
  line-height: 40px;
}

.jz_Indeedsend {
  cursor: pointer;
  border-radius: 5px;
  width: 124px;
  height: 40px;
  background: #008EFF;
  text-align: center;
  line-height: 40px;
  color: #fff;
}