.main {
  width: 100%;
  display: flex;
}
.left {
  flex: 1;
}
.good-show {
  box-sizing: border-box;
  height: 490px;
  padding: 21px 0 19px 20px;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.good-show .showcase {
  float: left;
  width: 370px;
}
.good-show .showcase .preview_img {
  box-sizing: border-box;
  position: relative;
  width: 370px;
  height: 370px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.good-show .showcase .preview_img .preview_img-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
}
.good-show .showcase .preview_img .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: #fede4f;
  opacity: 0.5;
  border: 1px solid #ccc;
  cursor: move;
}
.good-show .showcase .preview_img .big {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  left: 389px;
  top: 0;
}
.good-show .showcase .preview_img .big img {
  transform: scale(1.5);
  position: absolute;
  top: 0;
  left: 0;
}
.good-show .showcase .min-img {
  margin-top: 20px;
  width: 100%;
  display: flex;
}
.good-show .showcase .min-img .img-item {
  margin-right: 20px;
  position: relative;
  width: 58px;
  height: 60px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.good-show .showcase .min-img .img-item:nth-last-child(1) {
  margin-right: 0;
}
.good-show .showcase .min-img .img-item.active {
  border-color: #0e58d7;
}
.good-show .showcase .min-img .img-item img {
  width: 34px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.good-show .good-details {
  float: left;
  width: 547px;
  margin-left: 40px;
  text-align: left;
}
.good-show .good-details thead {
  height: 45px;
  vertical-align: top;
}
.good-show .good-details thead h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.good-show .good-details tbody {
  margin-top: 50px;
}
.good-show .good-details tbody tr td {
  padding: 8px 0;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  vertical-align: top;
}
.good-show .good-details tbody tr td:nth-child(1) {
  color: #9f9f9f;
  width: 135px;
}
.good-show .good-details tbody tr td .lh {
  color: #ff7920;
}
.right {
  width: 200px;
  margin-left: 20px;
}
.info-manufactor {
  box-sizing: border-box;
  padding: 5px 0 14px 9px;
  background-color: #fff;
}
.info-manufactor h3 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #0e58d7;
}
.info-manufactor .logo {
  margin-top: 10px;
  display: flex;
}
.info-manufactor .logo img {
  margin-right: 18px;
  width: 56px;
  height: 19px;
}
.info-manufactor .logo h4 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.info-manufactor p {
  margin-top: 13px;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */
  display: flex;
  align-items: center;
  color: #666666;
}
.info-manufactor .cj-list {
  margin-top: 5px;
}
.info-manufactor .cj-list ul li {
  line-height: 23px;
  height: 23px;
}
.info-manufactor .cj-list ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  left: 909px;
  top: 435px;
  background: #666666;
  border-radius: 5px;
}
.info-manufactor .cj-list ul li a {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.info-manufactor .cj-list ul li a:hover {
  color: #0e58d7;
  text-decoration-line: underline;
}
.recommended {
  background-color: #fff;
}
.recommended .top {
  height: 40px;
  text-indent: 0.5em;
  line-height: 40px;
  font-weight: 400;
  font-size: 18px;
  background-color: #0e58d7;
  color: #fff;
}
.recommended .foot {
  margin-top: 15px;
  height: 237px;
}
.recommended .foot p span,
.recommended .foot p a {
  display: inline-block;
  margin: 3px 10px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.recommended .foot p span:hover,
.recommended .foot p a:hover {
  color: #a1d4e5;
}
.info-contact {
  margin-top: 20px;
  box-sizing: border-box;
  padding: 5px 0 14px 9px;
  background-color: #fff;
  height: 355px;
}
.info-contact h3 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #0e58d7;
}
.info-contact table {
  margin-top: 16px;
}
.info-contact table tr td {
  vertical-align: top;
  height: 25px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.info-contact table tr td:nth-child(1) {
  width: 42px;
}
.info-contact .QR-code {
  margin-top: 27px;
  text-align: center;
}
.info-contact .QR-code img {
  width: 130px;
  height: 130px;
}
.info-contact .QR-code p {
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.info-QA {
  margin-top: 20px;
  box-sizing: border-box;
  padding: 5px 0 14px 9px;
  background-color: #fff;
}
.info-QA h3 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #0e58d7;
}
.info-QA .QA-item {
  margin-top: 15px;
}
.info-QA .QA-item h4 {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.info-QA .QA-item h4:hover {
  text-decoration: underline;
}
.info-QA .QA-item h4:hover a {
  color: #0158a8;
}
.info-QA .QA-item p {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.good-introduce {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 20px 20px 20px;
}
.good-introduce .title {
  width: 105px;
  text-indent: 0.5em;
  height: 40px;
  background-image: url(../../img/Product/BG-2.png);
  background-repeat: no-repeat;
  background-size: auto;
  font-family: "Noto Sans SC";
  line-height: 29px;
  font-weight: 400;
  font-size: 14px;
  /* identical to box height */
  color: #ffffff;
}
.good-introduce .paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}
.good-introduce .paragraph .p-table {
  width: 98%;
  border-collapse: collapse;
}
.good-introduce .paragraph .p-table tr {
  height: 270px;
}
.good-introduce .paragraph .p-table tr td {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.good-introduce .paragraph .p-table tr td:nth-child(1) {
  text-align: center;
  width: 300px;
  padding: 20px;
}
.good-introduce .paragraph .p-table tr td:nth-child(2) {
  padding: 20px;
}
.good-introduce .paragraph .p-table tr td .p-table-img {
  width: 250px;
  height: 209px;
}
.good-introduce .paragraph .p-table tr td .p-table-title {
  color: #0158a8;
  font-weight: 400;
  font-size: 18px;
}
.good-introduce .paragraph .p-table tr td .p-table-information {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
}
.good-introduce .paragraph .p-table tr td .goodVideo-table-title {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.good-introduce .paragraph .p-table tr td .goodVideo-table-h5 {
  font-size: 14px;
  text-align: left;
  color: #0158a8;
}
.good-introduce .paragraph .p-table tr td .goodVideo-table-list {
  text-align: left;
  margin-top: 20px;
}
.good-introduce .paragraph .p-table tr td .goodVideo-table-list ul li::before {
  content: "";
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #0158a8;
}
.good-introduce .good-img {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
}
.good-introduce .good-img .goodImg-table {
  width: 98%;
  border-collapse: collapse;
}
.good-introduce .good-img .goodImg-table tr {
  box-sizing: border-box;
}
.good-introduce .good-img .goodImg-table tr:nth-child(1) {
  width: 330px;
  height: 250px;
}
.good-introduce .good-img .goodImg-table tr:nth-child(2) {
  height: 50px;
}
.good-introduce .good-img .goodImg-table tr td {
  text-align: center;
  border: 1px solid #edf2f4;
  padding: 20px;
}
.good-introduce .good-img .goodImg-table tr td .goodImg-table-image {
  width: 250px;
  height: 187px;
}
.good-introduce .good-img .goodImg-table tr td .goodImg-table-title {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.good-introduce .good-video {
  height: 340px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.good-introduce .good-video .goodVideo-table {
  width: 98%;
  border-collapse: collapse;
}
.good-introduce .good-video .goodVideo-table tr {
  box-sizing: border-box;
}
.good-introduce .good-video .goodVideo-table tr:nth-child(1) {
  width: 330px;
  height: 250px;
}
.good-introduce .good-video .goodVideo-table tr:nth-child(2) {
  height: 50px;
}
.good-introduce .good-video .goodVideo-table tr td {
  text-align: center;
  border: 1px solid #edf2f4;
  padding: 10px;
}
.good-introduce .good-video .goodVideo-table tr td .goodVideo-table-title {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.good-introduce .good-video .goodVideo-table tr td .goodVideo-table-h5 {
  font-size: 14px;
  text-align: left;
  color: #0158a8;
}
.good-introduce .good-video .goodVideo-table tr td .goodVideo-table-list {
  text-align: left;
  margin-top: 20px;
}
.good-introduce .good-video .goodVideo-table tr td .goodVideo-table-list ul li::before {
  content: "";
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #0158a8;
}
.good-introduce .certificate {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  padding-bottom: 40px;
}
.good-introduce .certificate .certificate-item {
  width: 230px;
  height: 299px;
  background-image: url(../../img/Product/BG-3.png);
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
}
.good-introduce .certificate .certificate-item img {
  left: 21px;
  top: 21px;
  position: absolute;
  width: 189px;
  height: 257px;
}
.good-introduce .certificate .certificate-item p {
  position: absolute;
  bottom: -4px;
  left: 50px;
  font-family: "Noto Sans SC";
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}
.good-introduce .characteristic {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 940px;
}
.good-introduce .characteristic ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.good-introduce .characteristic ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  vertical-align: middle;
  background-image: url(../../img/Product/BG-5.png);
  background-size: auto;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.good-introduce .basis-table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.good-introduce .basis-table table {
  border-collapse: collapse;
  width: 98%;
}
.good-introduce .basis-table table thead th {
  height: 40px;
  line-height: 40px;
  background: #99c5ec;
  font-family: "Noto Sans SC";
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #9cc5ea;
}
.good-introduce .basis-table table tbody {
  text-align: center;
}
.good-introduce .basis-table table tbody tr.bg {
  background-color: #9f9f9f;
}
.good-introduce .basis-table table tbody tr.bg td {
  text-align: left;
  text-indent: 2em;
  color: #fff;
}
.good-introduce .basis-table table tbody tr td {
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  border: 1px solid #9cc5ea;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
.good-introduce .basis-table table tbody tr td:nth-child(1) {
  width: 100px;
}
.good-introduce .twoImg {
  margin-top: 20px;
  width: 98%;
}
.good-introduce .twoImg tr {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.good-introduce .twoImg tr:nth-child(2) {
  height: 50px;
}
.good-introduce .twoImg tr td {
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #edf2f4;
}
.good-introduce .twoImg tr td img {
  width: 393px;
  height: 268px;
}
.good-introduce .fourImg {
  margin-top: 20px;
  width: 98%;
}
.good-introduce .fourImg tr {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.good-introduce .fourImg tr:nth-child(2) {
  height: 50px;
}
.good-introduce .fourImg tr td {
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #edf2f4;
}
.good-introduce .fourImg tr td img {
  width: 223px;
  height: 173px;
}
.good-introduce .vertical-Video {
  margin-top: 20px;
  width: 98%;
}
.good-introduce .vertical-Video tr {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.good-introduce .vertical-Video tr:nth-child(2) {
  height: 50px;
}
.good-introduce .vertical-Video tr td {
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #edf2f4;
}
.good-introduce .vertical-Video tr td:nth-child(1) {
  width: 300px;
}
.good-introduce .vertical-Video tr td .v-video {
  width: 100%;
  height: 100%;
}
.Contact-us {
  padding: 25px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  height: 275px;
  margin: 0 18px 20px 0;
}
.Contact-us .Contact-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
}
.Contact-us .Contact-info {
  display: flex;
}
.Contact-us .Contact-info #container {
  height: 200px;
  width: 385px;
}
.Contact-us .Contact-info .info-right {
  margin-left: 30px;
  margin-top: -12px;
}
.Contact-us .Contact-info .info-right .info-right-title {
  margin: 18px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.Contact-us .Contact-info .info-right .info-right-item {
  margin-bottom: 5px;
}
.Contact-us .Contact-info .info-right .info-right-item .name {
  display: inline-block;
  width: 80px;
  color: #999;
}
#qrcode {
  display: none;
  width: 150px;
  height: 150px;
}
