* {
  margin: 0;
  padding: 0;
}
html {
  background: #f6f6f6;
}
.certification {
  width: 1120px;
  margin: 0 auto 20px;
  padding: 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  transform: translateY(-60px);
  border-radius: 8px;
}
.certification .certificationLeft .zhengShu {
  width: 856px;
  height: 634px;
  background-repeat: no-repeat;
  background-size: 856px 634px;
  user-select: none;
  position: relative;
}
.certification .certificationLeft .zhengShu .content {
  width: 696px;
  margin: auto;
}
.certification .certificationLeft .zhengShu .title {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  background: linear-gradient(183deg, #e3bc7e 0%, #c68f25 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 80px;
  text-align: center;
}
.certification .certificationLeft .zhengShu .shopName {
  margin-top: 50px;
}
.certification .certificationLeft .zhengShu .shopName .label {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-right: 16px;
}
.certification .certificationLeft .zhengShu .shopName .value {
  font-size: 16px;
  font-weight: 600;
  color: #d80f19;
  line-height: 32px;
  margin-right: 16px;
  position: relative;
}
.certification .certificationLeft .zhengShu .shopName .value::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -6px;
  background: linear-gradient(183deg, #e3bc7e 0%, #c68f25 100%);
}
.certification .certificationLeft .zhengShu .zsContent {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  text-indent: 3em;
  margin-top: 16px;
}
.certification .certificationLeft .zhengShu .zsContent span {
  color: #d80f19;
}
.certification .certificationLeft .zhengShu .tbcz {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-top: 8px;
  text-indent: 3em;
}
.certification .certificationLeft .zhengShu table {
  width: 616px;
  margin: 16px auto 0;
  border-color: rgba(0, 0, 0, 0.05);
}
.certification .certificationLeft .zhengShu table td {
  border-color: rgba(0, 0, 0, 0.05);
  padding-left: 8px;
  height: 30px;
  line-height: 30px;
  width: 33.33%;
  font-size: 14px;
  text-align: center;
}
.certification .certificationLeft .zhengShu .zhu {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 16px;
}
.certification .certificationLeft .zhengShu .zhu span {
  color: #d80f19;
}
.certification .certificationLeft .zhengShu .jiuku {
  font-size: 16px;
  color: #2c2c2c;
  line-height: 24px;
  margin-top: 10px;
  margin-left: 240px;
}
.certification .certificationLeft .zhengShu .fzDate {
  font-size: 16px;
  color: #2c2c2c;
  line-height: 24px;
  margin-top: 8px;
  margin-top: 45px;
  margin-left: 240px;
}
.certification .certificationLeft .zhengShu .zhang {
  position: absolute;
  bottom: 70px;
  right: 92px;
}
/* .certification .certificationLeft .zhengShu .fzDate span{
  color: #D80F19;
} */
.certification .certificationRight > div {
  width: 216px;
  padding: 16px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(216, 15, 25, 0.15);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.certification .certificationRight .wsm span:first-of-type,
.certification .certificationRight .wsd span:first-of-type {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.certification .certificationRight .wsm span:last-of-type,
.certification .certificationRight .wsd span:last-of-type {
  display: inline-block;
  width: 44px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #d9d9d9;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.45);
  margin-left: 8px;
}
.certification .certificationRight > div > img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.certification .certificationRight .promptText {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 16px;
}
.certification .certificationRight .ysm span:first-of-type,
.certification .certificationRight .ysd span:first-of-type {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.certification .certificationRight .ysm span:last-of-type,
.certification .certificationRight .ysd span:last-of-type {
  display: inline-block;
  width: 44px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: linear-gradient(226deg, #d80f19 0%, #ed7b2f 100%);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-left: 8px;
}



.qualification_box .box {
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.qualification_box .box .title_box {
  font-size: 18px;
  font-weight: 500;
  padding: 40px 0 20px;
}
.qualification_box .box .left-table tr th {
  border: 1px solid #e6e6e6;
  font-size: 14px;
  background: #f2f2f2;
  width: 131px;
  height: 50px;
  font-weight: normal;
}
.qualification_box .box .left-table tr td {
  border: 1px solid #e6e6e6;
  font-size: 14px;
  padding: 0 20px;
}
.qualification_box .box .left-table tr td.line-2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  border: none;
  border-right: 1px solid #e6e6e6;
}
