@charset "utf-8";
/* by Sean Lu 20190603 */

/* 清理浮动 */
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 全局浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}

/* 圆细滚动条样式 20180601 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button:vertical {
  display: none;
}
::-webkit-scrollbar-track:vertical {
  background-color: black;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #c2c2c2;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #a0a0a0;
}
::-webkit-scrollbar-corner:vertical {
  background-color: #535353;
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #ff6e00;
}

/* 拖选文字样式 20160628 */
::selection {
  background: #e60012;
  color: #fff;
}
::-moz-selection {
  background: #e60012;
  color: #fff;
}

.wrapper {
  width: 1500px;
  margin: 0 auto;
}

.logo-txt {
  position: relative;
}
.logo-txt img {
  cursor: pointer;
}
.logo-txt .seabox {
  position: absolute;
  right: -20px;
  top: 80px;
  background: #fff;
  width: 260px;
  padding: 20px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.logo-txt .seabox.sbon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.logo-txt .seabox input {
  border: 0;
  background: #f1f1f1 url(../img/seaicon.png) no-repeat 94% center;
  padding: 0 20px;
  line-height: 40px;
  width: 100%;
  box-sizing: border-box;
}
.logo-txt .seabox input:focus {
  outline: none;
  background-color: #f9f9f9;
}

.inwrap {
  background: #f2f2f2;
  padding-top: 122px;
}

.inbanner {
  height: 300px;
  background: url(../img/inbanner01.jpg) no-repeat center;
  position: relative;
  color: #fff;
  display: table;
  width: 100%;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
  font-family: Source Sans Pro;
}
.inbanner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/a.png) repeat center;
  content: "";
}
.inbanner .title {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.inbanner .title .en {
  font-size: 45px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.inbanner .title .tn {
  font-size: 20px;
  text-transform: uppercase;
}

.inpage {
  background: #f5f7f9;
  overflow: hidden;
  padding: 30px 0;
}

.side {
  width: 300px;
  float: left;
}

.main {
  width: calc(100% - 330px);
  float: right;
}

.snav {
  background: #fff;
  padding: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  font-family: arial;
}
.snav .hd {
  text-align: center;
  font-size: 20px;
  color: #e60012;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 0 10px;
}
.snav .bd {
  background: #fff;
  padding: 10px;
}
.snav .bd .bul {
  padding: 0 10px;
}
.snav .bd .bul .bli {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px dashed #fff;
  background: url(../img/dot.png) no-repeat 8px 17px;
  position: relative;
}
.snav .bd .bul .bli .ba {
  display: block;
  font-size: 16px;
  color: #39424b;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  padding: 0 20px;
}
.snav .bd .bul .bli:before {
  content: "";
  background: linear-gradient(to right, #e60012, #fe883e);
  display: block;
  border-radius: 30px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.snav .bd .bul .bli:hover:before,
.snav .bd .bul .bli.on:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.snav .bd .bul .bli:hover .ba,
.snav .bd .bul .bli.on .ba {
  color: #fff;
}
.snav .bd .bul .bli.on {
  border-color: transparent;
}
.snav .bd .bul .bsub {
  background: #f3f3f3;
  margin: -20px 0 2px 0;
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 0 0 20px 20px;
}
.snav .bd .bul .bsub li {
  line-height: 36px;
}
.snav .bd .bul .bsub li a {
  font-size: 14px;
  color: #666;
}
.snav .bd .bul .bsub li a:hover,
.snav .bd .bul .bsub li.on a {
  color: #d00c18;
}

.sbox {
  background: #fff;
  padding: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  font-family: arial;
}
.sbox .hd {
  text-align: center;
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 0 10px;
}
.sbox .bd {
  background: #fff;
  padding: 15px;
}
.scon {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.mainbox {
  background: #fff;
  border: 0 solid #dedede;
  padding: 40px 64px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
.mainbox .hd {
  height: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 60px;
  font-family: Source Sans Pro;
}
.mainbox .hd h1 {
  float: left;
  background: #fff;
  line-height: 40px;
  font-weight: normal;
  color: #39424b;
  padding-right: 20px;
  font-size: 30px;
}
.mainbox .now {
  float: right;
  background: #fff;
  line-height: 40px;
  color: #999;
  padding-left: 10px;
  font-size: 12px;
}
.mainbox .now .split {
  margin: 0 4px;
  font-family: simsun;
}
.mainbox .now a {
  color: #999;
}
.mainbox .now a:hover {
  color: #d00c18;
}

.mainbox .bd {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  word-wrap: break-word;
  font-family: Source Sans Pro;
}
.mainbox .bd img {
  max-width: 100%;
}
.mainbox .bd p {
  margin-bottom: 20px;
}
.mainbox .bd h3 {
  font-size: 24px;
  font-weight: normal;
  background: linear-gradient(to right, #e60012, #fe883e);
  color: #fff;
  line-height: 30px;
  padding: 5px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.bdshare-button-style0-16.lihaile {
  width: 112px;
  margin: 0 auto;
}
.bdshare-button-style0-16.lihaile a {
  width: 50px;
  height: 50px;
  padding-left: 0;
}
.bdshare-button-style0-16.lihaile .bds_tsina {
  background: url(../img/icon_01.png) no-repeat 0 0;
}
.bdshare-button-style0-16.lihaile .bds_weixin {
  background: url(../img/icon_02.png) no-repeat 0 0;
}

.prolist {
}
.prolist .item {
  width: 22%;
  float: left;
  margin: 0 4% 30px 0;
  box-sizing: border-box;
  border: 1px solid #dedede;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.prolist .item:nth-child(4n) {
  margin-right: 0;
}
.prolist .item:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  z-index: 1;
}
.prolist .item .img a {
  display: block;
  position: relative;
  width: 100%;
}
.prolist .item .img.newcov a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/cov.png) no-repeat 0 0;
  background-size: cover;
  opacity: 0.4;
}
.prolist .item .img img {
  width: 100%;
  display: block;
}
.prolist .item .box {
  padding: 26px;
  position: relative;
  overflow: hidden;
}
.prolist .item .box .nam {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 30px;
}
.prolist .item:hover .box .nam {
}
.prolist .item .box .nam a {
  color: #333;
}
.prolist .item:hover .box .nam a {
  color: #e60012;
}
.prolist .item .box .txt {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.prolist .item:hover .box .txt {
}
.prolist .item .box .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(to right, #e60012, #fe883e);
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.prolist .item:hover .box .btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prolist .item .box .btn a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding-left: 30px;
}

.newstitle {
  font-size: 26px;
  text-align: center;
  line-height: 30px;
  font-family: Source Sans Pro;
  margin-bottom: 5px;
}
.newsinfo {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #999;
  font-family: Source Sans Pro;
}
.newsinfo .author,
.newsinfo .time {
  margin: 0 5px;
}
.newsmaincon {
  margin: 20px 0;
  font-family: Source Sans Pro;
}
.newsmaincon img {
  max-width: 100%;
}
.newsmaincon h3 {
  font-size: 18px;
  font-weight: normal;
  background: linear-gradient(to right, #e60012, #fe883e);
  color: #fff;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.newsmaincon .dou {
  margin-bottom: 20px;
}
.newsmaincon .dou02 {
  overflow: hidden;
}
.newsmaincon .dou02 li {
  width: 50%;
  float: left;
}
.newsmaincon .dou li:before {
  content: "·";
  color: #e60012;
  font-weight: bold;
  margin-right: 10px;
}

.newsbackline {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #dedede;
  padding-top: 10px;
  margin: 30px 0 50px;
}
.newsbackline ul {
  width: 100%;
}
.newsbackline ul li {
  width: 33.333333%;
  float: left;
  text-align: center;
  display: block;
  height: 33px;
}
.newsbackline ul li a {
  display: inline-block;
  width: 120px;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede;
  text-decoration: none;
  color: #666;
  font-size: 12px;
}
.newsbackline ul li a:hover {
  border-color: #323e4a;
  color: #323e4a;
}
.newsbackline ul li.prev {
  text-align: left;
}
.newsbackline ul li.prev a {
  text-align: center;
}
.newsbackline ul li.next {
  text-align: right;
}
.newsbackline ul li.next a {
  text-align: center;
}

.snav .sd {
  display: none;
}

.newslist {
}
.newslist .item {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  padding: 30px;
}
.newslist .item:nth-child(2n) {
  margin-right: 0;
}
.newslist .item:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.newslist .item .time {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #999;
}
.newslist .item .time .split {
  margin: 0 10px;
  color: #ccc;
}
.newslist .item .name {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
  height: 28px;
  overflow: hidden;
}
.newslist .item .name a {
  color: #111;
}
.newslist .item .name a:hover {
  color: #e60012;
}
.newslist .item .text {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 16px;
}
.newslist .item .link {
  overflow: hidden;
  margin-bottom: -12px;
}
.newslist .item .link a {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/hb01img01.png) no-repeat center;
  float: left;
}
.newslist .item .link a.l02 {
  float: right;
  background-image: url(../img/hb01img02.png);
}

.process02 {
  overflow: hidden;
}
.process02 li {
  width: 31.333333%;
  float: left;
  margin: 0 1% 20px;
}
.process02 li img {
  display: block;
  width: 100%;
}

.process05 {
  overflow: hidden;
}
.process05 li {
  width: 31.333333%;
  float: left;
  margin: 0 1% 20px;
  text-align: center;
}
.process05 li a {
  display: block;
}
.process05 li img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.process05 li span {
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  display: block;
}

.caselist {
  overflow: hidden;
}
.caselist li {
  width: 20%;
  float: left;
  text-align: center;
}
.caselist li img {
  display: block;
  margin: 0 auto;
}
.caselist li span {
  text-align: center;
}

.messagecon {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: Source Sans Pro;
}
.messagecon p {
  margin-bottom: 20px;
}
.messagetit {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
}
.messagetarea {
  padding: 10px;
  border: 1px solid #dedede;
  font-size: 16px;
  line-height: 26px;
  font-family: Source Sans Pro;
  color: #666;
  resize: none;
  width: 96%;
  height: 90px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f8f8f8;
  margin-bottom: 20px;
}
.messagetarea:focus {
  color: #333;
  outline: none;
  background: #fff;
}
.messageinput {
  width: 27%;
  padding: 10px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  border: 1px solid #dedede;
  margin: 0 5px 0 0;
  font-family: Source Sans Pro;
  color: #666;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f8f8f8;
  margin-bottom: 20px;
}
.messageinput:focus {
  color: #333;
  outline: none;
  background: #fff;
}
.messagebtn {
  width: 30%;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  border: 0;
  background: #b8c5ce;
  color: #2d3e50;
  border-radius: 4px;
  font-family: Source Sans Pro;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 30px;
}
.messagebtn.btnon {
  width: 50%;
  color: #fff;
}
.messagebtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.main .con .yanzhengma {
  display: inline;
}

.messagebtn.btnon {
  background: linear-gradient(to right, #e60012, #fe883e);
}

.shuaitb {
  width: 100%;
}
.shuaitb td {
  padding: 0 10px;
  border-bottom: 1px solid #e60012;
}

.abouttb {
  margin-bottom: 20px;
  width: 100%;
}

.reviewslist {
}
.reviewslist .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dedede;
  display: flex;
  align-items: flex-start;
}
.reviewslist .item .img {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border: 2px solid #e60012;
  padding: 2px;
  border-radius: 50%;
  margin-right: 20px;
}
.reviewslist .item .img img {
  overflow: hidden;
  display: block;
  border-radius: 50%;
}
.reviewslist .item .info {
  flex: 1;
}
.reviewslist .item .info .name {
  font-size: 20px;
  font-weight: bold;
  color: #e60012;
}
.reviewslist .item .info .time {
  font-size: 14px;
  color: #999;
}

.procontent {
  text-align: center;
}

@media (max-width: 1500px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 800px) {
  .logo-txt .seabox {
    width: auto;
    position: fixed;
    right: 5%;
    left: 5%;
    top: 60px;
  }

  .inwrap {
    padding-top: 51px;
  }

  .inbanner {
    height: 120px;
    background-size: cover;
  }
  .inbanner .title .en {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .inbanner .title .tn {
    font-size: 14px;
  }

  .side {
    width: 100%;
    float: none;
  }
  .main {
    width: 100%;
    float: none;
  }

  .sbox {
    display: none;
  }

  .snav {
    padding: 0;
    margin-bottom: 0;
  }
  .snav .sd {
    background: #666;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
  }
  .snav .hd {
    display: none;
  }
  .snav .bd {
    display: none;
  }
  .snav .bd.sbon {
    display: block;
  }

  .snav .bd .bul .bli .ba {
    font-size: 14px;
  }
  .mainbox .now {
    display: none;
  }

  .mainbox {
    padding: 20px;
  }
  .mainbox .hd {
    border-color: transparent;
    margin: -20px -20px 40px;
  }
  .mainbox .hd h1 {
    float: none;
    text-align: center;
    background: linear-gradient(to right, #e60012, #fe883e);
    color: #fff;
    font-size: 16px;
    padding-right: 0;
  }

  .newsbackline ul li a {
    width: 100%;
  }

  .newslist .item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .newslist .item .name {
    height: auto;
  }

  .process02 li {
    width: 48%;
  }

  .process05 li {
    width: 48%;
  }
  .process05 li span {
    font-size: 12px;
  }

  .caselist li {
    width: 50%;
  }
  .caselist li span {
    font-size: 12px;
  }

  .messagecon p {
  }
  .messagetarea {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .messagetit {
    text-align: center;
    margin-top: 5px;
    font-size: 0.75rem;
  }
  .messageinput {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
  }
  .main .con .yanzhengma {
    display: block;
    width: 20%;
    margin: 20px auto;
  }
  .messagebtn {
    margin: 5px auto 0;
    width: 80%;
    display: block;
  }
  .messagebtn.btnon {
    width: 80%;
  }

  .prolist .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .prolist .item:nth-child(2n) {
    margin-right: 0;
  }
  .prolist .item .box {
    padding: 16px;
  }

  .abouttb td {
    display: block;
  }
}

/* 视频和二维码模块 */
.video-qr-8372 {
  padding: 40px 0;
  background: #fff;
}

.video-qr-8372 .videowrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.video-qr-8372 .video-container {
  width: 65%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.video-qr-8372 .video-container video {
  width: 100%;
  display: block;
}

.video-qr-8372 .qr-container {
  width: 30%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
}

.video-qr-8372 .qr-container img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.video-qr-8372 .qr-container p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .video-qr-8372 .videowrapper {
    flex-direction: column;
    gap: 20px;
  }

  .video-qr-8372 .video-container,
  .video-qr-8372 .qr-container {
    width: 100%;
  }
}

/* 产品展示模块 */
.prod-show-6147 {
  margin-bottom: 40px;
}

.prod-top-6147 {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.prod-img-6147 {
  width: 380px;
  min-width: 380px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  background: #fafafa;
}
.prod-img-6147.newcov {
  position: relative;
}
.prod-img-6147.newcov::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/cov.png) no-repeat 0 0;
  background-size: cover;
  opacity: 0.4;
}
.prod-img-6147 img {
  width: 100%;
  display: block;
}

.prod-info-6147 {
  flex: 1;
}

.prod-name-6147 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.prod-meta-6147 {
  margin-bottom: 16px;
  line-height: 2;
}

.prod-meta-6147 p {
  margin-bottom: 4px;
}

.prod-meta-6147 .label-6147 {
  color: #333;
}

.prod-meta-6147 a:hover {
  text-decoration: underline;
}

.prod-desc-6147 {
  font-size: 14px;
  color: #888;
  line-height: 1.8;
  margin-bottom: 20px;
}

.prod-desc-6147 p {
  margin-bottom: 2px;
}

.prod-cat-6147 {
  color: #666;
  padding: 14px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
}

.prod-cat-6147 .label-6147 {
  color: #333;
  font-weight: bold;
}

.prod-btns-6147 {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}

.btn-consult-6147,
.btn-back-6147 {
  display: inline-block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-consult-6147 {
  background: #e60012;
  color: #fff;
}

.btn-consult-6147:hover {
  background: #c50010;
}

.btn-back-6147 {
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
}

.btn-back-6147:hover {
  border-color: #999;
  color: #333;
}

.prod-detail-6147 {
  margin-bottom: 20px;
}

.detail-hd-6147 {
  background: #5a5a5a;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  padding: 0 30px;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.detail-bd-6147 {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 20px 30px;
  line-height: 2;
  color: #666;
}

.detail-bd-6147 p {
  margin-bottom: 4px;
}

@media (max-width: 800px) {
  .prod-top-6147 {
    flex-direction: column;
    gap: 20px;
  }

  .prod-img-6147 {
    width: 100%;
    min-width: auto;
  }

  .prod-name-6147 {
    font-size: 20px;
  }

  .btn-consult-6147,
  .btn-back-6147 {
    width: 140px;
    height: 42px;
    line-height: 42px;
  }

  .detail-hd-6147 {
    font-size: 18px;
    line-height: 40px;
  }
}
