.home-tool{
  width: 100%;
}
.home-tool p{
  margin-bottom: 0;
}
.home-tool+p{
  margin-bottom: 0;
}
.home-tool .home-banner{
  background-image: url(/wp-content/themes/industrial/image/home/banner/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
  height: 650px;
  /* padding-top: 117.73px; */
}
.home-tool .home-banner .hb-content{
  max-width: 1229px;
  margin: 0 auto;
  padding-top: 8.2em;
  padding-bottom: 16.4em;
}
.home-tool .home-banner .hbc-title{
  font-size: 3.4em;
  line-height: 1.2em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.3em;
}
.home-tool .home-banner .hbc-subtitle{
  font-size: 2.4em;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}
.home-tool .home-banner .hbc-btnBox{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.home-tool .home-banner .hbcb-btn{
  font-size: 1.6em;
  line-height: 1em;
  padding: 0.6em 2.3em;
  color: #ffffff;
  border-radius: 1.3em;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.home-tool .home-banner .hbcb-btn-contact{
  background-color: #E13312;
}
.home-tool .home-banner .hbcb-btn-contact:hover{
  background-color: #F55233;
  color: #ffffff;
  transform: translateY(-10px);
}
.home-tool .home-banner .hbcb-btn-submit{
  background-color: #0962B1;
}
.home-tool .home-banner .hbcb-btn-submit:hover{
  background-color: #1E7DD2;
  transform: translateY(-10px);
}
.home-tool .ht-categories{
  padding-top: 5.8em;
  background-color: #f6f6f6;
}
.home-tool .ht-categories .htcc-content{
  display: flex;
  align-items: center;
  gap: 2em;
}
.home-tool .ht-categories .htcc-content .htccc-item{
  flex: 1;
  flex-shrink: 0;
  border-radius: 1.2em;overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  gap: 1.9em;
  user-select: none;
  cursor: pointer;
}
.home-tool .ht-categories .htcc-content .htccc-item:hover{
  box-shadow: 2px 2px 16px 0px #D9DCDE;
}
.home-tool .ht-categories .htcc-content .htccc-item:hover .htccci-img-box img{
  transform: scale(1.1);
}
.home-tool .ht-categories .htcc-content .htccc-item:hover .htccci-right-subtitle{
  color: #E13312;
}
.home-tool .ht-categories .htcc-content .htccc-item:hover .htccci-right-btn{
  background-color: #E13312;
  color: #ffffff;
  border-color: #E13312;
}
.home-tool .ht-categories .htcc-content .htccc-item .htccci-img-box{
  width: 40%;
  display: flex;
  align-self: stretch;
}
.home-tool .ht-categories .htcc-content .htccc-item .htccci-img-box img{
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-categories .htcc-content .htccc-item .htccci-right-title{
  font-weight: bold;
  font-size: 1.6em;
  color: #2B2726;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.home-tool .ht-categories .htcc-content .htccc-item .htccci-right{
  max-width: 50%;
  padding: 2.6em 0;
}
.home-tool .ht-categories .htcc-content .htccc-item .htccci-right-subtitle{
  font-size: 1em;
  color: #2B2726;
  line-height: 1.2em;
  margin-bottom: 1.6em;
}
.home-tool .ht-categories .htcc-content .htccc-item .htccci-right-btn{
  border: 1px solid #2B2726;
  font-size: 1em;
  color: #2B2726;
  line-height: 1.2em;
  width: fit-content;
  padding: 0.6em 2.2em;
  border-radius: 1.9em;
  user-select: none;
  cursor: pointer;
}
.home-tool .ht-products{
  padding-top: 6.2em;
  background-color: #f6f6f6;
}
.home-tool .ht-categories .htc-content,
.home-tool .ht-products .htp-content{
  max-width: 1229px;
  margin: 0 auto;
}
.home-tool .ht-categories .htcc-title,
.home-tool .ht-products .htpc-title{
  font-size: 2.4em;
  color: #2B2726;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
}
.home-tool .ht-products .htp-content .htpc-content{
  display: flex;
  flex-direction: column;
}
.home-tool .ht-products .htpcc-tab{
  display: flex;
  align-items: center;
  background-image: url(/wp-content/themes/industrial/image/tab-right.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 86px;
}
.home-tool .ht-products .htpcc-tab-right-active{
  background-image: url(/wp-content/themes/industrial/image/tab-left.webp);
}
.home-tool .ht-products .htpcc-tab .htpcc-tab-item{
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  background-color: transparent;
  user-select: none;
  cursor: pointer;
  color: #2B2726;
  width: 20%;
  text-align: center;
  height: 100%;
  padding-top: 25px;
}
.home-tool .ht-products .htpcc-tab.htpcc-tab-right-active .htpcc-tab-item:nth-child(2){
  color: #2B2726;
}
.home-tool .ht-products .htpcc-tab .htpcc-tab-item:nth-child(2),
.home-tool .ht-products .htpcc-tab.htpcc-tab-right-active .htpcc-tab-item:nth-child(1){
  color: #ffffff;
}
.home-tool .ht-products .htpcc-content{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #ffffff;
  padding: 2.3em 1.6em;
  gap: 1.7em 1.4em;
  margin-bottom: 4.2em;
  border-radius: 0 0 1em 1em;
}
.home-tool .ht-products .htpccc-item{
  background-color: #F6F6F6;
  border-radius: 1.1em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}
.home-tool .ht-products .htpccc-item .htpccci-img{
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.home-tool .ht-products .htpccc-item .htpccci-img img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-products .htpccc-item:hover{
  box-shadow: 2px 2px 16px 0px #D9DCDE;
  color: #E13312;
}
.home-tool .ht-products .htpccc-item:hover .htpccci-img img{
  transform: scale(1.1);
}
.home-tool .ht-products .htpccc-item .htpccci-text{
  font-size: 1.2em;
  padding: 1.3em;
  line-height: 1.2em;
}
.home-tool .ht-products .htpcc-btnBox{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.home-tool .ht-products .htpcc-btnBox .htpccb-btn{
  font-size: 1em;
  font-weight: bold;
  background-color: #0962B1;
  color: #ffffff;
  padding: 1.5em 10.4em;
  line-height: 1.2em;
  border-radius: 2em;
  display: block;
  text-align: center;
  border: 1px solid #0962B1;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-products .htpcc-btnBox .htpccb-btn:hover{
  transform: translateY(-10px);
  background-color: #1E7DD2;
}
.home-tool .ht-products .htpcc-custom{
  font-size: 20px;
  color: #575555;
  line-height: 26px;
  margin-bottom: 50px;
  text-align: center;
}
.home-tool .ht-case{
  background-color: #0e0e0e;
  padding: 60px 0;
  color: #fff;
  margin: 5.8em 0;
}
.home-tool .ht-case .htc-content{
  max-width: 1229px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: stretch;
}
.home-tool .ht-case .htc-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-tool .ht-case .htc-right {
  flex: 1;
}
.home-tool .ht-case .htcl-title {
  font-size: 3.5em;
  font-weight: bold;
  line-height: 1.1;
  color: #E0F2F1;
  margin-bottom: 30px;
}
.home-tool .ht-case .htcl-desc {
  font-size: 1em;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 40px;
}
.home-tool .ht-case .htcl-desc p {
  margin-bottom: 1em;
}
.home-tool .ht-case .htcl-stats {
  display: flex;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  padding: 20px 0;
}
.home-tool .ht-case .htcls-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.home-tool .ht-case .htcls-item:last-child {
  border-right: none;
}
.home-tool .ht-case .htclsi-val {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.home-tool .ht-case .htclsi-label {
  font-size: 0.9em;
  color: #888;
}
.home-tool .ht-case .htc-right .htcr-img-box {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
}
.home-tool .ht-case .htc-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-tool .ht-field{
  max-width: 1229px;
  margin: 0 auto;
  margin-bottom: 5.8em;
}
.home-tool .ht-field .ht-field-content{
}
.home-tool .ht-field .ht-field-content .ht-field-title{
  font-weight: bold;
  font-size: 2.4em;
  color: #2B2726;
  line-height: 1.2em;
  padding-bottom: 0;
  margin-bottom: 1.1em;
}
.home-tool .ht-field .ht-field-box{
  /* display: flex; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  display: block;
}
.home-tool .ht-field .ht-field-item{
  width: 100%;
  flex-shrink: 0;
  position: relative;
  height: 326px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-tool .ht-field .ht-field-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.home-tool .ht-field .ht-field-controls .slick-prev,
.home-tool .ht-field .ht-field-controls .slick-next {
  position: static;
  transform: none;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}
.home-tool .ht-field .ht-field-controls .slick-prev:hover,
.home-tool .ht-field .ht-field-controls .slick-next:hover {
  background-color: #E13312;
  color: #fff;
  border-color: #E13312;
}
.home-tool .ht-field .ht-field-controls .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  margin: 0;
}
.home-tool .ht-field .ht-field-controls .slick-dots li {
  width: 30px;
  height: 4px;
  margin: 0;
  overflow: hidden;
}
.home-tool .ht-field .ht-field-controls .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  background: #D9DCDE;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.home-tool .ht-field .ht-field-controls .slick-dots li.slick-active button {
  background: #989BA1;
}
.home-tool .ht-field .ht-field-controls .slick-dots li button:before {
  display: none;
}
.home-tool .ht-field .htfi-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-field .ht-field-item-text{
  font-weight: bold;
  font-size: 1.8em;
  color: #FFFFFF;
  line-height: 1.2em;
  text-align: center;
  /* 文字换行展示 */
  width: 190px;
}
.home-tool .ht-field .ht-field-item-desc{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.2em;
  text-align: center;
  padding: 0 20px;
}
.home-tool .ht-field .ht-field-item-icon{
  font-size: 1.8em;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
.home-tool .ht-field .ht-field-item:hover .htfi-content1,
.home-tool .ht-field .ht-field-item:hover .htfi-content2{
  transform: translateY(-100%);
}
.home-tool .ht-field .htfi-content2{
  top: 100%;
}
.home-tool .ht-field .htfi-content2 .ht-field-item-text{
  margin-bottom: 0.7em;
}
.home-tool .ht-services{
  width: 100%;
  background-color: #F6F6F6;
  padding: 5.8em 0;
}
.home-tool .ht-services .hts-content{
  max-width: 1229px;
  margin: 0 auto;
}
.home-tool .ht-services .hts-content2{
  display: none;
}
.home-tool .ht-services .hts-content .htsc-title{
  font-weight: bold;
  font-size: 2.4em;
  color: #2B2726;
  line-height: 1em;
  margin-bottom: 1em;
}
.home-tool .ht-services .hts-content .htsc-content{
  display: flex;
  justify-content: space-between;
}
.home-tool .ht-services .hts-content .htscc-left{
  width: 59.6%;
  padding-top: calc(59.6% * (427 / 733));
  position: relative;
  overflow: hidden;
  height: 0;
  border-radius: 0.8em;
}
.home-tool .ht-services .hts-content .htscc-leftBox{
  position: absolute;
  min-height: 14em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 0.3s;
}
.home-tool .ht-services .hts-content .htscc-left .htsccl-box{
  background-color: red;
  width: 100%;
  height: 100%;
  position: relative;
}
.home-tool .ht-services .hts-content .htsccl-box:nth-child(1){}
.home-tool .ht-services .hts-content .htsccl-box:nth-child(2){
  background-color: beige;
}
.home-tool .ht-services .hts-content .htsccl-box:nth-child(3){
  background-color: #0962B1;
}
.home-tool .ht-services .hts-content .htsccl-box:nth-child(4){
  background-color: blueviolet;
}
.home-tool .ht-services .hts-content .htscc-left .htsccl-box .htsccl-box-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-tool .ht-services .hts-content .htscclb-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.home-tool .ht-services .hts-content .htscclbb-title{
  font-size: 1.2em;
  color: #FFFFFF;
  padding: 0 1.9em;
  margin-bottom: 0.5em;
}
.home-tool .ht-services .hts-content .htscclbb-content{
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0 2.3em;
  margin-bottom: 1.1em;
}
.home-tool .ht-services .hts-content .htscclbb-content-item{
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.home-tool .ht-services .hts-content .htscclbb-content-item.hci-blue{
  color: #FFFFFF;
  font-size: 1em;
  width: 12.4em;
  height: 3em;
  border-radius: 2.4em;
  background-color: #0962B1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-services .hts-content .htscclbb-content-item.hci-blue:hover{
  transform: translateY(-10px);
  background-color: #1E7DD2;
}
.home-tool .ht-services .hts-content .htscclbb-content-item .iconfont{
  font-size: 1.3em;
}
.home-tool .ht-services .hts-content .htscclbb-content-item a .iconfont{
  font-size: 2.4em;
  margin-right: 0;
}
.home-tool .ht-services .hts-content .htscclbb-content-item a{
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-services .hts-content .htscclbb-content-item a:hover{
  transform: translateY(-10px);
}
.home-tool .ht-services .hts-content .htscclbb-content-img{
  width: 2.4em;
  height: 2.4em;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-services .hts-content .htscclbb-content-img:hover{
  transform: translateY(-10px);
}
.home-tool .ht-services .hts-content .htscc-right{
  width: 33%;
  display: flex;
  flex-direction: column;
  row-gap: 1.7em;
}
.home-tool .ht-services .hts-content .htsccr-item{
  font-weight: bold;
  font-size: 1.3em;
  color: #2B2726;
  box-shadow: 1px 1px 8px 0px rgba(217,220,222,0.6);
  width: 100%;
  height: 4em;
  display: flex;
  align-items: center;
  padding-left: 1.8em;
  background-color: #ffffff;
  border-radius: 3px;
  user-select: none;
  cursor: pointer;
}
.home-tool .ht-services .hts-content .htsccr-item:hover,
.home-tool .ht-services .hts-content .htsccr-item-active{
  background-color: #E13312;
  position: relative;
  color: #ffffff;
  box-shadow: 2px 2px 8px 0px rgba(182, 193, 201, 0.25);
}
.home-tool .ht-services .hts-content .htsccr-item:hover::after,
.home-tool .ht-services .hts-content .htsccr-item-active::after{
  content: '';
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #E13312;
}
.home-tool .ht-partner{
  padding-top: 5.2em;
  padding-bottom: 6em;
}
.home-tool .ht-partner .htp-content{
  max-width: 1229px;
  margin: 0 auto;
}
.home-tool .ht-partner .htpc-title{
  font-weight: bold;
  font-size: 2.4em;
  color: #2B2726;
  line-height: 1.2em;
  margin-bottom: 1.1em;
}
.home-tool .ht-partner .htp-content .htpc-content{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6em;
  margin-bottom: 2.4em;
}
.home-tool .ht-partner .htpcc-item{
  border-radius: 0.5em;
  flex: 1;
  text-align: center;
  border: 1px solid #D9DCDE;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
}
.home-tool .ht-partner .htpcc-item img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.home-tool .ht-partner .htpc-bottom{
  font-size: 1.3em;
  color: #575555;
  line-height: 1.2em;
  text-align: center;
}
.home-tool .ht-partner .htpcb-link{
  color: #0962B1;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-partner .htpcb-link::after{
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0962B1;
}
.home-tool .ht-partner .htpcb-link:hover{
  color: #1E7DD2;
  transform: translateY(-10px);
}
.home-tool .ht-partner .htpcb-link:hover::after{
  background-color: #1E7DD2;
}
.home-tool .ht-blog{
  padding-bottom: 5.8em;
}
.home-tool .ht-blog .htnc-mobile-btn{
  display: none;
}
.home-tool .ht-blog .htb-content{
  max-width: 1229px;
  margin: 0 auto;
}
.home-tool .ht-blog .htbc-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5em;
}
.home-tool .ht-blog .htbct-left{
  font-weight: bold;
  font-size: 2.4em;
  color: #22262A;
  line-height: 1.2em;
}
.home-tool .ht-blog .htbct-right{
  border: 1px solid #DCDCDC;
  font-size: 1em;
  color: #595B5E;
  line-height: 1.2em;
  padding: 1em 3.2em;
  border-radius: 0.5em;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-blog .htbct-right:hover{
  border-color: #E13312;
  background-color: #E13312;
  color: #ffffff;
}
.home-tool .ht-blog .htbc-content{
  overflow: hidden;
}
.home-tool .ht-blog .htbc-content .htbc-content-box{
  display: flex;
  align-items: center;
  column-gap: 1.6em;
}
.home-tool .ht-blog .htbcc-item{
  flex: 1;
  flex-shrink: 0;
  border-radius: 1em;
  border: 1px solid #D9DCDE;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.home-tool .ht-blog .htbc-content .htbc-content-left-arrow,
.home-tool .ht-blog .htbc-content .htbc-content-right-arrow{
  display: none;
}
.home-tool .ht-blog .htbcc-item:hover{
  box-shadow: 2px 2px 16px 0px #D9DCDE;
}
.home-tool .ht-blog .htbcc-item:hover .htbccic-text,
.home-tool .ht-blog .htbcc-item:hover .htbccic-btn{
  color: #E13312;
}
.home-tool .ht-blog .htbcc-item:hover .htbccic-btn{
  transform: translateY(-10px);
}
.home-tool .ht-blog .htbcc-item:hover .htbcci-img-box .htbcci-img{
  transform: scale(1.1);
}
.home-tool .ht-blog .htbcci-img-box{
  width: 100%;
  background-color: #CCCCCC;
  padding-top: 67%;
  position: relative;
  overflow: hidden;
}
.home-tool .ht-blog .htbcci-img-box .htbcci-img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-blog .htbcci-content{
  padding: 1.4em 1.4em 2.1em 1.6em;
}
.home-tool .ht-blog .htbccic-title{
  font-weight: bold;
  font-size: 1.6em;
  color: #575555;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}
.home-tool .ht-blog .htbccic-text{
  font-size: 1em;
  color: #575555;
  line-height: 1.2em;
  margin-bottom: 1.8em;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-blog .htbccic-btn{
  font-weight: 400;
  font-size: 1em;
  color: #989BA1;
  line-height: 1.2em;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-faq{
  background-color: #F6F6F6;
  padding-top: 6.4em;
  padding-bottom: 5.8em;
}
.home-tool .ht-faq .ht-faq-content{
  max-width: 82em;
  margin: 0 auto;
}
.home-tool .ht-faq .htfc-title{
  font-weight: bold;
  font-size: 2.4em;
  color: #22252A;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.home-tool .ht-faq .htfc-content{
  background-color: #ffffff;
}
.home-tool .ht-faq .htfc-content:nth-child(2n - 1) .htfc-q{
  background-color: #FAFAFA;
}
.home-tool .ht-faq .htfc-q{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4em 2.7em;
  user-select: none;
  cursor: pointer;
}
.home-tool .ht-faq .htfc-content .htfcq-right .iconfont{
  font-size: 1.4em;
  line-height: 1.2em;
}
.home-tool .ht-faq .htfc-content .htfcq-right .htfcqr-jia,
.home-tool .ht-faq .htfc-content .htfc-q .htfcq-right .htfcqr-jia{
  display: inline-block;
  color: #CCCCCC;
}
.home-tool .ht-faq .htfc-content .htfcq-right .htfcqr-jian,
.home-tool .ht-faq .htfc-content .htfc-q .htfcq-right .htfcqr-jian{
  display: none;
}
.home-tool .ht-faq .htfc-content-active .htfc-q + .htfc-a{
  /* 内容不多时足够 */
  max-height: 300px;
}
.home-tool .ht-faq .htfc-content-active .htfc-q{
  background-color: #E13312 !important;
  color: #ffffff;
}
.home-tool .ht-faq .htfc-content-active .htfc-q .htfcq-left{
  color: #ffffff;
}
.home-tool .ht-faq .htfc-content-active .htfc-q .htfcq-right .htfcqr-jia{
  display: none !important;
}
.home-tool .ht-faq .htfc-content-active .htfc-q .htfcq-right .htfcqr-jian{
  display: inline-block !important;
}
.home-tool .ht-faq .htfcq-left{
  font-size: 1.3em;
  color: #2B2726;
  line-height: 1.5em;
  display: flex;
  align-items: center;
}
.home-tool .ht-faq .htfcq-left .iconfont{
  margin-right: 0.6em;
  font-size: 1.5em;
}
.home-tool .ht-faq .htfc-a{
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.home-tool .ht-faq .htfca-content{
  font-size: 1em;
  color: #575555;
  line-height: 2em;
  padding: 1.8em 2.7em;
  display: flex;
  align-items: flex-start;
}
.home-tool .ht-faq .htfca-content .iconfont{
  font-size: 2.2em;
  margin-right: 0.5em;
  color: #0962B1;
}

@media screen and (max-width: 1199px) and (min-width: 600px) {
  .home-tool .ht-categories .htc-content .htcc-content{
    flex-direction: row;
  }
  .home-tool .ht-categories .htc-content .htcc-content .htccc-item{
    width: 50%;
  }
  .home-tool .ht-products .htpc-content .htpcc-content{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .home-tool .ht-menuVertical .menuScrollPort{
    width: 100%;
  }
  .home-dialog-box .home-dialog{
    width: 70% !important;
  }
}

@media screen and (max-width: 375px){
  .home .home-dialog-box .home-dialog{
    width: 90% !important;
  }
}

@media screen and (max-width: 1199px) {
  .home-tool{
    font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (1199 - 375)));
  }
  .home-tool .hb-content{
    display: none;
  }
  .home-tool .home-banner{
    min-height: 256px;
    background-position: center;
    background-attachment: local;
  }

  .home-tool .ht-categories{
    padding: 0 1em;
    padding-top: 3.3em;
  }
  .home-tool .ht-categories .htcc-title,
  .home-tool .ht-products .htpc-title{
    font-size: 1.5em;
    margin-bottom: 0.9em;
  }
  .home-tool .ht-categories .htcc-content{
    flex-direction: column;
    gap: 0.7em;
  }
  .home-tool .ht-categories .htcc-content .htccc-item .htccci-img-box{
    display: none;
  }
  .home-tool .ht-categories .htcc-content .htccc-item{
    width: 100%;
    background-image: url(/wp-content/themes/industrial/image/home/product-cate-bg-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border-radius: 1.4em;
    overflow: hidden;
  }
  .home-tool .ht-categories .htcc-content .htccc-item:last-child {
    background-image: url(/wp-content/themes/industrial/image/home/product-cate-bg-2.webp);
  }
  .home-tool .ht-categories .htcc-content .htccc-item .htccci-right{
    max-width: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.3em 2.4em;
  }
  .home-tool .ht-categories .htcc-content .htccc-item .htccci-right-subtitle,
  .home-tool .ht-categories .htcc-content .htccc-item .htccci-right-title{
    color: #ffffff;
    font-size: 1.25em;
  }
  .home-tool .ht-categories .htcc-content .htccc-item .htccci-right-subtitle{
    margin-bottom: 1.1em;
  }
  .home-tool .ht-categories .htcc-content .htccc-item .htccci-right-btn{
    color: #ffffff;
    border-color: #ffffff;
    font-size: 1.17em;
  }
  .home-tool .ht-products{
    padding: 0 1em;
    padding-top: 3.3em;
  }
  .home-tool .ht-products .htpcc-tab{
    background-image: none;
  }
  .home-tool .ht-products .htpcc-tab{
    gap: 0.7em;
  }
  .home-tool .ht-products .htpcc-tab .htpcc-tab-item{
    flex: 1;
    padding: 1em 0;
    height: fit-content;
    background-color: #D9DCDE;
    border-radius: 0.6em;
    color: #2B2726 !important;
  }
  .home-tool .ht-products .htpcc-tab-right-active .htpcc-tab-item:last-child,
  .home-tool .ht-products .htpcc-tab:not(.htpcc-tab-right-active) .htpcc-tab-item:first-child{
    background-color: #E13312;
    color: #ffffff !important;
  }
  .home-tool .ht-products .htpcc-content{
    background-color: transparent;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7em;
    margin-bottom: 2.6em;
  }
  .home-tool .ht-products .htpccc-item{
    background-color: #ffffff;
    border-radius: 0.7em;
  }
  .home-tool .ht-products .htpccc-item .htpccci-text{
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin: auto 0;
    padding: 0.9em;
  }
  .home-tool .ht-products .htpcc-btnBox .htpccb-btn{
    font-size: 1.34em;
    padding: 0.5em 0;
    width: 80%;
  }
  .home-tool .ht-products .htpcc-custom{
    font-size: 1.35em;
    margin-bottom: 2em;
  }
  .home-tool .ht-introduction{
    padding: 0 1em;
  }
  .home-tool .ht-introduction .hti-content{
    flex-direction: column-reverse;
    padding-top: 3.3em;
    padding-bottom: 3.3em;
  }
  .home-tool .ht-introduction .htic-right{
    display: flex;
    flex-direction: column;
    margin-bottom: 1.3em;
    width: 100%;
  }
  .home-tool .ht-introduction .htic-right::before{
    content: 'Company Profile';
    font-weight: bold;
    font-size: 1.5em;
    color: #FFFFFF;
    line-height: 1.2em;
  }
  .home-tool .ht-introduction .htic-right .hticr-img{
    margin-top: 2.1em;
    object-fit: cover;
  }
  .home-tool .ht-introduction .htic-left .hticl-title{
    display: none;
  }
  .home-tool .ht-introduction .htic-left .hticl-subtitle{
    font-size: 1.25em;
    line-height: 1.4em;
  }
  .home-tool .ht-introduction .htic-left .hticl-box .hticlb-item .hticlbi-top{
    font-size: 2.6em;
  }
  .home-tool .ht-introduction .htic-left .hticl-box .hticlb-item .hticlbi-bottom{
    font-size: 1.25em;
  }
  .home-tool .ht-case{
    margin: 0;
    padding: 3.3em 1em;
    background-color: #f6f6f6;
  }
  .home-tool .ht-case .htc-content{
    flex-direction: column-reverse;
    gap: 1.3em;
  }
  .home-tool .ht-case .htcc-text{
    flex: 1;
    margin-left: 0;
  }
  .home-tool .ht-case .htcc-text .htcct-title{
    font-size: 1.53em;
    line-height: 1.2em;
    margin-bottom: 0.9em;
  }
  .home-tool .ht-case .htcc-text .htcct-text{
    font-size: 1.25em;
  }
  .home-tool .ht-case .htcc-imgBox{
    margin-right: 0;
    flex: 1;
    width: 100%;
  }
  .home-tool .ht-case .htcc-imgBox .htcci-title{
    font-size: 1.3em;
    padding: 0.8em 0;
  }
  .home-tool .ht-field{
    background-color: #f6f6f6;
    margin-bottom: 0;
    padding: 0 1em;
    padding-bottom: 1.3em;
  }
  .home-tool .ht-field .ht-field-content .ht-field-title{
    font-size: 1.5em;
    margin-bottom: 0.9em;
  }
  .home-tool .ht-field .ht-field-item{
    width: calc(100% / 2);
    padding-top: calc(100% / 2);
  }
  .home-tool .ht-field .ht-field-item-text{
    font-size: 1.34em;
    line-height: 1.3em;
    width: 90%;
  }
  .home-tool .ht-field .ht-field-item-desc{
    font-size: 1em;
    padding: 0;
    width: 90%;
    overflow: hidden;
  }
  .home-tool .ht-field .ht-field-item:nth-child(1){
    order: 1;
  }
  .home-tool .ht-field .ht-field-item:nth-child(2){
    order: 2;
  }
  .home-tool .ht-field .ht-field-item:nth-child(3){
    order: 4;
  }
  .home-tool .ht-field .ht-field-item:nth-child(4){
    order: 3;
  }
  .home-tool .ht-field .ht-field-item:nth-child(5){
    order: 5;
  }
  .home-tool .ht-field .ht-field-item:nth-child(6){
    order: 6;
  }
  .home-tool .ht-field .ht-field-item-icon{
    display: none;
  }
  .home-tool .ht-services{
    background-color: #ffffff;
    padding: 3.3em 1em;
  }
  .home-tool .ht-services .hts-content{
    display: none;
  }
  .home-tool .ht-services .hts-content2{
    display: inline-block;
  }
  .home-tool .ht-services .htsc2-title{
    font-size: 1.6em;
    color: #2B2726;
    line-height: 1.3em;
    padding-bottom: 0;
    margin-bottom: 0.8em;
  }
  .home-tool .ht-services .htsc2-item{
    margin-bottom: 1em;
  }
  .home-tool .ht-services .htsc2-item-title{
    padding-bottom: 0;
    margin-bottom: 0.5em;
  }
  .home-tool .ht-services .htsc2-item-title,
  .home-tool .ht-services .htsc2i-item{
    font-size: 1.4em;
    color: #2B2726;
    line-height: 1.3em;
  }
  .home-tool .ht-services .htsc2i-item{
    color: #575555;
  }
  .home-tool .ht-services .htsc2-item-img{
    margin: 1em 0;
    width: 100%;
    object-fit: cover;
    border-radius: 1em;
  }
  .home-tool .ht-services .htsc2-icon-box{
    display: flex;
    align-items: center;
    gap: 1em;
    margin-top: 2em;
  }
  .home-tool .ht-services .htsc2-icon-box .iconfont{
    font-size: 36px;
    line-height: 36px;
  }
  .home-tool .ht-partner{
    background-color: #F6F6F6;
    padding: 3.3em 1em;
  }
  .home-tool .ht-partner .htpc-title{
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0.9em;
  }
  .home-tool .ht-partner .htp-content .htpc-content{
    margin-bottom: 1.5em;
    gap: 0.7em 0.8em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-tool .ht-partner .htpcc-item{
    display: flex;
    justify-content: center;
  }
  .home-tool .ht-partner .htpc-bottom{
    font-size: 1.25em;
  }
  .home-tool .ht-blog{
    padding: 3.3em 1em;
  }
  .home-tool .ht-blog .htbc-title{
    margin-bottom: 1.3em;
  }
  .home-tool .ht-blog .htbct-left{
    font-size: 1.5em;
    line-height: 1.3em;
  }
  .home-tool .ht-blog .htbct-right{
    display: none;
  }
  .home-tool .ht-blog .htbc-content{
    position: relative;
  }
  .home-tool .ht-blog .htbc-content .htbc-content-box{
    transition: transform 0.3s ease-in-out;
    column-gap: 0;
  }
  .home-tool .ht-blog .htbc-content .htbc-content-left-arrow,
  .home-tool .ht-blog .htbc-content .htbc-content-right-arrow{
    display: block;
    position: absolute;
    top: 25%;
    color: #ffffff;
    width: 1.5em;
    height: 1.5em;
    font-size: 3.5em;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    opacity: 0.8;
  }
  .home-tool .ht-blog .htbc-content .htbc-content-left-arrow{
    left: 0.4em;
  }
  .home-tool .ht-blog .htbc-content .htbc-content-right-arrow{
    right: 0.4em;
  }
  .home-tool .ht-blog .htbcc-item{
    width: 100%;
    flex: none;
    flex-shrink: 0;
  }
  .home-tool .ht-blog .htbcci-content{
    padding: 1.35em 1.65em;
  }
  .home-tool .ht-blog .htbccic-title{
    font-size: 1.35em;
    color: #2B2726;
    line-height: 1.3em;
    margin-bottom: 0.5em;
  }
  .home-tool .ht-blog .htbccic-text{
    font-size: 1.17em;
    line-height: 1.3em;
    margin-bottom: 1.07em;
  }
  .home-tool .ht-blog .htbccic-btn{
    font-size: 1.17em;
    color: #575555;
    line-height: 1.3em;
  }
  .home-tool .ht-blog .htbccic-btn::after{
    font-family: 'iconfont';
    content: '\e693';
    font-size: 0.7em;
    line-height: 1.3em;
    margin-left: 1em;
  }
  .home-tool .ht-blog .htnc-mobile-btn{
    display: block;
    margin: 0 auto;
    width: 40%;
    font-size: 1.2em;
    color: #FFFFFF;
    line-height: 1.3em;
    background-color: #0962B1;
    border-radius: 1.3em;
    text-align: center;
    padding: 0.7em 0;
    margin-top: 2.2em;
  }
  .home-tool .ht-blog .htbcc-item:hover .htbccic-text,
  .home-tool .ht-blog .htbcc-item:hover .htbccic-btn{
    color: #575555;
    transform: translateY(0);
  }
  .home-tool .ht-blog .htbcc-item:hover .htbcci-img-box .htbcci-img{
    transform: scale(1);
  }
  .home-tool .ht-faq{
    padding: 3.3em 1em
  }
  .home-tool .ht-faq .htfc-title{
    font-size: 1.5em;
    color: #22262A;
    line-height: 1.3em;
  }
  .home-tool .ht-faq .htfc-q{
    padding: 1.25em 1em;
  }
  .home-tool .ht-faq .htfcq-left{
    width: 90%;
  }
  /* faq 图标 移动端不显示*/
  .home-tool .ht-faq .htfca-content .iconfont,
  .home-tool .ht-faq .htfcq-left .iconfont{
    display: none;
  }
  .home-tool .ht-faq .htfcq-left-text{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
  }
  .home-tool .ht-faq .htfcq-right{
    flex-shrink: 0;
  }
  .home-tool .ht-faq .htfc-content .htfcq-right .htfcqr-jia,
  .home-tool .ht-faq .htfc-content .htfc-q .htfcq-right .htfcqr-jia{
    color: #000000;
  }
  .home-tool .ht-faq .htfca-content{
    padding: 1.25em 1em
  }
  .home-dialog-box .home-dialog{
    width: 80%;
    padding: 27px 12px 32px 12px;
    background-color: #F6F6F6;
  }
  .home-dialog-box .home-dialog .dialog-close{
    top: 11px;
    right: 9px;
    font-size: 32px;
    line-height: 1em;
  }
  .home-dialog-box .home-dialog .hdc-title{
    font-size: 18px;
    color: #2B2726;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .home-dialog-box .home-dialog .hdc-content{
    row-gap: 16px;
  }
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item{
    width: 100%;
  }
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item label{
    color: #909296;
    font-size: 15px;
    margin-bottom: 9px;
  }
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item .hbcf-input{
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    background-color: #ffffff;
  }
  form .area_code_box.home_area_code_box .country-select-wrapper{
    height: 50px;
  }
  form .area_code_box.home_area_code_box .country-select-wrapper .selected-option{
    background-color: #ffffff;
    height: 50px;
  }
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item .hbcf-input#hbcb-message{
    min-height: 68px;
  }
  .home-dialog-box .home-dialog .hdc-btn{
    margin-top: 24px;
  }
  .home-dialog-box .home-dialog .hdc-btn .hdc-btn-item{
    width: 266px;
    height: 42px;
    font-size: 15px;
  }
  .btAccentDarkHeader.btMenuVertical > .menuPort .logo{
    background-color: #ffffff;
    width: 70px;
    padding: 0;
    margin-top: 8px;
    margin-left: 12px;
  }
  .btMenuVertical > .menuPort{
    width: 100%;
  }
  .btAccentDarkHeader.btMenuVertical > .menuPort .btCloseVertical:before{
    color: #575555;
    width: 70px;
    padding: 0;
    margin-top: 8px;
    margin-left: 12px;
  }
  .btMenuVertical .menuScrollPort{
    width: 100%;
  }
  .btMenuVertical .menuPort nav:after,
  .btMenuVertical .menuPort nav:before{
    width: 100%;
    background-color: #D9DCDE;
    height: 1px;
  }
  .btMenuVertical > .menuPort nav ul li a,
  .menuPort nav #menu-5d-menu > .menu-item > a{
    text-align: left;
  }
  .btMenuVertical > .menuPort nav ul.sub-menu li.menu-item a{
    text-align: left;
    margin-left: 20px;
  }
  .btMenuVertical > .menuPort nav ul li:not(.current-menu-ancestor) > ul{
    background-color: #f6f6f6;
  }
  .topBarPort .btTopToolsRight .top-menu-right{
    justify-content: right;
    padding-left: 12px;
  }
  .topBarPort .btTopToolsRight .top-menu-right .tmr-link{
    font-size: 32px;
    color: #989BA1;
  }
  .topBarPort .btTopToolsRight .top-menu-right .tmr-link:nth-child(2){
    margin-right: 0.9em;
  }
  .btMenuVertical .menuPort .btIconWidget.btWidgetWithText{
    display: flex;
    align-items: center;
  }
  .btMenuVertical .menuPort .btIconWidget.btWidgetWithText .btIconWidgetIcon{
    margin: 0;
    padding-left: 12px;
    font-size: 22px;
  }
  .btLightSkin .btIco.btIcoDefaultType.btIcoDefaultColor .btIcoHolder:before{
    color: #989BA1;
  }
  .btMenuVertical .menuPort .btIconWidget .btIconWidgetText,
  .btMenuVertical .menuPort .btIconWidget .btIconWidgetTitle{
    text-align: left;
    font-size: 14px;
    color: #575555;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .topBarPort .btTopToolsRight .top-menu-right .tmr-link .iconfont {
    font-size: 16px;
  }
  .topBarPort .btTopToolsRight .top-menu-right .tmr-link {
    font-size: 16px;
  }
}


@media screen and (max-width: 768px){
  .home-tool .home-banner {
    padding-top: 86px;
  }
  .home-tool .home-banner .hbc-title-m {
    color: white;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
  }
}

/* About Section Styles */
.home-tool .ht-about {
  padding-top: 6em;
  padding-bottom: 6em;
  background-color: #ffffff;
}
.home-tool .ht-about .hta-content {
  max-width: 1229px;
  margin: 0 auto;
}
.home-tool .ht-about .htac-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
  gap: 4em;
  align-items: center;
}
.home-tool .ht-about .htact-left {
  flex: 1;
}
.home-tool .ht-about .htact-right {
  flex: 1;
}
.home-tool .ht-about .htactr-img {
  width: 100%;
  border-radius: 1.5em;
  object-fit: cover;
  box-shadow: 2px 2px 16px 0px #D9DCDE;
}
.home-tool .ht-about .htactl-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #111;
  margin-bottom: 0.3em;
  line-height: 1.2;
}
.home-tool .ht-about .htactl-subtitle {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5em;
}
.home-tool .ht-about .htactl-desc p {
  font-size: 1em;
  color: #575555;
  line-height: 1.6;
  margin-bottom: 1em;
  max-width: 90%;
}
.home-tool .ht-about .htactl-info {
  margin-top: 1.5em;
  margin-bottom: 2em;
  color: #575555;
}
.home-tool .ht-about .htactli-title {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.home-tool .ht-about .htactli-text {
  line-height: 1.6;
}
.home-tool .ht-about .htactl-btn {
  display: inline-block;
  padding: 0.8em 2.5em;
  border: 1px solid #ccc;
  border-radius: 2em;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
.home-tool .ht-about .htactl-btn:hover {
  border-color: #000;
  background-color: #f9f9f9;
  transform: translateY(-5px);
}

/* Stats Strip */
.home-tool .ht-about .htac-bottom {
  display: flex;
  background-color: #f9f9f9;
  padding: 3em 0;
  border-radius: 0.5em;
}
.home-tool .ht-about .htacb-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}
.home-tool .ht-about .htacb-item:last-child {
  border-right: none;
}
.home-tool .ht-about .htacbi-num {
  font-size: 2.5em;
  font-weight: bold;
  color: #E13312;
  margin-bottom: 0.2em;
}
.home-tool .ht-about .htacbi-desc {
  font-size: 1em;
  color: #666;
}

@media screen and (max-width: 1199px) {
  .home-tool .ht-about {
    padding: 3.3em 1em;
  }
  .home-tool .ht-about .htac-top {
    flex-direction: column;
    gap: 2em;
  }
  .home-tool .ht-about .htactl-desc p {
    max-width: 100%;
  }
  .home-tool .ht-about .htac-bottom {
    flex-wrap: wrap;
    padding: 2em 0;
  }
  .home-tool .ht-about .htacb-item {
    width: 50%;
    flex: none;
    border-right: none;
    margin-bottom: 1em;
  }
  .home-tool .ht-about .htactl-title {
    font-size: 2em;
  }
  .home-tool .ht-about .htactl-subtitle {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 1024px) {
  .home-tool .ht-case .htc-content {
    flex-direction: column;
    padding: 0 20px;
    gap: 30px;
  }
  .home-tool .ht-case .htc-right .htcr-img-box {
    min-height: 300px;
  }
  .home-tool .ht-case .htcl-stats {
    flex-wrap: wrap;
  }
  .home-tool .ht-case .htcls-item {
    flex: 1 1 50%;
    margin-bottom: 20px;
    border-right: none;
  }
}

/* Services Refactor */
.home-tool .ht-services .hts-content .htsc-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
  background-color: #f0f0f0; /* Light gray background for inactive tabs strip */
}
.home-tool .ht-services .hts-content .htsc-tab-item {
  padding: 1.2em 2em;
  cursor: pointer;
  color: #666;
  font-size: 1.1em;
  position: relative;
  transition: all 0.3s;
  border-right: 1px solid #ddd;
  flex: 1;
  text-align: center;
  background-color: #eee;
}
.home-tool .ht-services .hts-content .htsc-tab-item:last-child {
  border-right: none;
}
.home-tool .ht-services .hts-content .htsc-tab-item.active {
  background-color: #E13312;
  color: #fff;
}
.home-tool .ht-services .hts-content .htsc-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3em;
}
.home-tool .ht-services .hts-content .htscc-left {
  width: 50%;
  padding-top: 0;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background: none; /* Reset */
}
.home-tool .ht-services .hts-content .htscc-left img.htscc-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
.home-tool .ht-services .hts-content .htscc-leftBox,
.home-tool .ht-services .hts-content .htscclb-bottom {
  display: none !important;
}

.home-tool .ht-services .hts-content .htscc-right {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0; /* Reset */
}
.home-tool .ht-services .hts-content .htscc-desc {
  font-size: 1.2em;
  color: #2B2726;
  margin-bottom: 1.5em;
  line-height: 1.5;
  font-weight: bold;
}
.home-tool .ht-services .hts-content .htscc-list {
  margin-bottom: 2em;
}
.home-tool .ht-services .hts-content .htscc-list-item {
  color: #555;
  margin-bottom: 0.8em;
  font-size: 1em;
  line-height: 1.4;
}
.home-tool .ht-services .hts-content .htscc-btn {
  align-self: flex-start;
  margin-top: 1em;
}

/* Mobile Styles Update */
.home-tool .ht-services .htsc2-list {
  margin-top: 1em;
  padding-left: 1em;
}
.home-tool .ht-services .htsc2-list div {
  margin-bottom: 0.5em;
  color: #666;
}

/* Button Styles for Refactored Services */
.home-tool .ht-services .hts-content .htscc-btn.hci-blue {
  color: #FFFFFF;
  font-size: 1em;
  width: 12.4em;
  height: 3em;
  border-radius: 2.4em;
  background-color: #0962B1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.home-tool .ht-services .hts-content .htscc-btn.hci-blue:hover {
  transform: translateY(-5px);
  background-color: #1E7DD2;
}
.home-tool .ht-services .hts-content .htscc-btn.hci-blue .iconfont {
  margin-right: 0.5em;
  font-size: 1.2em;
}

.home-tool .ht-field .ht-field-controls .slick-prev { order: 1; }
.home-tool .ht-field .ht-field-controls .slick-dots { order: 2; }
.home-tool .ht-field .ht-field-controls .slick-next { order: 3; }

/* Contact Section Styles */
.home-tool .ht-contact {
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-image: url(/wp-content/themes/industrial/image/contact-bg.webp);
  padding: 60px 0;
  color: #fff;
}
.home-tool .ht-contact .htc-core {
  max-width: 1229px;
  margin: 0 auto;
}
.home-tool .ht-contact .htcc-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.home-tool .ht-contact .htcc-left-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 400px;
  color: #fff;
}
.home-tool .ht-contact .htcc-right-form {
  flex: 1;
  min-width: 0;
}
.home-tool .ht-contact .htcc-input-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.home-tool .ht-contact .htcc-input-item {
  flex: 1;
  min-width: 150px;
  height: 50px;
  background: #333;
  border-radius: 8px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  padding: 0 12px;
  position: relative;
}
.home-tool .ht-contact .htcc-input-item input {
  background: transparent;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.home-tool .ht-contact .htcc-input-item input::placeholder {
  color: #aaa;
  text-transform: uppercase;
}
.home-tool .ht-contact .htcc-input-item.error {
    border: 1px solid #ff4d4f;
}

.home-tool .ht-contact .htcc-input-item.required {
  padding-left: 22px;
}

.home-tool .ht-contact .htcc-required-star {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff0000;
  font-size: 14px;
  line-height: 1;
}

.home-tool .ht-contact .htcc-area-code-item {
  flex: 1;
  min-width: 220px;
  gap: 8px;
}

.home-tool .ht-contact .htcc-area-code-item .htcc-label {
  flex-shrink: 0;
}

.home-tool .ht-contact .htcc-area-code-item #contact-area-code-wrapper {
  flex: 1;
  min-width: 0;
}
.home-tool .ht-contact .htcc-label {
    color: #aaa;
    font-size: 14px;
}

.home-tool .ht-contact .htcc-submit-btn {
  background-color: #0682DB;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0 32px;
  height: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  white-space: nowrap;
  font-size: 14px;
}
.home-tool .ht-contact .htcc-submit-btn:hover {
  background-color: #229AF0;
}
.home-tool .ht-contact .htcc-submit-btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
}

.home-tool .ht-contact .htcc-message-row {
  width: 100%;
  height: 60px;
  background: #333;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 12px;
}
.home-tool .ht-contact .htcc-message-row.error {
  border-color: #ff4d4f;
}
.home-tool .ht-contact .htcc-message-row textarea {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  resize: none;
  outline: none;
  font-family: inherit;
}
.home-tool .ht-contact .htcc-message-row textarea::placeholder {
    color: #aaa;
}

.home-tool .ht-contact .htcc-input-item input:focus,
.home-tool .ht-contact .htcc-message-row textarea:focus,
.home-tool .ht-contact .country-select-wrapper .search-box input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.home-tool .ht-contact .htcc-input-item input:focus-visible,
.home-tool .ht-contact .htcc-message-row textarea:focus-visible,
.home-tool .ht-contact .country-select-wrapper .search-box input:focus-visible {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.home-tool .ht-contact .htcc-input-item:focus-within {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Country Select Styles for this section */
.home-tool .ht-contact .country-select-wrapper {
    position: relative;
}
.home-tool .ht-contact .country-select-wrapper .selected-option {
    display: flex;
    align-items: center;
    gap: 5px;
}
.home-tool .ht-contact .country-select-wrapper .flag-icon {
    width: 24px;
    height: auto;
}
.home-tool .ht-contact .country-select-wrapper .country-text {
    color: #fff;
}
.home-tool .ht-contact .country-select-wrapper .iconfont {
    color: #fff;
    font-size: 12px;
}
.home-tool .ht-contact .country-select-wrapper .dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    color: #333;
    z-index: 10;
    min-width: 200px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: none;
}
.home-tool .ht-contact .country-select-wrapper .dropdown-list.show {
    display: block;
}
.home-tool .ht-contact .country-select-wrapper .search-box {
    padding: 8px;
    background: #f0f0f0;
}
.home-tool .ht-contact .country-select-wrapper .search-box input {
    width: 100%;
    padding: 4px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    height: 30px;
}
.home-tool .ht-contact .country-select-wrapper .dl_list {
    max-height: 200px;
    overflow-y: auto;
}
.home-tool .ht-contact .country-select-wrapper .dropdown-item {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.home-tool .ht-contact .country-select-wrapper .dropdown-item:hover {
    background: #f5f5f5;
}
.home-tool .ht-contact .country-select-wrapper .dropdown-item.is-selected {
    background-color: #e6f7ff;
}

@media screen and (max-width: 1199px) {
    .home-tool .ht-contact {
        padding: 40px 1em;
    }
}
@media screen and (max-width: 1024px) {
    .home-tool .ht-contact .htcc-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .home-tool .ht-contact .htcc-left-text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }
    .home-tool .ht-contact .htcc-right-form {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .home-tool .ht-contact .htcc-input-row {
        flex-direction: column;
    }
    .home-tool .ht-contact .htcc-input-item, 
    .home-tool .ht-contact .htcc-submit-btn {
        width: 100%;
        min-width: auto;
    }
    .home-tool .ht-contact .htcc-input-item {
        padding: 0 12px;
    }
    .home-tool .ht-contact .htcc-input-item.required {
        padding-left: 22px;
    }
}
