@charset "UTF-8";
#ht-masthead,
#ht-bottom-footer,
#ht-colophon {
  display: none;
}

.page-content,
.entry-content {
  margin-bottom: 0;
}

.ht-container {
  width: 100% !important;
  max-width: none !important;
  margin-top: 31px;
}

:root {
  font-size: 16px;
}
@media (min-width: 6001px) {
  :root {
    font-size: 60px;
  }
}
@media (max-width: 6000px) {
  :root {
    font-size: 50px;a
  }
}
@media (max-width: 5600px) {
  :root {
    font-size: 46px;
  }
}
@media (max-width: 5260px) {
  :root {
    font-size: 42px;
  }
}
@media (max-width: 5040px) {
  :root {
    font-size: 40px;
  }
}
@media (max-width: 4800px) {
  :root {
    font-size: 39px;
  }
}
@media (max-width: 4680px) {
  :root {
    font-size: 38px;
  }
}
@media (max-width: 4560px) {
  :root {
    font-size: 37px;
  }
}
@media (max-width: 4440px) {
  :root {
    font-size: 36px;
  }
}
@media (max-width: 4320px) {
  :root {
    font-size: 35px;
  }
}
@media (max-width: 4200px) {
  :root {
    font-size: 34px;
  }
}
@media (max-width: 4080px) {
  :root {
    font-size: 33px;
  }
}
@media (max-width: 3840px) {
  :root {
    font-size: 32px;
  }
}
@media (max-width: 3720px) {
  :root {
    font-size: 31px;
  }
}
@media (max-width: 3600px) {
  :root {
    font-size: 30px;
  }
}
@media (max-width: 3480px) {
  :root {
    font-size: 29px;
  }
}
@media (max-width: 3240px) {
  :root {
    font-size: 28px;
  }
}
@media (max-width: 3120px) {
  :root {
    font-size: 27px;
  }
}
@media (max-width: 3000px) {
  :root {
    font-size: 26px;
  }
}
@media (max-width: 2900px) {
  :root {
    font-size: 25px;
  }
}
@media (max-width: 2880px) {
  :root {
    font-size: 24px;
  }
}
@media (max-width: 2760px) {
  :root {
    font-size: 23px;
  }
}
@media (max-width: 2640px) {
  :root {
    font-size: 22px;
  }
}
@media (max-width: 2520px) {
  :root {
    font-size: 21px;
  }
}
@media (max-width: 2400px) {
  :root {
    font-size: 20px;
  }
}
@media (max-width: 2280px) {
  :root {
    font-size: 19px;
  }
}
@media (max-width: 2160px) {
  :root {
    font-size: 18px;
  }
}
@media (max-width: 2040px) {
  :root {
    font-size: 17px;
  }
}
@media (max-width: 1920px) {
  :root {
    font-size: 16px;
  }
}
/* @media (max-width: 1800px) {
  :root {
    font-size: 15px;
  }
} */
@media (max-width: 1680px) {
  :root {
    font-size: 14px;
  }
} 
@media (max-width: 1560px) {
  :root {
    font-size: 13px;
  }
}
/* @media (max-width: 1440px) {
  :root {
    font-size: 12px;
  }
}
@media (max-width: 1320px) {
  :root {
    font-size: 11px;
  }
} */
@media (max-width: 1200px) {
  :root {
    font-size: 12px;
  }
}
p,
a,
h1,
h2,
h3,
div,
li,
span,
* {
  font-family: "manrope", "sans-serif";
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1rem; /* 等于 16px */
}
.nav {
  width: 100%;
  height: 5.625rem;
  background-color: #1e1e1e;
  position: fixed;
  display: flex;
  justify-content: flex-start;
  top: 0;
  z-index: 999;
}
.nav .logo,
.nav .right {
  height: 2.1875rem;
}
.nav .nav-content {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  width: 98.75rem;
  margin: 0 auto;
}
.nav .nav-content .index-box {
  display: flex;
  width: 50rem;
  align-items: center;
  justify-content: flex-start;
  gap: 3.6875rem;
  margin-left: 7.375rem;
}
.nav .nav-content .index-box .index-box-item {
  position: relative;
}
.nav .nav-content .index-box .index-box-item .index-box-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 5.625rem;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: default;
  margin: 0;
}
.nav .nav-content .index-box .index-box-item .second-box {
  background-color: #fff;
  display: none;
  border-radius: 0.5rem;
  padding: 1.25rem;
  position: absolute;
}
.nav .nav-content .index-box .index-box-item .second-box .second-item {
  display: block;
  text-decoration: none;
  margin-bottom: 0.375rem;
  width: 10rem;
  color: #303030;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.nav .nav-content .index-box .index-box-item .second-box .second-item:hover {
  color: #f24a00;
}
.nav .nav-content .index-box .index-box-item:hover .index-box-title {
  color: #f24a00;
}
.nav .nav-content .index-box .index-box-item:hover .second-box {
  display: block !important;
}
.nav .nav-content .right {
  display: flex;
  gap: 27px;
  position: absolute;
  right: 0;
}
.nav .nav-content .right .site-search {
  position: relative;
  width: 17.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.nav .nav-content .right .site-search .search-btn {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg t='1680318465531' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='24593' width='200' height='200'%3E%3Cpath d='M851.083636 829.905455l-110.661818-112.989091a335.36 335.36 0 1 0-50.036363 45.614545L802.909091 877.265455a33.861818 33.861818 0 1 0 48.290909-47.36zM225.512727 494.545455a266.356364 266.356364 0 1 1 266.356364 266.356363A266.589091 266.589091 0 0 1 225.512727 494.545455z' p-id='24594' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100%;
  width: 2.125rem;
  height: 2.125rem;
  display: inline-block;
  vertical-align: middle;
}
.nav .nav-content .right .site-search .search-input {
  outline: none;
  padding: 0 15px;
  width: 14.375rem;
  height: 2.5rem;
  background-color: transparent;
  border-radius: 1.25rem;
  font-size: 1.125rem;
  border: none;
  color: #999999;
}
.nav .nav-content .right .site-search .search-input::-webkit-search-cancel-button {
  appearance: none;
}
.nav .nav-content .right .cart {
  width: 8.125rem;
  height: 2.5rem;
  background-color: #f24a00;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: #ffffff;
  gap: 1rem;
}
.nav .nav-content .right .cart .cart-logo {
  width: 1.5625rem;
  height: 1.5rem;
}
.footer {
  width: 100vw;
  background-color: #141414;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  background-image: url('https://www.camthink.ai/resource/2025/07/camthink-vision-ai-logo-white5.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.footer .footer-content {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin:6rem 11rem 0 11rem;
}
.footer .footer-content .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width:100%;
  justify-content: space-between;
}
.footer .footer-content .footer-logo {
  width: 12.0625rem;
  height: 2.625rem;
  margin-left: -0.875rem;
}
.footer .footer-content .left{
  margin-right: auto;
}
.footer .footer-content .left .link-box {
  display: flex;
  gap: 1.125rem;
  margin-top: 2.375rem;
}
.footer .footer-content .left .link-box .link-item {
  width: 2.375rem;
  height: 2.375rem;
  border: solid 1px #434343;
  text-align: center;
  
}
.footer .footer-content .right{
  display: flex;
  justify-content: flex-end;
}
.footer .footer-content .buttom-text-box .link-item{
  text-decoration: none;
  margin-left: 10px;

}
.footer .footer-content .buttom-text-box .link-item:hover{
  text-decoration: underline;
}
.footer .footer-content .left .link-box .link-item img {
  width: 1.875rem;
  height: 1.875rem;
  margin-top: 0.25rem;
}
.footer .footer-content .right .pc-info {
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 8px;
  column-gap: 25px;
  width: 80%;
}
.footer .footer-content .right .pc-info .link-item{
  font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.25rem;
	letter-spacing: 0rem;
	color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.footer .footer-content .right .pc-info .link-header-item{
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  font-stretch: normal;
  line-height: 2.25rem;
  letter-spacing: 0rem;
  margin-bottom: 10px;
}
.footer .footer-content .right .pc-info .link-item:hover{
  text-decoration: underline;
}
.footer .footer-content .right .right-column {
  font-size: 1.1875rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  flex-shrink: 0;
}
.footer .footer-content .right .right-column a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#mc_embed_signup_scroll h2{
  font-size: 24px !important;
  color: #fffefe !important;
  margin-top: 2rem !important;
}
.mc-field-group input{
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 10px 125px 10px 15px;
  border: none;
  background-color: #D2D2D2;
}
.footer .footer-content .right .mobile-info{
  display: none;
}
.footer .footer-content .buttom-text-box{
  display:flex;
  justify-content: space-between;
  padding: 2.25rem 10rem;
  width:100vw;
}
#mc_embed_signup_scroll {
  font-size: 1.25rem;
  width: 400px;
}
#mc-embedded-subscribe{
  position: relative;
  right: -285px;
  bottom: 45px;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #f24a00;
  color: #fff;
  border: none;
  cursor: pointer;
 }
 #mc_embed_signup_scroll .mc-field-group input{
  border-radius: 0;
 }
 #mc-embedded-subscribe{
  border-radius: 0;
 }

.footer .footer-content .buttom-text-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-content .buttom-text-box .text, .footer .footer-content .buttom-text-box a {
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6875rem;
  letter-spacing: 0px;
  color: #c4c4c4;
  margin: 0;
}
/* mobile */
@media (max-width: 768px) {
  .footer .footer-content .left{
    width: 100%;
  }
 .footer .footer-content .right .pc-info{
    display: none;
 }
 .footer .footer-content .right .mobile-info{
    display: block;
 }
 .footer .footer-content .right .mobile-info .title{
  font-size: 2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.688rem;
	letter-spacing: -0.012rem;
	color: #ffffff;
  margin:1.5rem 0 1.25rem 0;
 }
 .footer .footer-content .right .mobile-info .contact-list .contact-item{
  font-size: 1.25rem;
	font-weight: normal;
	letter-spacing: -0.006rem;
	color: #ffffff;
  line-height: 2rem;
 }
 .footer .footer-content{
  margin-top:2.25rem;
  padding:0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin:6rem 0 0 0;
 }
 .footer .footer-content .flex{
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
 }
 .footer .footer-content .buttom-text-box{
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 2.25rem 0;
  padding:1.5rem 0;
 }
#mc_embed_signup_scroll {
  font-size: 1.25rem;
  width: 100%;
  position: relative;
}
#mc-embedded-subscribe{
  position: absolute;
  right:  5px;
  bottom: 5px;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #f24a00;
  color: #fff;
  border: none;
  cursor: pointer;
 }
}