.sample-container {
  /* padding-bottom: 12rem; */
}

.sample-item {
  padding: 3rem;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 8.2rem;
  background-color: #ffffff;
  transition: all 0.1s ease;
}

.sample-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  /* transform: scale(1.01); */
}

.sample-item-title::before {
  content: '“';
}

.sample-item-title::after {
  content: '”';
}

.sample-item-title {
  margin: 5rem 0;
  overflow: hidden;
  color: #3e3e3e;
  font-size: 1.8rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sample-item-foot-name {
  color: #949494;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sample-arrow-container {
  width: 4rem;
  height: 4rem;
  border-width: 1px;
  border-radius: 50%;
  border-style: solid;
  position: relative;
  border-color: #b2b3b4;
}

.sample-arrow {
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 0;
  position: absolute;
  border-style: solid;
  border-left-width: 0;
  border-color: inherit;
  border-top-width: 1px;
  transform-origin: 0 0;
  transition: all 0.3s ease;
  border-right-width: 1px;
  transform: rotate(45deg) translate(-65%, -35%);
}

.sample-item:hover .sample-arrow-container {
  border-color: #ff6600;
}

.sample-item-img img {
  width: 100%;
}

.comment-card {
  padding: 3rem;
  margin-top: 3rem;
  background-color: #ffffff;
}

.comment-card-text-container {
  overflow: hidden;
  position: relative;
}

.comment-card-text {
  /* top: 0;
  left: 0;
  max-height: 100%;
  right: -17px; */
  /* height: 15rem; */
  /* max-height: 270px; */
  color: #666666;
  overflow: hidden;
  /* overflow-x: hidden;
  overflow-y: scroll; */
  /* overflow-y: scroll; */
  line-height: 3rem;
  /* position: absolute; */
}

/* 
.comment-card-text .mCSB_scrollTools {
  display: none!important;
}

.comment-card-text:hover .mCSB_scrollTools {
  display: block!important;
} */

/* 
.comment-card-text::-webkit-scrollbar {
  display: none
} */
.mCSB_dragger_bar {
  background-color: #cdcdcd !important;
}

.mCSB_draggerRail {
  background-color: #fff !important;
}

.comment-line {
  display: none;
  width: 21%;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #ff6600;
}

.comment-card-name {
  margin-top: 30px;
  color: #949494;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sample-detail-container {
  padding: 6rem;
  border-radius: 0.2rem;
  background-color: #ffffff;
}

.sample-head-title {
  color: #3e3e3e;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.sample-solution-tag {
  color: #ff6600;
  margin-top: 10px;
  font-size: 1.2rem;
  margin-left: 0.8rem;
  padding: 0.5rem 2rem;
  background-image: linear-gradient(#ffefe5, #ffefe5),
    linear-gradient(#ffa366, #ffa366);
  background-blend-mode: normal, normal;
  border-radius: 0.4rem;
  border: solid 0.1rem #ffa366;
}

.sample-head {
  margin-top: 4rem;
}

.sample-head:first-child {
  margin-top: 0;
}

.sample-detail-container {
  transform: translateY(-94px);
}

.underline {
  text-decoration: underline;
}

.sample-part {
  margin-top: 2rem;
}

.sample-content {
  /* margin-top: 6rem; */
}

.sample-part-title {
  color: #ff6600;
  font-size: 18px;
  margin-top: 60px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ff6600;
}

.sample-part-content {
  /* line-height: 1.5; */
  /* line-height: 36px; */
  color: #4a4a4a;
  margin-top: 1.5rem;
}

.sample-part-content img {
  max-width: 100%;
  margin: 0 5px;
  margin-top: 10px;
  /* height: 100%; */
}

.sample-img-container {
  align-items: center;
  justify-content: center;
  /* justify-content: space-around; */
}

/* .sample-img-container div, */
.sample-img-container img {
  /* display: inline-block; */
  /* flex-grow: 1; */
  /* flex-shrink: 0; */
  /* height: 100%; */
}

.sample-head-content {
  font-size: 16px;
}

.sample-solution-tag {
  font-size: 16px;
}

.head {
  height: 480px !important;
}

.sample-part-content-text {
  padding: 10px 0;
  font-size: 16px;
}

.comment-card-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#comments {
  padding-top: 12rem;
}

.comment-form-container {
  top: 50%;
  left: 50%;
  position: absolute;
  background-color: #fff;
  transform: translate(-50%, -50%);
}


/* 新增服务好评 */

.h_praise {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}

.h_praise>div {
  width: 144px;
  height: 57px;
  line-height: 57px;
  border: 1px solid #c2c4c5;
  text-align: center;
  border-radius: 63px;
  font-size: 16px;
  color: #c2c4c5;
  cursor: pointer;
}



.h_praise>.active {
  background: #ff6600;
  border: none;
  color: #fff;
}

.h_praise>div:first-child {
  margin-right: 64px;
}

.flex_between {
  justify-content: space-between;
}

@media screen and (max-width:750px) {
  .h_praise {
    margin: 34px 0;
    display: flex;
  }

  .h_praise>div {
    width: 108px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #c2c4c5;
    text-align: center;
    border-radius: 47px;
    font-size: 12px;
    color: #c2c4c5;
    cursor: pointer;
  }

  .h_praise>div:first-child {
    margin-right: 20px;
  }
}

.loadmore_box {
  display: none;
  padding: 0 15px;
}

@media screen and (max-width:750px) {
  .loadmore_box {
    display: block;
  }
}

.loadmore {
  padding: 2rem 0;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
}

.triangle {
  width: 0;
  height: 0;
  border: 6px solid;
  transform: translateY(50%);
  border-color: #7b7b7b transparent transparent;
}

/* 发布评论弹窗 */
.comment-box {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.comment-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 90px;
}

.comment-form .comment-form-close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
}

.comment-form .comment-form-close img {
  width: 35px;
}

.comment-form .comment-form-title {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: #000000;
}

.comment-form-list {
  margin-top: 46px;
}

.comment-form-item {
  width: 466px;
  height: 41px;
  border: 1px solid #c2c4c5;
  border-radius: 6px;
}

.comment-form-item:nth-child(n+2) {
  margin-top: 16px;
}

.comment-form-item input {
  border-radius: 6px;
  padding-left: 18px;
  font-size: 16px;

}

.comment-form-item input::placeholder {
  color: #c2c4c5;
}

.comment-form-item.comment-form-item-logo {
  height: 74px;
  border: none;
  display: flex;
  align-items: center;
}

.comment-form-item.comment-form-item-logo span {
  font-size: 16px;
  color: #c2c4c5;
}

.comment-form-item.comment-form-item-logo .logo-img-box {
  display: none;
  width: 74px;
  height: 74px;
  background: transparent;
  text-align: center;
}

.comment-form-item.comment-form-item-logo .logo-img-box::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.comment-form-item.comment-form-item-logo .logo-img-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.comment-form-item.comment-form-item-logo div {
  position: relative;
  margin-left: 18px;
  width: 148px;
  height: 100%;
  background: #f1f1f1;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment-form-item.comment-form-item-logo div .file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}




.comment-form-item.comment-form-item-logo div img {
  width: 32px;
}

.comment-form-item.comment-form-item-textarea {
  height: 110px;
}

.comment-form-item.comment-form-item-textarea textarea {
  height: 100%;
  resize: none;
  border: none;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 16px;
}

.comment-form-item.comment-form-item-textarea textarea::placeholder {
  color: #c2c4c5;
}

.comment-form-item.comment-form-item-code {
  display: flex;
  border: none;
}

.comment-form-item.comment-form-item-code input {
  flex: 1;
  border: 1px solid #c2c4c5;
  border-radius: 6px;
}

.comment-form-item.comment-form-item-code img {
  margin-left: 14px;
  flex-shrink: 0;
  width: 105px;
}

.comment-form-item.comment-form-item-btn {
  margin-top: 60px;
  cursor: pointer;
  border: none;
  width: 466px;
  height: 49px;
  line-height: 49px;
  background: #ff6600;
  border-radius: 37px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.comment_cont_min_info {
  font-size: 0;
  display: flex;
}

.comment_cont_min_info span {
  font-size: 14px;
}

.comment_cont_min_info em {
  font-size: 14px;
}


.comment_cont_min_info em {
  margin: 0 5px;
}

@media screen and (max-width:750px) {
  .direction_column {
    flex-direction: column;
  }

  .mar-top30 {
    margin-top: 30px;
  }

  .comment_cont_min_info {
    display: flex;
    flex-direction: column;
  }



  .comment_cont_min_info .hide_em {
    display: none;
  }

  .comment_cont_min_info .phone_mar_top {
    margin-top: 15px;
  }

  .phone_padd0 {
    padding: 0 !important;
  }

  .phone_mar0 {
    margin: 0 !important;
  }


  /* 发布评论弹窗 */
  .comment-box {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 20px;
  }

  .comment-form {
    width: 100%;
    position: relative;
    /* top: 50%;
    left: 0;
    transform: translate(0); */
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 26px 30px;
  }

  .comment-form .comment-form-close {
    cursor: pointer;
    position: absolute;
    top: 26px;
    right: 30px;
  }

  .comment-form .comment-form-close img {
    width: 28px;
  }

  .comment-form .comment-form-title {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: #000000;
  }

  .comment-form-list {
    margin-top: 40px;
  }

  .comment-form-item {
    width: 100%;
    height: 33px;
    border: 1px solid #c2c4c5;
    border-radius: 6px;
  }

  .comment-form-item:nth-child(n+2) {
    margin-top: 14px;
  }

  .comment-form-item input {
    border-radius: 6px;
    padding-left: 12px;
    font-size: 13px;

  }

  .comment-form-item input::placeholder {
    color: #c2c4c5;
  }

  .comment-form-item.comment-form-item-logo {
    height: 42px;
    border: none;
    display: flex;
    align-items: center;
  }

  .comment-form-item.comment-form-item-logo span {
    font-size: 13px;
    color: #c2c4c5;
  }

  .comment-form-item.comment-form-item-logo .logo-img-box {
    display: none;
    width: 42px;
    height: 42px;
    background: transparent;
    text-align: center;
  }

  .comment-form-item.comment-form-item-logo .logo-img-box::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

  .comment-form-item.comment-form-item-logo .logo-img-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }

  .comment-form-item.comment-form-item-logo div {
    position: relative;
    margin-left: 18px;
    width: 83px;
    height: 100%;
    background: #f1f1f1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .comment-form-item.comment-form-item-logo div .file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }




  .comment-form-item.comment-form-item-logo div img {
    width: 18px;
  }

  .comment-form-item.comment-form-item-textarea {
    height: 73px;
  }

  .comment-form-item.comment-form-item-textarea textarea {
    height: 100%;
    resize: none;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .comment-form-item.comment-form-item-textarea textarea::placeholder {
    color: #c2c4c5;
  }

  .comment-form-item.comment-form-item-code {
    display: flex;
    border: none;
  }

  .comment-form-item.comment-form-item-code input {
    flex: 1;
    border: 1px solid #c2c4c5;
    border-radius: 6px;
  }

  .comment-form-item.comment-form-item-code img {
    margin-left: 14px;
    flex-shrink: 0;
    width: 73px;
  }

  .comment-form-item.comment-form-item-btn {
    margin-top: 60px;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: #ff6600;
    border-radius: 37px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
  }

}


.search_praise_box {}

.search_praise {
  display: flex;
  justify-content: center;
}

.search_praise input {
  width: 247px;
  height: 52px;
  border-radius: 9px;
  padding-left: 16px;
  margin-right: 18px;
  font-size: 15px;
  border: 1px solid #c2c4c5;
}

.search_praise input::placeholder {
  color: #C2C4C5;
}

.search_praise span {
  cursor: pointer;
  width: 112px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #ff6600;
  border-radius: 9px;
  color: #fff;
  font-size: 15px;
}

@media screen and (max-width:750px) {
  .search_praise_box {}

  .search_praise {
    display: flex;
    justify-content: center;
  }

  .search_praise input {
    /* width: 119px; */
    width: 50px;
    flex: 1;
    height: 38px;
    border-radius: 7px;
    padding-left: 12px;
    margin-right: 5px;
    font-size: 12px;
    border: 1px solid #c2c4c5;
  }

  .search_praise input::placeholder {
    color: #C2C4C5;
  }

  .search_praise span {
    flex-shrink: 0;
    margin-left: 2px;
    cursor: pointer;
    width: 83px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #ff6600;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
  }
}

.my_btn_zixun {
  cursor: pointer;
  margin: 0 auto;
  width: 208px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #ff6600;
  border-radius: 48px;
  background-color: transparent;
  color: #FF6600;
  font-size: 14px;
  padding: 0!important;

}

.my_btn_zixun:hover {
  background-color: transparent;
  color: #FF6600;

}

.my_btn_zixun img {
  margin-right: 10px;
  width: 20px;
}