* {
  margin: 0;
  padding: 0;
}

.swiper-video video {
  width: 350px;
  height: 350px;
}

.proList {
  display: flex;
  width: 100%;
  /* width: 1200px; */
  margin: 0 auto;
  align-items: center;
  /* text-transform: uppercase; */
  text-transform: capitalize;
  padding: 0 0 20px;
  font-size: 14px;
}

.proList div {
  margin-right: 10px;
}

.proList div a {
  color: #666;
}

.proList div:last-child a {
  color: #BA0021;
}

.proList img {
  width: 7px;
  height: 13px;
}

.white {
  padding-top: 10px;
}

.pro-det {
  /* width: 1170px; */
  width: 100%;
  background: #FFFFFF;
  /* border: 1px solid #DFDFDF; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.pro-det .view .swiper-container {
  width: 350px;
  height: 350px;
  /* padding-bottom: 25px; */
  overflow: hidden;
}

.pro-det .preview {
  margin-top: 20px;
  margin-left: 19px;
  width: 300px;
  position: relative;
}

.pro-det .preview .arrow {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 13px;
  height: 18px;
  z-index: 10;
}

.pro-det .preview .arrow-left {
  background: url("/index_static/img/zuos.png") no-repeat center;
  /* border: 1px solid red; */
  left: -20px;
}

.pro-det .preview .arrow-right {
  background: url("/index_static/img/yous.png") no-repeat center;
  right: -34px;
  /* border: 1px solid red; */
}

.swiper-pointer-events {
  overflow: hidden;
}

.pro-det .preview img {
  padding: 1px;
  width: 66px;
  height: 66px;
}

.pro-det .preview .active-nav img {
  padding: 0;
  border: 1px solid #0D1D76;
  width: 66px;
  height: 66px;
}

/* .swiper-img img {
  width: 56px;
  height: 56px;
} */

.pro-det .brief {
  /* width: 750px;
  margin: 0 auto; */
  width: calc(100% - 380px);
  position: relative;
  /* border-bottom: 1px solid #DFDFDF; */
  /* border: 1px solid red; */
}

/* .pro-det .brief:after {
  content: '';
  background: #DFDFDF;
  height: 1px;
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
} */

.pro-det .brief .brief-title {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  padding-bottom: 10px;
}

.pro-det .brief .brief-flex {
  display: flex;
  margin-top: 30px;
  /* width: 740px; */
  /* height: 1px; */
  /* background: #E2E2E2; */
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
}

.pro-det .brief .brief-flex .brief-one {
  color: #666;
  /* height: 15px; */
  padding-right: 50px;
  position: relative;
  font-size: 14px;
}

.pro-det .brief .brief-flex .brief-one:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  background-color: #ccc;
  width: 1px;
  /* border-right: 1px solid #DFDFDF; */
}

.pro-det .brief .brief-flex .brief-one span {
  color: #BA0021;
  font-size: 34px;
}

.pro-det .brief .brief-flex .brief-two {
  font-size: 14px;
  color: #666;
  padding-left: 50px;
}

.pro-det .brief .brief-flex .brief-two span {
  display: block;
  color: #BA0021;
  text-align: center;
  font-size: 18px;
}

.pro-det .brief .brief-flex .brief-p {
  display: flex;
  align-items: center;
}

.pro-det .brief .brief-flex .brief-love {
  color: #666
}

.pro-det .brief .brief-flex .brief-love div:nth-child(1) {
  text-align: center;
}






.pro-det .brief .stock p {
  text-overflow: ellipsis;
  /* width: 337px; */
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

.pro-det .brief .stock p:hover {
  overflow: visible;
  white-space: normal;
}

.pro-det .brief .stock {

  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  line-height: 2em;
  color: #999;
  margin-right: 50px;
}

.pro-det .brief .stock>div {
  width: 47%;
}

.pro-det .brief .stock span {
  color: #333;
  padding-left: 10px;
}

.pro-but {
  display: flex;
  margin-top: 25px;
  /* position: absolute;
  bottom: 10px; */
}

.pro-but .but-one a {
  width: 212px;
  display: block;
  height: 46px;
  background: #BE0022;
  box-shadow: 0px 0px 8px 0px rgba(190, 0, 34, 0.2200);
  border-radius: 23px;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  text-transform: uppercase;
}

.pro-but .but-two button {
  width: 213px;
  height: 47px;
  background: #FFFFFF;
  border: 1px solid #BE0022;
  border-radius: 23px;
  font-size: 16px;
  margin-left: 40px;
  text-transform: uppercase;
  color: #BE0022;
}

.marg {
  padding: 30px 0px !important;
}

.marg .pro-but {
  margin-top: 0;
}

.download {
  /* width: 1140px; */
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 30px 0px;
  background-color: #FFFFFF;
  /* border: 1px solid #DFDFDF; */
}

.download .down-title {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #0D1D76;
}

.download .down-one p {
  color: #333;
}

.download .down-one:last-child {
  border-bottom: none;
}

.download .down-one {
  display: flex;
  /* position: relative; */
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.download .down-one>div {
  display: flex;
}

.download .down-one a.preview {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 100px;
  margin: 0 auto;
  background-color: #0D1D76;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 14px;
}

.download .down-one button {
  width: 162px;
  /* padding-left: 40px; */
  /* padding: 0 50px; */
  height: 46px;
  background-color: #0D1D76;
  display: inline-block;
  border-radius: 23px;
  color: #fff;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* background: url(/index_static/img/xia.png) no-repeat center; */
}

.download .down-one button img {
  vertical-align: middle;
  margin-right: 10px;
}

.brief-login {
  text-align: center;
  color: #BE0022;
}

.brief-login .collect {
  font-size: 14px;
}

.introduce {
  /* width: 1140px; */
  width: 100%;
  box-sizing: border-box;
  /* padding: 0 30px; */
  margin: 10px auto;
  background-color: #fff;
  /* border: 1px solid #DFDFDF; */
}

.introduce .introduce-title,
.download .introduce-title {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 30px 0;
}

.download .introduce-title {
  padding: 0;
}

.introduce .introduce-title p,
.download .introduce-title p {
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  color: #0D1D76;
}

.introduce .introduce-img,
.download .introduce-img {
  /* text-align: center; */
  padding-bottom: 30px;
  overflow: hidden;
}

.introduce .introduce-img img,
.download .introduce-title img {
  max-width: 100%;
  vertical-align: middle;
}


.introduce .introduce-img ul {
  padding-left: 20px;
}

.introduce .introduce-img p img {
  /* max-width: 1100px; */
  /* width: 100%; */
  /* max-width: 600px; */
}

button {
  cursor: pointer;
}

.mio-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  display: none;
}

.mio-modal-mask .pop {
  width: 840px;
  /* height: 742px; */
  background: #FFFFFF;
  z-index: 999;
  margin: 100px auto;
  padding: 0 15px 45px;
  border-radius: 5px;
  position: absolute;
  /* left: 20%; */
  top: -54px;
  height: 80%;
  left: 0;
  right: 0;
}

.mio-modal-mask .pop .pop-guan {
  text-align: right;
  /* padding: 15px; */
}

.mio-modal-mask .pop .pop-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.mio-modal-mask .pop span {
  color: #BE0022;
}

.mio-modal-mask .pop .pop-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mio-modal-mask .pop form {
  height: 85%;
  overflow-y: scroll;
  padding: 0 10px;
}

.mio-modal-mask .pop input {
  width: 270px;
  border-radius: 5px;
  height: 46px;
  border: 1px solid #eeeeee;
  padding-left: 10px;
}

.mio-modal-mask .pop div {
  padding: 10px 0;
}

.mio-modal-mask .pop div.uploadFileName {
  padding: 0 10px;
}

.mio-modal-mask .pop .pop-text {
  border-radius: 5px;
  width: 728px;
  height: 130px;
  padding: 15px;
  border: 1px solid #EEEEEE;
  vertical-align: top;
}

/* .mio-modal-mask .pop .pop-file {
  width: 201px;
  height: 161px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  vertical-align: top;
  border-radius: 5px;
  background: url(/index_static/img/jia.png)no-repeat center;
} */
.mio-modal-mask .pop .enclosure {
  display: flex;
}

.mio-modal-mask .pop .enclosure-img {
  width: 201px;
  height: 161px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  line-height: 178px;
}

.mio-modal-mask .pop label {
  display: inline-block;
  width: 100px;
  text-align: right;
  /* padding-right: 5px; */
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: justify;
  /* text-align-last: justify; */
  text-align-last: auto;
}

.mio-modal-mask .pop .pop-flex div:first-child label {
  /*width: 52px;*/
  text-align: left;
}

.mio-modal-mask .pop .pop-flex label {
  margin-right: 20px;
  text-align: right;
}

/* .mio-modal-mask .pop .pop-flex>div:last-child label {
  width: 70px;
} */

.mio-modal-mask .pop .pop-sub {
  text-align: center;
  cursor: pointer;
  /* margin-top: 20px; */
  width: 610px;
  /* height: 46px; */
  background: #BE0022;
  border-radius: 23px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
}

.mio-modal-mask .pop .pop-sub button {}




.content {
  position: relative;
  /* width: 400px;
  height: 400px; */
  /* border: 1px solid #ccc; */
}

/* .content>img {
  width: 400px;
  height: 400px;
} */

.mask {
  width: 200px;
  height: 200px;
  background-color: yellow;
  opacity: 0.5;
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.big {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 32%;
  left: 36%;
  /* border: 1px solid red; */
  overflow: hidden;
  display: none;
}

.big>img {
  width: 800px;
  height: 800px;
  position: absolute;
  top: 0;
  /* left: 400px; */
  z-index: 8888;
}

.note {
  color: #BE0022;
  font-size: 14px;
  margin-top: 20px;
  width: 99%;
}

.note a {
  color: #BE0022;
  text-decoration: underline;
}

.fix {
  position: fixed;
  width: 100%;
  background: linear-gradient(to top, #ffffff, transparent);
  bottom: 0px;
  padding-bottom: 15px;
  z-index: 11;
  display: none;
}

.skicky {
  width: 100%;
  position: sticky;
  top: 0;
  /* background: #ffffff; */
  z-index: 11;
  /* border-bottom: 1px solid #DFDFDF; */
}

.bottomShow {
  /* width: fit-content; */
  margin: 0 auto;
  /* width: 48px; */
  /* width: 1200px; */
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  line-height: 1em;
  font-size: 12px;
  position: fixed;
  right: -1px;
  z-index: 9999;
  /* padding: 5px 5px; */
  padding: 0 5px;
  top: 530px;
  /* border: 1px solid rgba(183, 183, 183, 0.8100); */
  cursor: pointer;
  opacity: 1;
  /* background: #FFFFFF; */
  justify-content: center;
  /* flex-direction: column; */
  text-align: center;
  color: #BA0021;
  display: flex;
  align-items: center;
  /* 1.8s 事件完成时间周期 infinite无限循环 */
  left: 0;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  top: 54vh;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.bottomShow img {
  width: 28px;
  height: 28px;
  animation: jumpBoxHandler 1.8s infinite;
  margin-top: -5px;
  /* padding: 12px; */
}

@keyframes jumpBoxHandler {

  /* css事件 */
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, 10px);
    /* 可配置跳动方向 */
  }

  100% {
    transform: translate(0px, 0px);
  }
}


.white {
  background: #fff;
}

.grey {
  height: 2px;
  width: 100%;
  background-color: #eeebeb;
  margin: 0 auto;
}

.tabsboxXDetail .flexBox {
  max-width: 100%;
  overflow-y: auto;
  white-space: nowrap;
  margin: 30px auto;
  margin-top: 40px;
  border-bottom: #EFEFEF 1px solid;
  background: #ffffff;
}

.tabsboxXDetail .flexBox .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.tabsboxXDetail .flexBox #mCSB_1_container {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  /* width: auto; */
  height: auto;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  /* position: relative; */
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px !important;
  background-color: #eee;
  /* width: 100%; */
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ccc !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.tabsboxXDetail .flexBox span {
  padding: 0 20px;
  /* margin-right: 30px; */
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  background-color: #FBFBFB;
  border: #EFEFEF 1px solid;
  color: #666;
  display: block;
}

.tabsboxXDetail .flexBox span.flexActive {
  background: #BE0022;
  color: #fff;
}

.tabsboxXDetail .flexList {
  /* margin-top: 20px; */
}

.tabsboxXDetail .flexList>div:not(:first-child) {
  display: none;
}

.sticky {
  position: sticky;
  top: 68px;
}


/*for comment*/

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.flex-text-wrap {
  width: 96%;
  position: relative;
  *zoom: 1;
}
textarea,
.flex-text-wrap {
  outline: 0;
  margin: 0;
  border: none;
  padding: 0;
  *padding-bottom: 0!important;
  height:100px;
  width:99%;
  margin:0px auto;
}
.flex-text-wrap textarea,
.flex-text-wrap pre {
  *white-space: pre;
  *word-wrap: break-word;
  white-space: pre-wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-text-wrap textarea {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  resize: none;
  /* IE7 box-sizing fudge factor */
  *height: 94%;
  *width: 94%;
}
.flex-text-wrap pre {
  display: block;
  visibility: hidden;
}
.flex-text-wrap,
textarea { margin-bottom: 25px }
textarea,
.flex-text-wrap pre {
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  padding: 10px 15px;
  border: 1px solid #c6c8ce;
  width: 100%;
  -webkit-appearance: none;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
  -moz-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
  box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-easing: ease-in-out;
  -moz-transition-easing: ease-in-out;
  -o-transition-easing: ease-in-out;
  -ms-transition-easing: ease-in-out;
  transition-easing: ease-in-out;
  -webkit-transition-property: border-color, -webkit-box-shadow;
  -webkit-transition-property: border-color, box-shadow;
  -moz-transition-property: border-color, -moz-box-shadow;
  -moz-transition-property: border-color, box-shadow;
  -o-transition-property: border-color, box-shadow;
  -ms-transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow;
}
.fork-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {
  html {
    background-size: 51px auto;
  }
}


/*鍒濆鍖栨牱寮�*/
/*娓呴櫎娴姩*/
.clearfix:before,
.clearfix:after{content: " ";display: table;}
.clearfix:after{clear: both;}
.clearfix{zoom: 1;}
/*娴姩*/
.pull-right{float: right !important;}
.pull-left{float: left !important;}
/*----------------------------------------------------------------------------------------------------------*/
.flex-text-wrap,pre{margin: 0px auto;width:96%}
.commentAll{width: 100%;padding: 0px;border: 0px solid #ededed;margin: 0px auto;}
.commentAll textarea.content {float:left}
.plBtn{width: 75px;height: 36px;line-height: 36px;background-color: #BE0022;text-align: center;display: block;float: right;color: #FFFFFF;font-size: 12px;border-radius: 6px;margin-right: 25px;margin-top: 0px;position:relative;top:-120px}
.plBtn:hover{background-color: #2f904d;}

.comment-show{margin-top: 20px;}
.comment-show-con {
  width: 96%;
  margin: 0px auto;
  padding: 10px 0;
}
.comment-show-con-img {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-top: 7px;
}
.comment-show-con-img img{
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.comment-show-con-list {
  width: 85%;
  margin-left: 15px;
}
.pl-text {
  width: 100%;
  text-align:left;
  margin-top: 7px;
  word-wrap: break-word;
  overflow: hidden;
}
.date-dz {
  width: 100%;
  float: left;
}
.hf-list-con {
  float: left;
  width: 100%;
  background-color: #eaeaec;
  margin-top: 7px;
}
.comment-size-name {
  font-size: 12px;
  color: #BE0022;
}
.my-pl-con {
  font-size: 12px;
  color: #8b8b8b;
  width: 100%;
}
.date-dz-left {
  font-size: 12px;
  color: #8b8b8b;
  display: block;
  padding-top: 18px;
}
.comment-time, .comment-pl-block {
  padding-top: 7px;
}
.comment-pl-block {
  margin-top: 0;
}
.date-dz-right {
  display: block;
  padding-top: 6px;
  padding-right: 18px;
  position: relative;
  overflow: hidden;
}
.removeBlock {
  float: left;
  font-size: 12px;
  color: #8b8b8b;
  margin-right: 24px;
  display: block;
  opacity: 0;
}
.hf-con-block {
  display: block;
}
.date-dz-pl, .date-dz-line, .date-dz-z {
  font-size: 12px;
  color: #8b8b8b;
}
.date-dz-line {
  display: block;
  padding: 0 20px;
}
.date-dz-z-click-red {
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  background-image: url(../images/icon-all_01.png);
  background-repeat: no-repeat;
  background-position: -6px -198px;
  margin-right: 5px;
}
.z-num {
  font-style: normal;
}
.date-dz-z-click {
  color: #b83b44;
}
.red {
  background-position: -6px -119px !important;
}
.hf-pl {
  width: 70px;
  height: 30px;
  line-height: 30px;
  background-color: #339b53;
  text-align: center;
  display: block;
  float: right;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 6px;
  margin-right: 2px;
  margin-top: 20px;
}
.hf-con{width: 100%;margin-top: 24px;}
.hf-input{font-size: 12px;}
.all-pl-con {
  width: 96%;
  padding: 2% 0;
  float: left;
  margin: 0 2%;
}
.atName {
  font-size: 12px;
  color: #339b53;
}
.hfpl-text{margin-top: 0;}
.date-dz:hover .removeBlock {
  opacity: 1;
}
.hf-list-con .all-pl-con {
  border-top: 1px solid #d9d9d9;
  padding-bottom: 12px;
}
.hf-list-con .all-pl-con:first-child {
  border-top: 0;
}

#uploadCommentFileButton {
  height: 25px;
  position: relative;
  top: 5px;
  cursor: pointer;
}

.uploadCommentFileName::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/index_static/img/guan.png");
  background-size: cover;
  cursor: pointer;
  /* pointer-events: auto; */
}
.commentFileBIg{
  color:#0b69be;
}
.reviewArea{
  min-height:100px;padding-top:25px;border-bottom: 1px solid #EDEDED;padding-bottom: 10px;
}

.comment-show #list-image{
  margin-top:10px;
}