html {
  font-size: calc(0.625rem + 0.5vw); /* 基础 10px + 视口动态调整 */
}

/*uniarch 2023-09-07 新设计页面*/
div{
  box-sizing: border-box;
}
.uh-latest-products h2,
.uh-why-choose-us h2,
.uh-trending h2 {
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
.uh-latest-products {
  margin-bottom: 60px;
}
.uh-latest-products .latest-pro-wrapper {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}
.uh-latest-products .latest-pro-wrapper .pro-box {
  width: 30%;
  background-color: #F2F2F2;
  border-radius: 14px;
  text-align: center;
}
.uh-latest-products .latest-pro-wrapper .pro-box a {
  color: #333;
}
.uh-latest-products .latest-pro-wrapper .pro-box a img {
  width: 80%;
}
.uh-latest-products .latest-pro-wrapper .pro-box a h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.uh-latest-products .latest-pro-wrapper .pro-box a p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
  line-height: 1;
}
.uh-ad {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
}
.uh-ad .ad-bg-1 {
  background-image: url(../img/ad-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.uh-ad .ad-bg-2 {
  background-image: url(../img/ad-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.uh-ad .ad-bg-3 {
  background-image: url(../img/ad-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.uh-ad .ad-list {
  height: 500px;
  margin-bottom: 30px;
}
.uh-ad .ad-list h4 {
  color: #52B3C9;
  font-size: 72px;
  font-weight: bold;
}
.uh-ad .ad-list p {
  font-size: 32px;
  color: #999;
  margin-bottom: 40px;
}
.uh-ad .ad-list .f-l {
  text-align: left;
  padding-top: 122px;
  padding-left: 128px;
}
.uh-ad .ad-list .f-r {
  text-align: right;
  padding-top: 122px;
  padding-right: 128px;
}
.uh-ad .ad-list .more-blue-green-btu {
  background: linear-gradient(to right, #53B4C9, #91E7BA);
  border-radius: 30px;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
}
.uh-why-choose-us {
  margin-bottom: 60px;
}
.uh-why-choose-us .why-choose-us-warpper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.uh-why-choose-us .why-choose-us-warpper .choose-box {
  text-align: center;
  background-color: #F2F2F2;
  border-radius: 15px;
  width: 30%;
  padding: 30px 0;
}
.uh-why-choose-us .why-choose-us-warpper .choose-box img {
  margin-bottom: 34px;
}
.uh-why-choose-us .why-choose-us-warpper .choose-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  width: 80%;
  margin: 0   auto;
}
.uh-trending {
  display: block;
  clear: both;
  margin-bottom: 120px;
}
.uh-trending .p-link {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: -20px;
}
.uh-trending .p-link a {
  font-size: 16px;
  padding: 0 20px;
}
.uh-trending .swiper {
  width: 90%;
  height: 370px;
}
.uh-trending .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uh-trending .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uh-got-ques {
  margin-bottom: 60px;
}
.uh-got-ques .got-ques-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.uh-got-ques .got-ques-wrapper .got-ques-txt {
  margin-left: 90px;
}
.uh-got-ques .got-ques-wrapper .got-ques-txt h4 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 10px;
}
.uh-got-ques .got-ques-wrapper .got-ques-txt p {
  font-size: 24px;
  margin-bottom: 30px;
}
.uh-got-ques .got-ques-wrapper .got-ques-txt a {
  background: linear-gradient(to right, #53B4C9, #91E7BA);
  border-radius: 30px;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
}
.uh-app {
  background-image: url(../img/app-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom ;
  background-size: contain;
  height: 800px;
}
.uh-app .uh-app-wrapper {
  padding-top: 240px;
  padding-left: 200px;
  text-align: center;
  width: 520px;
}
.uh-app .uh-app-wrapper .app-pic {
  width: 200px;
  height: 200px;
  border-radius: 30px;
/*  background-color: white;*/
  margin: 0 auto;
  margin-bottom: 20px;
}
.uh-app .uh-app-wrapper h4 {
  font-size: 44px;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
}
.uh-app .uh-app-wrapper .app-links {
  display: flex;
  justify-content: space-around;
}
.uh-app .uh-app-wrapper .app-links a {
  border: 1px solid white;
  padding: 5px 15px 5px 40px;
  border-radius: 30px;
  font-size: 18px;
}
.uh-app .uh-app-wrapper .app-links a:link {
  color: white;
  text-decoration: none;
}
.uh-app .uh-app-wrapper .app-links a:visited {
  color: white;
}
.uh-app .uh-app-wrapper .app-links .ios {
  background-image: url(../img/ios.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 15%;
}
.uh-app .uh-app-wrapper .app-links .andriod {
  background-image: url(../img/Android.png);
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 15%;
}
.uh-support-banner {
  height: 320px;
  background: linear-gradient(-90deg, #9FFEC8 0%, #52B3C9 100%);
  margin-bottom: 60px;
}
.uh-support-banner .support-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
}
.uh-support-banner .support-wrapper h2 {
  font-size: 64px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.uh-support-banner .support-wrapper .uh-banner-search-bar {
  width: 80%;
  margin: 0 auto;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
}
.uh-support-banner .support-wrapper .uh-banner-search-bar input {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../img/uh-search.png);
  background-size: 20px 20px ;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.uh-support-banner .support-wrapper .uh-banner-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.uh-support-banner .support-wrapper .uh-search-label {
  padding-top: 10px;
}
.uh-support-banner .support-wrapper .uh-search-label a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  border-radius: 14px;
  line-height: 1.4;
  padding: 0 10px ;
  color: #fff;
  margin: 0 10px;
}
.uh-product-family {
  text-align: center;
}
.uh-product-family h2 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 40px;
}
#tab1.stMain {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#tab1.stMain .tab1-box {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 70px;
}
#tab1.stMain .tab1-box.tabAnchor {
  display: flex;
  justify-content: space-evenly;
}
#tab1.stMain .tab1-box.tabAnchor a {
  display: inline-block;
  background-color: #f2f2f2;
  width: 280px;
  height: 280px;
  border-radius: 15px;
  border: 4px solid #f2f2f2;
  box-sizing: border-box;
  padding-top: 20px;
}
#tab1.stMain .tab1-box.tabAnchor a.sel {
  border: 4px solid #96EAB8;
}
#tab1.stMain .tab1-box.tabAnchor a img {
  margin-bottom: 20px;
  width: 100%;
}
#tab1.stMain .tab1-box.tabAnchor a h4 {
  font-size: 22px;
  font-weight: bold;
  color: #666;
}
#tab1.stMain .tab1-box.tabAnchor a:hover {
  border: 4px solid #96EAB8;
}
#tab1.stMain .stContainer {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 70px;
}
#tab2.stMain,
#tab3.stMain {
  display: flex;
  justify-content: flex-start;
}
#tab2.stMain .tab2-box,
#tab3.stMain .tab2-box {
  display: flex;
  flex-direction: column;
}
#tab2.stMain .tab2-box li a,
#tab3.stMain .tab2-box li a {
  display: inline-block;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #666;
  line-height: 44px;
  width: 300px;
  height: 44px;
  padding-left: 10px;
  margin-bottom: 2px;
}
#tab2.stMain .tab2-box li a.sel,
#tab3.stMain .tab2-box li a.sel {
  color: #96EAB8;
  background-color: #fff;
  font-weight: bold;
}
#tab2.stMain .tab2-box li a.sel::after,
#tab3.stMain .tab2-box li a.sel::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 4px solid #96EAB8;
  border-right: 4px solid #96EAB8;
  transform: rotate(45deg);
  float: right;
  margin-top: 16px;
}
#tab2.stMain .tab2-box li a:hover,
#tab3.stMain .tab2-box li a:hover {
  color: #96EAB8;
  background-color: #fff;
  font-weight: bold;
}
#tab2.stMain .stContainer,
#tab3.stMain .stContainer {
  width: 100%;
  text-align: left;
  padding: 10px 30px;
}
#tab2.stMain .stContainer h4,
#tab3.stMain .stContainer h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#tab2.stMain .stContainer ul,
#tab3.stMain .stContainer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 20px;
}
#tab2.stMain .stContainer ul a,
#tab3.stMain .stContainer ul a {
  display: contents;
}
#tab2.stMain .stContainer ul li,
#tab3.stMain .stContainer ul li {
  width: 33.33%;
  margin-bottom: 20px;
  text-align: center;
}
#tab2.stMain .stContainer ul li h6,
#tab3.stMain .stContainer ul li h6 {
  font-size: 16px;
}
.uh-how-to-swiper,
.uh-basic-function-video {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.uh-how-to-swiper h2,
.uh-basic-function-video h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.uh-how-to-swiper .swiper,
.uh-basic-function-video .swiper {
  height: 206px;
}
.uh-how-to-swiper .swiper-slide,
.uh-basic-function-video .swiper-slide {
  border-radius: 14px;
  overflow: hidden;
}
.uh-how-to-swiper .swiper-slide a,
.uh-basic-function-video .swiper-slide a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 206px;
}
.uh-how-to-swiper .swiper-slide a img.bg,
.uh-basic-function-video .swiper-slide a img.bg {
  width: 100%;
  transition: all 0.6s;
}
.uh-how-to-swiper .swiper-slide a p,
.uh-basic-function-video .swiper-slide a p {
  position: absolute;
  bottom: 0px;
  background-image: linear-gradient(to right, #54B5CA, #9FFEC9);
  font-size: 14px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.uh-how-to-swiper .swiper-slide a img.play,
.uh-basic-function-video .swiper-slide a img.play {
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.6s;
  width: 60px;
}
.uh-how-to-swiper .swiper-slide a:hover img.bg,
.uh-basic-function-video .swiper-slide a:hover img.bg {
  transform: scale(1.1);
}
.uh-how-to-swiper .swiper-slide a:hover img.play,
.uh-basic-function-video .swiper-slide a:hover img.play {
  transform: scale(0.9);
}
.uh-how-to-swiper .swiper-slide .swiper-button-next:after,
.uh-basic-function-video .swiper-slide .swiper-button-next:after,
.uh-how-to-swiper .swiper-slide .swiper-button-prev:after,
.uh-basic-function-video .swiper-slide .swiper-button-prev:after {
  color: #52B3C9;
}
.uh-rel-two-links {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.uh-rel-two-links ul {
  display: flex;
  justify-content: space-between;
}
.uh-rel-two-links ul li {
  width: 100px;
}
.uh-rel-two-links ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #52B3C9;
}
.uh-rel-two-links ul li a p {
  font-size: 20px;
  font-weight: bold;
}
.uh-rel-two-links ul li img {
  width: 100%;
}
.uh-still-need-help {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.uh-still-need-help h2 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 40px;
}
.uh-still-need-help ul {
  display: flex;
  justify-content: space-around;
}
.uh-still-need-help ul img {
  width: 100px;
  margin-bottom: 15px;
}
.uh-still-need-help ul p {
  background-color: #52B3C9;
  font-size: 20px;
  font-weight: bold;
  color: white;
  border-radius: 30px;
  padding: 0px 20px;
  background-image: linear-gradient(to right, #54B5CA, #9FFEC9);
}
.uh-still-need-help ul p:hover {
  background-image: linear-gradient(to left, #54B5CA, #9FFEC9);
}
.uh-enterprise-sub-banner {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 60px;
}
.uh-enterprise-sub-banner img {
  width: 100%;
}
.uh-enterprise-sub-banner h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.uh-help-link {
  text-align: center;
  margin-bottom: 60px;
}
.uh-help-link img {
  width: 100px;
}
.uh-help-link h4 {
  font-size: 20px;
  font-weight: bold;
  color: #54B5CA;
}
.uh-tutorial-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.uh-tutorial-wrapper .uh-tutorial-menu {
  width: 390px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.uh-tutorial-wrapper .uh-tutorial-menu .product-title-h {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.uh-tutorial-wrapper .uh-tutorial-menu .default-title {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
}
.uh-tutorial-wrapper .uh-tutorial-menu .default-title a {
  color: #333;
}
.uh-tutorial-wrapper .uh-tutorial-video-content {
  padding-left: 30px;
  width: calc(100% - 390px);
}
.uh-tutorial-wrapper .uh-tutorial-video-content h2 {
  font-size: 36px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.uh-tutorial-wrapper .uh-tutorial-video-content h4 {
  font-size: 28px;
  font-weight: bold;
  color: #52B3C9;
  margin-bottom: 40px;
}
.uh-tutorial-wrapper .uh-tutorial-video-content .vedio-box {
  margin-bottom: 40px;
}
.uh-tutorial-wrapper .faq-list {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.uh-tutorial-wrapper .faq-list h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.uh-tutorial-wrapper .faq-list p {
  font-size: 14px;
  line-height: 1.4;
}
.uh-nav {
  max-width: 1300px;
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.uh-nav span {
  display: flex;
  margin: 0 15px;
}
.uh-nav .icon_home img {
  width: 13px;
  max-width: none;
  display: block;
}
.uh-nav .arrow_bread img {
  width: 6px;
  max-width: none;
}
.uh-nav a {
  display: block;
  font-size: 14px;
  color: #666;
}
.accordion {
  width: 100%;
}
.accordion h1,
.accordion h2,
.accordion h3,
.accordion h4 {
  cursor: pointer;
}
.accordion h1 {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: normal;
  font-weight: bold;
  color: #333;
}
.accordion h1:hover {
  color: #000;
}
.accordion div,
.accordion p {
  display: none;
}
.accordion h2 {
  padding: 5px 25px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #333;
}
.accordion h2:hover {
  background-color: #9FFEC8;
}
.accordion h3 {
  padding: 5px 30px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #333;
}
.accordion h3:hover {
  background-color: #9FFEC8;
}
.accordion h4 {
  padding: 5px 35px;
  background-color: #ffc25a;
  font-size: 0.9rem;
  color: #af720a;
}
.accordion h4:hover {
  background-color: #e0b040;
}
.accordion p {
  padding: 5px 35px;
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 14px;
  color: #333;
}
.accordion p a {
  display: block;
}
.accordion .opened-for-codepen {
  display: block;
}
header .navson-list .sub-box {
  overflow: hidden;
}
.uh-products-warp {
  height: 100%;
  overflow-y: scroll;
  padding: 30px;
}
.uh-products-warp ul:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.uh-products-warp li.uh-products-series-li {
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-right: inherit;
  width: 100%;
}
.uh-products-warp li.uh-products-series-li h4 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #666;
}
.uh-products-warp li.uh-products-series-li h4::before {
  content: "•";
  margin-right: 5px;
}
.uh-products-warp li.uh-products-series-li ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.uh-products-warp li.uh-products-series-li ul img {
  width: 100%;
}
.uh-products-warp li.uh-products-series-li ul li.uh-products-li {
  text-align: center;
  width: 120px;
  margin: 0 30px 20px 0;
}
.uh-products-warp li.uh-products-series-li ul li.uh-products-li p {
  font-size: 14px;
  display: block;
}
.uh-products-warp li.uh-products-series-li ul li.uh-products-li a {
  color: #666;
  display: inline-block;
}
header .B-product-menu-warp {
  padding: 30px;
  overflow: scroll;
  height: inherit;
}
header .B-product-menu-warp .B-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  padding-bottom: 10px;
}
header .B-product-menu-warp .B-product-list a {
  display: block;
  text-align: center;
  width: calc((100% - 96px) / 3);
  margin: 0 16px;
  margin-bottom: 20px;
}
header .B-product-menu-warp .B-product-list a .imgbg {
  background-color: #F1F1F1;
  height: 165px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;

}
/*为indoor outdoor 原有产品的下拉菜单上的图片增加一个iocn  2024-09-26 joe*/
header .B-product-menu-warp .B-product-list a .basic-series{
  background-image: url(../img/Basic-icon.png);
  
      background-repeat: no-repeat;
    background-position: calc(100% - 20px) 12px;
    }
header .B-product-menu-warp .B-product-list a .imgbg img {
  width: auto;
}
header .B-product-menu-warp .B-product-list a h4 {
  font-size: 22px;
  color: #666;
  line-height: 1.4;
  text-align: left;
}
header .B-product-menu-warp .B-product-list a p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #999;
}
header .B-product-menu-warp .B-product-list a:hover h4 {
  color: #53B4C9;
}
header .B-product-menu-warp ul li {
  display: block;
}
header .B-product-menu-warp ul li a {
  font-size: 22px;
  color: #333;
}
header .B-product-menu-warp ul li a:hover {
  color: #52B3C9;
}
.uh-little-product-wrap {
  padding: 30px 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.uh-little-product-wrap .uh-little-product-box {
  box-sizing: border-box;
/*  width: calc((100% - 96px) / 3);增加了一个产品*/
 width: calc((100% - 96px) / 4);
  border-radius: 10px;
  background-color: white;
  padding: 20px 30px ;
  margin: 0 10px 10px 10px;
  cursor: pointer;
}
.uh-little-product-wrap .uh-little-product-box a {
  text-align: right;
  display: block;
}
.uh-little-product-wrap .uh-little-product-box h4 {
  font-size: 22px;
  font-weight: bold;
  color: #666;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}
.uh-little-product-wrap .uh-little-product-box .smy {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: left;
}
.uh-little-product-wrap .uh-little-product-box .smy p {
  font-size: 14px;
  line-height: 1.4;
  color: #999;
  width: 60%;
}
.uh-little-product-wrap .uh-little-product-box .smy .new {
  display: inline-block;
  background: linear-gradient(to right, #52B3C9, #9FFEC8);
  width: 47px;
  height: 26px;
  border-radius: 20px;
  font-size: 14px ;
  font-weight: 600;
  color: white;
  text-align: center;
  float: right;
  line-height: 26px;
}
.uh-little-product-wrap .uh-little-product-box img {
  width: 150px ;
  height: 142px;
}
.uh-little-product-wrap .uh-little-product-box:hover h4 {
  color: #53B4CA;
}
header .navson-list .item.cur .sec-tit {
  background: linear-gradient(to right, #52B3C9, #9FFEC8);
}
.uh-aboutus-banner {
     height: 300px;
    background-image: url(../img/aboutus-background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 5rem;
    flex-direction: column;
}
.uh-aboutus-banner h2 {
    font-size: 64px;
    line-height: 1.2;
    color: white;
}
.uh-aboutus-banner p{
      color: white;
    font-size: 32px;
    line-height: 1.2;
}
.uh-aboutus-intro {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uh-aboutus-intro h4{
       font-size: clamp(1.875rem, 1.553vw + 1.511rem, 3.375rem);
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}
.uh-aboutus-intro p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 920px;
  margin-bottom: 60px;
}
.uh-aboutus-intro img {
  margin-bottom: 60px;
}
.uh-aboutus-point {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.uh-aboutus-point .two-column {
  display: flex;
  justify-content: space-between;
}
.uh-aboutus-point .two-column .content {
  width: 40%;
  margin-bottom: 30px;
}
.uh-aboutus-point .content {
  text-align: center;
  padding: 50px;
  background-color: rgba(241, 241, 241, 0.51);
}
.uh-aboutus-point .content h4 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  background: linear-gradient(to right, #53B4CA, #91E7BA);
  -webkit-background-clip: text;
  color: transparent;
}
.uh-aboutus-point .content p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.uh-contactus {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.uh-contactus p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 60px;
  text-align: left;
}
.uh-contactus a {
  display: inline-block;
  padding: 0 40px;
  font-size: 32px;
  color: white;
  background: linear-gradient(to right, #54B5CA, #9FFEC9);
  border-radius: 60px;
}
.uh-product-series-banner {
  height: 400px;
}
.uh-product-series-banner .banner-bg-pc {
  height: inherit;
}
.uh-product-series-banner .wrap {
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  padding-top: 137px;
}
.uh-product-series-banner .wrap h2 {
  font-size: 36px ;
  font-weight: bold;
}
.uh-product-series-banner .wrap p {
  font-size: 24px;
}
.uh-product-series-nav {
  padding: 40px 0;
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  top: 70px;
}
.uh-product-series-nav ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.uh-product-series-nav ul li {
  height: 54px;
}
.uh-product-series-nav ul li p {
  display: block;
  line-height: 54px;
  color: #333;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 16px;
  cursor: pointer;
}
.uh-product-series-nav ul li.cur p {
  border: 2px solid #52B3C9;
  color: #52B3C9;
}
.uh-products-series-list {
  background-color: #f1f1f1;
}
.uh-products-series-list .uh-products-series-warp {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 80px;
}
.uh-products-series-list .uh-products-series-warp .uh-sub-banner {
  height: 300px;
  position: relative;
  margin-bottom: 30px;
}
.uh-products-series-list .uh-products-series-warp .uh-sub-banner img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
}
.uh-products-series-list .uh-products-series-warp .products-list-warp ul {
  display: flex;
  flex-wrap: wrap;
}
.uh-products-series-list .uh-products-series-warp .products-list-warp ul li {
  background-color: white;
  --widthA: calc(100% / 3);
  width: calc(var(--widthA) - 30px);
  text-align: center;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 40px;
}
.uh-products-series-list .uh-products-series-warp .products-list-warp ul li :last-child {
  margin-right: 0;
}
.uh-products-series-list .uh-products-series-warp .products-list-warp ul li img {
  width: 80%;
}
.uh-products-series-list .uh-products-series-warp .products-list-warp ul li h4 {
  font-size: 24px;
  font-weight: bold;
}
.uh-products-series-list .uh-products-series-warp .products-list-warp ul li p {
  font-size: 20px;
  margin-bottom: 10px;
}
.uh-products-series-list .uh-products-series-warp .products-list-warp ul li a {
  display: inline-block;
  background-color: #96EAB8;
  border-radius: 30px;
  font-size: 14px;
  line-height: 40px;
  color: white;
  padding: 0 40px;
}
.uh-products-series-list .uh-products-series-warp .products-list-warp.four li {
  --widthA: calc(100% / 4);
}
.uh-products-series-list .uh-products-series-warp .products-list-btu {
  display: flex;
  justify-content: space-evenly;
}
.uh-products-series-list .uh-products-series-warp .products-list-btu a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  padding: 0 25px;
  font-size: 24px;
  color: white;
  background-color: #96EAB8;
}
.uh-products-series-list .uh-products-series-warp .products-list-btu a:hover {
  background-color: #52B3C9;
  text-decoration: none;
}
.uh-products-series-list h2 {
  font-size: 36px;
  color: white;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 60px;
  line-height: 0;
}
.uh-products-series-list .uh-products-series-warp:nth-child(2n) h2 {
  right: 60px;
  left: auto ;
}
.uh-product-detail-title {
  width: 1200px ;
  margin: 0 auto;
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 5rem;
}
.uh-product-detail-title .product-pics-warp {
  width: 636px;
}
.uh-product-detail-title .products-title-warp {
  width: 524px;
}
.uh-product-detail-title .products-title-warp h2 {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  margin-bottom: 10px;
}
.uh-product-detail-title .products-title-warp h4 {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}
.uh-product-detail-title .products-title-warp p {
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 40px;
}
.uh-product-detail-title .products-title-warp a {
  display: block;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
}
.uh-product-detail-title .products-title-warp a.amazon-buy {
  border: 1px solid #999;
  font-size: 18px;
  color: #333;
  padding-left: 30px;
}
.uh-product-detail-title .products-title-warp a.amazon-buy:hover {
  border: 1px solid #52B3C9;
  background-color: rgba(82, 179, 201, 0.05);
}
.uh-product-detail-title .products-title-warp a.amazon-buy span {
  color: #52B3C9;
  font-size: 16px;
  float: right;
  margin-right: 20px;
  text-decoration: underline;
}
.uh-product-detail-title .products-title-warp a.amazon-shop {
  text-align: center;
  font-size: 24px ;
  font-weight: bold;
  color: white;
  background: linear-gradient(to right, #52B3C9, #9FFEC8);
}
.uh-product-detail-title .products-title-warp .s-titie {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #999;
}
.uh-product-detail-title .products-title-warp #cuntry-list {
  font-size: 16px;
  margin-bottom: 30px;
  width: 255px;
  border: 1px solid #666;
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
  appearance: button;
  -moz-appearance: button;
  /* Firefox */
  -webkit-appearance: button;
  /* Safari and Chrome */
}
.uh-product-detail-title .products-title-warp #cuntry-list:focus {
  border: 1px #ddd solid;
  box-shadow: 0 0 15px 1px #DDDDDD;
}
.uh-product-detail-title .products-title-warp #cuntry-list:after {
  content: "▼";
  padding: 12px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
.uh-product-detail-title .products-title-warp .model-list {
  margin-bottom: 30px;
}
.uh-product-detail-title .products-title-warp .model-list a {
  margin-bottom: 16px;
}
.uh-product-detail-title .products-title-warp .model-list a:last-child {
  margin-bottom: 0;
}
.uh-product-detail-title .products-title-warp .cuntry-warp {
  display: flex;
}
.uh-product-detail-title .products-title-warp .cuntry-warp span {
  font-size: 14px;
  padding-left: 10px;
}
.uh-product-detail-title .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tb-pic a {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.tb-pic a img {
  vertical-align: middle;
}
.tb-pic a {
  *display: block;
  *line-height: 1;
}
.tb-thumb {
  width: 64px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tb-thumb li {
  background: none repeat scroll 0 0 transparent;
  height: 62px;
  overflow: hidden;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.tb-thumb li img {
  width: 100%;
}
.tb-s310,
.tb-s310 img {
  max-height: 556px;
  max-width: 556px;
}
.tb-s310 a {
  *font-size: 271px;
}
.tb-s40 a {
  *font-size: 35px;
}
.tb-booth {
  position: relative;
  z-index: 1;
  width: calc(100% - 64px);
  text-align: center;
}
.tb-thumb .tb-selected {
  border: 1px solid #52B3C9;
}
.tb-thumb .tb-selected div {
  background-color: #FFFFFF;
  border: medium none;
}
.tb-thumb li div {
  /* border: 1px solid #CDCDCD; */
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomMask {
  position: absolute;
  background: url("images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.uh-products-detail-tab-title {
  width: 100%;
  margin-bottom: 30px;
}
.uh-products-detail-tab-title #title-nav-warp {
  display: flex;
  justify-content: space-evenly;
  width: 700px;
  margin: 0 auto;
}
.uh-products-detail-tab-title #title-nav-warp li {
  font-size: 22px;
  color: #333;
  line-height: 1.4;
  cursor: pointer;
}
.uh-products-detail-tab-title #title-nav-warp li.active {
  color: #52B3C9;
  border-bottom: 2px solid #52B3C9;
}
#uh-products-detail-warp {
  max-width: 1320px;
  margin: 0 auto;
}
#uh-products-detail-warp .content-box {
  display: none;
  text-align: center;
  padding-bottom: 60px;
}
#uh-products-detail-warp .content-box .title-and-pic {
  padding-top: 70px;
}
#uh-products-detail-warp .content-box .title-and-pic h4 {
  font-size: 60px;
  color: #333;
  margin-bottom: 20px;
  font-family: "SourceSansPro-Bold";
  line-height: 1.6;
}
#uh-products-detail-warp .content-box .title-and-pic p {
  font-size: 22px;
  color: #666;
  line-height: 1.4;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}
#uh-products-detail-warp .content-box img{
  width: 100%;
}
/* #uh-products-detail-warp .content-box .title-and-pic img {
  width: 100%;
} */
#uh-products-detail-warp .content-box .swiper {
  height: 410px;
  padding-top: 60px;
}
#uh-products-detail-warp .content-box .uh-specs-box {
  width: 88%;
  margin: 0 auto;
}
#uh-products-detail-warp .content-box .uh-specs-box table {
  width: 100%;
}
#uh-products-detail-warp .content-box .uh-specs-box td {
  padding: 0.2rem 0.4rem;
  line-height: 1.5;
  font-size: 0.4rem;
  color: #666;
  border: 1px solid #eee;
  background-color: #fff;
  font-weight: normal;
}
#uh-products-detail-warp .content-box .uh-specs-box td.thead {
  background-color: #b6dde8;
  text-align: left;
  font-weight: normal;
  color: #187080;
}
#uh-products-detail-warp .content-box .w100 img {
  width: 100%;
}
#uh-products-detail-warp .show {
  display: block;
}
#uh-products-detail-warp .unboxing-video-list,
#uh-products-detail-warp .unboxing-video-list-2 {
  padding-top: 100px;
}
#uh-products-detail-warp .unboxing-video-list *,
#uh-products-detail-warp .unboxing-video-list-2 * {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#uh-products-detail-warp .unboxing-video-list h4,
#uh-products-detail-warp .unboxing-video-list-2 h4 {
  font-size: 60px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}
#uh-products-detail-warp .unboxing-video-list ul,
#uh-products-detail-warp .unboxing-video-list-2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#uh-products-detail-warp .unboxing-video-list ul li,
#uh-products-detail-warp .unboxing-video-list-2 ul li {
  width: 30%;
  margin-bottom: 30px;
}
#uh-products-detail-warp .unboxing-video-list ul li .video-bg,
#uh-products-detail-warp .unboxing-video-list-2 ul li .video-bg {
  width: 100%;
}
#uh-products-detail-warp .unboxing-video-list ul li a,
#uh-products-detail-warp .unboxing-video-list-2 ul li a {
  display: block;
  position: relative;
  height: 196px;
  border-radius: 10px;
  overflow: hidden;
}
#uh-products-detail-warp .unboxing-video-list ul li a .video-bg,
#uh-products-detail-warp .unboxing-video-list-2 ul li a .video-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#uh-products-detail-warp .unboxing-video-list ul li a .video-btu,
#uh-products-detail-warp .unboxing-video-list-2 ul li a .video-btu {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#uh-products-detail-warp .unboxing-video-list ul li a h6,
#uh-products-detail-warp .unboxing-video-list-2 ul li a h6 {
  position: absolute;
  z-index: 11;
  bottom: -4px;
  color: white;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  text-transform: none;
  box-sizing: border-box;
}
#uh-products-detail-warp .unboxing-video-list ul li a:hover img.video-bg,
#uh-products-detail-warp .unboxing-video-list-2 ul li a:hover img.video-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#uh-products-detail-warp .unboxing-video-list ul li a:hover h6,
#uh-products-detail-warp .unboxing-video-list-2 ul li a:hover h6 {
  bottom: 0;
}
#uh-products-detail-warp .unboxing-video-list ul li a:hover img.video-btu,
#uh-products-detail-warp .unboxing-video-list-2 ul li a:hover img.video-btu {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
#uh-products-detail-warp .unboxing-video-list-2 {
  padding-top: 50px;
}
#uh-products-detail-warp .unboxing-video-list-2 .tutorials-more {
  margin-top: 40px;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #52B3C9;
  padding: 5px 30px;
  border-radius: 30px;
  color: #52B3C9;
}
#uh-products-detail-warp .unboxing-video-list-2 .tutorials-more:hover {
  background-color: #52B3C9;
  color: white;
}
#uh-products-detail-warp .shop-at-amazon {
  padding-top: 100px;
}
#uh-products-detail-warp .shop-at-amazon h4 {
  font-size: 60px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}
#uh-products-detail-warp .shop-at-amazon a {
  font-size: 18px;
  text-decoration: underline;
}
.uh-download-banner {
  background-image: linear-gradient(to right, #52B3C9, #9FFEC8);
  height: 300px;
  margin-bottom: 30px;
  margin-top: 5rem;
}
.uh-download-banner .download-banner-warp {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
  color: white;
}
.uh-download-banner .download-banner-warp h2 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
}
.uh-download-banner .download-banner-warp p {
  font-size: 24px;
}
.uh-download-nav {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.uh-download-nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.uh-download-nav ul li {
  margin-right: 60px;
  font-size: 20px;
}
.uh-download-nav ul li a {
  color: #333;
  line-height: 50px;
}
.uh-download-nav ul li a.cur,
.uh-download-nav ul li a:hover {
  border-bottom: 2px solid #52B3C9;
  color: #52B3C9;
}
.uh-download-file-warp {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
.uh-download-file-warp .uh-download-sub-nav {
  width: 360px;
  margin-right: 40px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 40px 30px;
}
.uh-download-file-warp .uh-download-sub-nav .t32 {
  line-height: 1.1;
  font-size: 32px;
  font-weight: bold;
}
.uh-download-file-warp .uh-download-sub-nav .t24 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}
.uh-download-file-warp .uh-download-sub-nav .left .seach {
  width: 100%;
  height: 1.2rem;
  background: #F5F5F5;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.uh-download-file-warp .uh-download-sub-nav .left .seach input {
  width: 80%;
  height: 100%;
  line-height: 1.2rem;
  background-color: transparent;
  padding: 0 0.45rem;
  font-size: 16px;
}
.uh-download-file-warp .uh-download-sub-nav .left .seach .subimt {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  cursor: pointer;
}
.uh-download-file-warp .uh-download-sub-nav .left .li {
  margin-top: 15px;
  position: relative;
  cursor: pointer;
}
.uh-download-file-warp .uh-download-sub-nav .left .li .tit.on {
  font-weight: 700;
}
.uh-download-file-warp .uh-download-sub-nav .left .li .tit {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.uh-download-file-warp .uh-download-sub-nav a.tit {
  color: #333;
}
.uh-download-file-warp .uh-download-sub-nav .moreli {
  color: #52B3C9;
}
.uh-download-file-warp .uh-download-sub-nav .tit-16 {
  line-height: 1.1;
  font-size: 16px;
}
.uh-download-file-warp .uh-download-sub-nav .left .li .sub-a {
  display: none;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.uh-download-file-warp .uh-download-sub-nav .left .li .sub-a .lis.on {
  color: #52B3C9;
}
.uh-download-file-warp .uh-download-sub-nav .left .li .sub-a .lis {
  display: block;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}
.uh-download-file-warp .uh-download-sub-nav .left .li .sub-a .lis.on .box {
  background-color: #52B3C9;
}
.uh-download-file-warp .uh-download-sub-nav .left .li .sub-a .lis .box {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.uh-download-file-warp .uh-download-sub-nav .left .li .sub-a .lis .box .tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.uh-download-file-warp .uh-download-file-list {
  width: calc(100% - 400px);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 40px 30px;
}
.uh-download-file-warp .uh-download-file-list .list2 a .content-warp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.uh-download-file-warp .uh-download-file-list .list2 a .content-warp .icon {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.uh-download-file-warp .uh-download-file-list .list2 a .content-warp .icon img {
  margin-right: 10px;
}
.uh-download-file-warp .uh-download-file-list .list2 a .tit-18 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #333;
}
.uh-banner {
  height: 21.875rem;
  margin-bottom: 60px;
  /*用于浅色背景banner 2023-03-15*/
  /*用于浅色背景banner 2023-03-15*/
}
.uh-banner .banner-container {
  height: 100%;
  overflow: hidden;
}
.uh-banner .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.uh-banner .mb {
  display: none;
}
.uh-banner .banner-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.uh-banner .banner-container .swiper-slide .txt {
  position: absolute;
  top: 7rem;
  width: 100%;
  text-align: left;
  left: 7rem;
  color: #fff;
}
.uh-banner .banner-container .swiper-slide.black .txt {
  color: black;
}
.uh-banner .banner-container .swiper-slide .txt .tit-30 {
  font-size: 26px;
  font-weight: bold;
}
.uh-banner .banner-container .swiper-slide .txt .tit-81 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.uh-banner .more {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25rem;
  padding: 0 0.75rem;
  color: #53B4C9;
  border-radius: 1.25rem;
  border: 1px solid #fff;
  margin-top: 1.25rem;
  transition: all 0.5s;
  background-color: white;
}
.uh-banner .banner-container .swiper-slide.black .more {
  color: black;
  border: 1px solid #000000;
}
.uh-banner .banner-prev,
.uh-banner .banner-next {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
  z-index: 3;
  cursor: pointer;
  background-image: url(../img/bannerjt.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.uh-banner .banner-prev {
  left: 2.5rem;
}
.uh-banner .banner-next {
  right: 2.5rem;
  transform: rotate(180deg);
}
.uh-banner .banner-pagination {
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: 1rem !important;
}
.uh-banner .banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  margin: 0 9px !important;
  position: relative;
}
.uh-banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  border-radius: 2px;
  background-color: transparent;
}
.uh-banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 5px;
  border-radius: 2px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.uh-banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 5px;
  border-radius: 2px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.uh-banner .more:hover {
  background-color: #0560f5;
  border: 1px solid #0560f5;
  color: #fff;
}
.uh-banner .banner-prev:hover,
.uh-banner .banner-next:hover {
  background-color: #0560f5;
  opacity: 1;
}
.wr {
  position: relative;
  width: 100%;
}
.uh-blog-banner {
  max-width: 1300px;
  height: 500px;
  background: url(../img/blog-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 100px;
}
.uh-blog-banner a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  width: 450px;
  background-color: #52B3C9;
  color: white;
  line-height: 110px;
  font-size: 34px;
  padding: 0 50px;
  transition: width 1s;
  font-weight: bold;
}
.uh-blog-banner a:hover {
  background-color: #96EAB8;
  width: 550px;
}
.uh-blog-banner .cur {
  background-color: #96EAB8;
  width: 550px;
}
.uh-blog-list-warp {
  max-width: 1300px;
  margin: 0 auto;
}
.uh-blog-list-warp .uh-blog-list-box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.uh-blog-list-warp .uh-blog-list-box:last-child {
  border: none;
}
.uh-blog-list-warp .uh-blog-list-box .blog-img {
  width: 400px;
  margin-right: 56px;
  overflow: hidden;
  float: left;
}
.uh-blog-list-warp .uh-blog-list-box .blog-img img {
  width: 100%;
}
.uh-blog-list-warp .uh-blog-list-box .blog-content h6 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.uh-blog-list-warp .uh-blog-list-box .blog-content h6 span {
  background-color: #52B3C9;
  color: white;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 20px;
}
.uh-blog-list-warp .uh-blog-list-box .blog-content h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
.uh-blog-list-warp .uh-blog-list-box .blog-content h4 a {
  color: #333;
}
.uh-blog-list-warp .uh-blog-list-box .blog-content h4 a:hover {
  color: #52B3C9;
}
.uh-blog-list-warp .uh-blog-list-box .blog-content p {
  font-size: 16px;
  line-height: 1.6;
}
.uh-contactus-banner {
  height: 400px;
  background-image: url(../img/contactus-banner-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  /* margin-bottom: 60px; */
  color: white;
  margin-top: 5rem;
}
.uh-contactus-banner h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: bold;
}
.uh-contactus-banner p {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
.contactus-box {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
.contactus-box h4 {
  font-size: 22px;
  color: #52B3C9;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: bold;
}
.contactus-box p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.contactus-box p::before {
  content: "·";
  margin-right: 10px;
}
.contactus-box .con-btu {
  display: inline-block;
  background-image: linear-gradient(to right, #52B3C9, #96EAB8);
  font-size: 18px;
  padding: 0px 10px;
  border-radius: 30px;
  color: white;
  font-weight: normal;
}
.contactus-box a {
  font-weight: bold;
  color: #52B3C9;
}
.contactus-box h5 {
  color: #333;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: bold;
  text-transform: none;
}
.contactus-box h6 {
  text-transform: none;
}
.contactus-box h6 a {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.contactus-box.p1 {
  padding: 30px 30px 0  30px;
}
.contactus-box.p2 {
  padding: 30px 30px;
  margin-bottom: 20px;
}
.contactus-box.p3 {
  background-color: #F1F1F1;
  padding: 30px 30px;
  margin-bottom: 20px;
}
.contactus-box.p3 .con-btu {
  margin-bottom: 15px;
}
.contactus-box.p4 {
  padding: 30px 30px;
  margin-bottom: 60px;
}
.sub_nav a {
  white-space: pre;
}
header .pro-navson {
  height: auto;
}
header .left-nav .tit {
  font-size: 1rem;
}
.header-right .right-nav .tit {
  font-size: 1rem;
}
.uh-notice-wrap {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.uh-notice-wrap .tit-40 {
  font-size: 40px;
  line-height: 1.4;
}
.uh-notice-wrap .uh-notice-list {
  margin-top: 20px;
}
.uh-notice-wrap .uh-notice-list a {
  width: 100%;
  display: flex;
  padding: 0.6rem 1rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.uh-notice-wrap .uh-notice-list a .tit-16 {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
.uh-notice-wrap .uh-notice-list a .tit-16::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0.5rem;
  top: 0.8rem;
}
.uh-notice-wrap .uh-notice-list a:hover {
  color: #53B4C9;
}
.uh-notice-wrap .uh-notice-list a .tit-14 {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
.nes-box .left .con,
.nes-box .left .con p {
  font-size: 16px;
  line-height: 1.4;
}

/*2024-03-29增加了partner栏目 */
.uh-partner-banner {
  margin: 0 auto;
  height: 320px;
  background: url(../img/partner-banner.jpg) no-repeat top center;
  background-size: cover;
  margin-top: 5rem;
}
/*2024-06-24增加了partner栏目的banner上的按钮 */
.uh-partner-banner h2 {
     /* display: flex; */
    /* max-width: 1000px; */
    /* margin: 0 auto; */
    color: white;
    font-size: 64px;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    /* height: 320px;*/
}
.uh-partner-banner .ft{
      max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}
.uh-partner-banner .ft p a{
      display: inline-block;
    border: 1px solid white;
    height: 40px;
    line-height: 40px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 30px;

}
.uh-partner-banner .ft p a:hover{
  background-color: #08c;
  border: 1px solid #08c;
}
.uh-partner-list{max-width: 1200px;margin: 0 auto;}
.uh-partner-list .dist {
  padding-top: 1.25rem;
}
.uh-partner-list .view {

}
.uh-partner-list .wr {
  position: relative;
  width: 100%;
}
.uh-partner-list .top {
  top: 0;
}
.uh-partner-list .dist .top .tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.uh-partner-list img {
  display: block;
  max-width: 100%;
}
.uh-partner-list .dist .top .tit .tit-22 {
  margin-left: 0.425rem;
  line-height: 1;
  font-size: 20px;
  /* font-weight: 700; */
}
.uh-partner-list .dist .top .seach {
  display: none;
  width: 7.375rem;
  height: 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(204, 204, 204, 0.668);
  overflow: hidden;
}
.uh-partner-list .dist .top .seach .txt {
  width: calc(100% - 1.2rem);
  float: left;
  padding-left: 0.65rem;
  font-size: 16px;
  line-height: 1.2rem;
}
.uh-partner-list .dist .top .seach .subimt {
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  float: left;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: center;
}
.uh-partner-list .selec-box {
  border-top: 1px solid rgba(204, 204, 204, 0.668);
  margin-top: 1rem;
  padding: 0.9rem 0;
  font-size: 0;
  position: relative;
  z-index: 23;
}
.uh-partner-list .selec-box .li {
  display: inline-block;
  line-height: 1;
  margin-right: 1.5rem;
  cursor: pointer;
}
.uh-partner-list .selec-box .li.on .tit {
  color: #0560f5;
}
.uh-partner-list .selec-box .li .tit {
  position: relative;
  line-height: 1;
}
.uh-partner-list .tit-18 {
  line-height: 1.4;
  font-size: 18px;
}
.uh-partner-list .selec-box .li.on .tit::before {
  opacity: 1;
}
.uh-partner-list .selec-box .li .tit::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  width: 20px;
  height: 20px;
  left: 50%;
  background-color: #f7f7f7;
  transform: rotate(45deg);
  opacity: 0;
}
.uh-partner-list .selec-box .li .tit::after {
  content: "";
  position: absolute;
  right: -0.75rem;
  top: 30%;
  width: 6px;
  height: 9px;
  background-image: url(../img/morejt2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
  filter: grayscale(1000%);
  transition: all 0.5s;
}
.uh-partner-list .selec-box .li .sub-li {
  display: none;
  width: 100%;
  position: absolute;
  top: 80%;
  left: 0;
  background-color: #f7f7f7;
  padding: 0.525rem 0.375rem;
  border-radius: 10px;
}
.uh-partner-list .tit-14 {
  font-size: 14px;
  line-height: 2;
}
.uh-partner-list .selec-box .li .sub-li .lis {
  display: inline-block;
  padding: 0.25rem 0.45rem;
  border-radius: 10px;
  line-height: 1;
  background-color: #fff;
  margin-right: 0.3rem;
  margin-bottom: 5px;
}
.uh-partner-list .selec-box .li .sub-li .lis img {
  display: none;
}
.uh-partner-list .selec-box .li .sub-li .lis.on {
  background-color: #0560f5;
  color: #fff;
}
.uh-partner-list .dist .list {
  padding-top: 4.1rem;
}
.uh-partner-list .dist .list .a {
  display: flex;
  border-bottom: 1px solid rgba(204, 204, 204, 0.668);
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
}
.uh-partner-list .dist .list .a .img {
  position: relative;
  width: 8.5rem;
  height: 5.85rem;
  background-color: #f0f7fa;
}
.uh-partner-list .tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.uh-partner-list .dist .list .a .txt {
  width: calc(100% - 8.5rem);
  padding-left: 1rem;
}
.uh-partner-list .tire-box {
  position: relative;
}
.uh-partner-list .col-333 {
  color: #333;
}
.uh-partner-list .dist .list .a dl dt {
  margin-bottom: 0.7rem;
}
.uh-partner-list .dist .list .a dl dt label {
  font-size: 22px;
  color: #39425f;
  line-height: 1.2;
  display: block;
}
.uh-partner-list .dist .list .a dl dd {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.uh-partner-list .tire-box .tire-tag {
  position: absolute;
  top: 10px;
  right: 10px;
}
/*2024-03-29增加了partner栏目 */

@media only screen and (min-width: 1480px) {
  .uh-app {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .uh-latest-products .latest-pro-wrapper {
    flex-direction: column;
  }
  .uh-latest-products .latest-pro-wrapper .pro-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .uh-why-choose-us .why-choose-us-warpper {
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
  .uh-why-choose-us .why-choose-us-warpper .choose-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .uh-got-ques .got-ques-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .uh-got-ques .got-ques-wrapper .got-ques-txt {
    margin-top: 30px;
    margin-left: 0;
  }
  .uh-app {
    height: 480px ;
    background-image: url(../img/uh-app-mb-bg.png);
    background-size: cover;
    padding-top: 60px;
  }
  .uh-app .uh-app-wrapper {
    padding: 0;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=./uniarch.css.map */


/* panda 系列产品新设计页面  2024 -09-19 */

.uh-pd-wrap {
  max-width: 1600px;
  margin: 0 auto;
}
.uh-pd-wrap p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.uh-pd-wrap .bule-bg {
  background-color: #dceff4;
}



.uh-pd-wrap .uh-pd-banner {
  height: 500px;
 background-repeat: no-repeat;
  background-size: cover;
}
.uh-pd-wrap .uh-pd-banner .uh-pd-banner-cont {
  padding-top: 168px;
  max-width: 1100px;
  margin: 0 auto;
  color: white;
  font-size: 28px;
}
.uh-pd-wrap .uh-pd-banner .uh-pd-banner-cont h4 {
  margin: 20px 0;
  font-weight: normal;
  font-size: 30px;
}

/*banner 换图*/
.uh-pd-wrap .uh-pd-banner.uh-pd-s3-banner {
  background-image: url("../img/uh-pd-banner01.jpg") ;
  }
  .uh-pd-wrap .uh-pd-banner.uh-pd-s-banner {
    background-image: url("../img/Uniarch banner_Panda-S.png ") ;
    }
    .uh-pd-wrap .uh-pd-banner.uh-pd-b-banner {
      background-image: url("../img/Uniarch banner_Panda-B.png ") ;
      }
  
  /*banner 换图*/


.uh-pd-wrap .uh-pd-cont {
  padding-top: 100px ;
  padding-bottom: 100px;
}
.uh-pd-wrap .uh-pd-cont h2 {
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Coverage-cont {
  max-width: 1000px;
  margin: 0 auto;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Coverage-cont .uh-pd-Coverage-icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Coverage-cont .uh-pd-Coverage-icon-list .icon-list-box {
  text-align: center;
  width: 25%;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Protection-cont {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Protection-cont img {
  width: 100%;
  margin-bottom: 60px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont {
  text-align: center;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-title span {
  font-size: 40px;
  line-height: 1.6;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-title img {
  margin-right: 15px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont p {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-mode-cont {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 30px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-mode-cont .mode-cont-box {
  width: 45%;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-mode-cont .mode-cont-box img {
  width: 100%;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-mode-cont .mode-cont-box h6 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-logo-cont {
  margin-bottom: 30px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-logo-cont h4 {
  font-size: 20px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-on-list {
  max-width: 1100px;
  margin: 0 auto;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-on-list img {
  width: 100%;
  margin-bottom: 20px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-on-list .Unimind-on-txt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-Unimind-cont .Unimind-on-list .Unimind-on-txt span {
  width: 31%;
  font-size: 16px;
  line-height: 1.4;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-four-cont {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-four-cont .four-cont-box {
  width: 43%;
  position: relative;
  height: 630px;
  margin-bottom: 30px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-four-cont .four-cont-box .img-box {
  z-index: 1;
  position: absolute;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-four-cont .four-cont-box .img-box img {
  width: 100%;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-four-cont .four-cont-box .txt {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  bottom: 50px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-four-cont .four-cont-box .txt h4 {
  font-size: 20px;
}
.uh-pd-wrap .uh-pd-cont .uh-pd-four-cont .four-cont-box .txt p {
  font-size: 16px;
  line-height: 1.4;
}
.uh-pd-wrap .uh-pd-mid-banner {
  background: url("../img/uh-pd-banner02.png") no-repeat;
}
.uh-pd-wrap .uh-pd-mid-banner-02 {
  background: url("../img/uh-pd-banner03.png") no-repeat;
}
.uh-pd-wrap .uh-pd-mid-banner,
.uh-pd-wrap .uh-pd-mid-banner-02 {
  max-width: 1600px;
  margin: 0 auto;
  height: 550px;
  background-size: cover;
}
.uh-pd-wrap .uh-pd-mid-banner .mid-banner-cont,
.uh-pd-wrap .uh-pd-mid-banner-02 .mid-banner-cont {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}
.uh-pd-wrap .uh-pd-mid-banner .mid-banner-cont h4,
.uh-pd-wrap .uh-pd-mid-banner-02 .mid-banner-cont h4 {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.uh-pd-wrap .uh-pd-mid-banner .mid-banner-cont p,
.uh-pd-wrap .uh-pd-mid-banner-02 .mid-banner-cont p {
  max-width: 500px;
}
.uh-pd-wrap .uh-pd-mid-banner-02 .mid-banner-cont {
  padding-top: 180px;
}

/* panda 产品页面新增产品标题切换 24-09-29  joe */

.uh-pd-wrap .uh-pd-prolink{
padding:10px 20px;

}
.uh-pd-wrap .uh-pd-prolink a{
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    margin-right:10px;
    border-right: 1px solid #333 ;
    padding-right: 10px;
position: relative;
}
.uh-pd-wrap .uh-pd-prolink a:hover{
  color: #50b0c5;
}

.uh-pd-wrap .uh-pd-prolink a:last-child{
  border-right: none ;
  padding-right:0;
  margin-right:0px;
}

/* panda 系列产品新设计页面  end */


/*wifi 产品下拉菜单新增 2025-05-29 joe */
.wifi-product-catg-wrap{
  overflow: scroll;
  height: inherit;
  padding: 20PX;
}
.wifi-product-catg-wrap h4{
  font-size: 16px;
    margin-bottom: 10px;
}
.wifi-product-catg-wrap .wifi-product-catg-list{
  display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 18px;
   margin-bottom: 26px;
}
.wifi-product-catg-wrap .wifi-product-catg-list a{
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #efefef;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}
.wifi-product-catg-wrap .wifi-product-catg-list a img{
  height: 90px;
  margin-bottom: 5px;
}
.wifi-product-catg-wrap .wifi-product-catg-list a h4{
  color: #333;
    margin-bottom: initial;
}
.wifi-product-catg-wrap .wifi-product-catg-list a .new-iocn{
  background-image: url("../img/new-icon-wifi.png");
  background-repeat: no-repeat;
  background-size: cover;
height: 25px;
width: 53px;
position: absolute;
    top: -10px;
    right: -10px;
}
.wifi-product-catg-wrap .wifi-product-catg-list a .always-icon.g4{

}
.wifi-product-catg-wrap .wifi-product-catg-list a .wise-icon{

}


/* 产品详情页新增子产品选项卡 2025-06-09 joe   */
.uh-product-detail-title .products-title-warp h4 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 48px;
  color: #333;
}
.uh-product-detail-title .products-title-warp h6{
  font-size: 20px;
  text-transform: none;
  margin-bottom: 10px;
  padding-left: 15px;

}
.products-title-warp .sub-products-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding-left: 15px;
}

.products-title-warp .sub-products-title li{ 

  font-size: 16px;
  border: 1px solid #999;
  border-radius: 5px;
  line-height: 1.4;
  /* padding: 0 30px; */
  width: 30%;
  text-align: center;
  cursor: pointer;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;


}
.products-title-warp .sub-products-title li.current{ 
  border: 1px solid #52B3C8;
 font-weight: bold;
 
}
.products-title-warp .sub-products-tab-wrap{
  display: none;
  padding-left: 15px;
}
.products-title-warp .sub-products-tab-wrap p{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  color:#333;
}
.products-title-warp .sub-products-tab-wrap a{
  height: 42px;
  line-height: 42px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(to right, #81DABD, #52B3C8);
  padding: 0 20px;
  border-radius: 20px;
  color: white;
  margin-top: 20px;
  /* padding-left: -15px; */
  margin-left: -15px;
}


/* uniarch 使用主站的contact us 2025-06-11 joe*/

.wr {
  position: relative;
  width: 100%;
}
.cf7 {
  background-color: #f7f7f7;
}
.contact-unv .view {
  padding: 1.5rem 13.5% 2.25rem;
}
.unv-tit {
  font-size: 40px;
}
.lh1 {
  line-height: 1;
}
.text-center {
  text-align: center;
}
.contact-b .unv-subtit {
  text-align: center;
}
.contact-b .list .item {
  display: none;
}
.unv-subtit {
  font-size: 16px;
  margin-top: .75rem;
  line-height: 1.5;
  /* padding: 0 3.85rem !important; */
  /* text-align: left !important; */
}
.choose-region-wrap {
  width: 710px;
  margin: 0 auto;
  padding-top: 20px;
}
#chooseRegion {
  width: 710px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  padding-left: 20px;
  background-image: url(../img/Slice_2.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contact-b .list {
  margin-top: 1.5rem;
}
.contact-b .list .li {
  width: calc((100% - 1.5rem) / 2);
  float: left;
  margin-right: 0.5rem;
  margin-bottom: .5rem;
}
.contact-b .list .li .txt {
  padding: 1.375rem 1.175rem;
  background-color: #fff;
}
.tit-24 {
  line-height: 1.4;
  font-size: 24px;
}
.contact-b .list .li .txt .tit-24 {
  line-height: 1;
  margin-bottom: .75rem;
}
.tit-16 {
  line-height: 1.4;
  font-size: 16px;
}
.contact-b .list .li .txt .tit-16 {
  display: flex;
  align-items: center;
  justify-self: start;
  margin-top: .4rem;
  line-height: 1.5;
}
.contact-b .list .li .txt .tit-16 .icon {
  margin-right: .5rem;
}

.contact-b .list .li .txt .tit-16 .icon img {
  max-width: none;
}
.col-999 {
  color: #999;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.contact-inquiry-wrap {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  gap: 30px;

}
.contact-inquiry-wrap .contact-inquiry-wrap-box {
  text-align: center;
}
.contact-inquiry-wrap .contact-inquiry-wrap-box h2 {
  font-size: 40px;
  line-height: 1.2;
}
.contact-inquiry-wrap .contact-inquiry-wrap-box p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.contact-inquiry-wrap .contact-inquiry-wrap-box .two-list-btu {
  display: flex;
  justify-content: space-around;
}
.contact-inquiry-wrap .contact-inquiry-wrap-box a {
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  width: 196px;
  text-align: center;
  color: #4DB0EA;
  border: 1px solid #4DB0EA;
  background-color: white;
  border-radius: 30px;
  display: inline-block;
}
.contact-inquiry-wrap .contact-inquiry-wrap-box .two-list-btu {
  display: flex;
  justify-content: space-around;
}


 /* 2025-10-21 */
 .uh-main-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
}
.uh-main-container h1{
  font-size: clamp(1.875rem, 1.553vw + 1.511rem, 3.375rem);
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}
.uh-starproduct-wrap{
  display: flex;
  flex-wrap: wrap;
  --gap: 30px;
  gap: 30px;
  margin-bottom: 60px;
}
.uh-starproduct-wrap a{
  width: calc(50% - var(--gap) / 2);
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: white;
 
}
.uh-starproduct-wrap a .img-bg{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.uh-starproduct-wrap a:hover .img-bg img{
  transform: scale(1.1);
}
.uh-starproduct-wrap a .img-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
object-position: center; 
transition: transform 0.3s ease; 
}
.uh-starproduct-wrap a h4{
  font-size: 2rem;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  font-weight: bold;
}
.uh-starproduct-wrap a h6{
  text-transform: none;
  font-size: 1rem;
  border: 2px solid #52B3C8;
  padding: 10px;
  border-radius: 30px;
  color: #52B3C8;
  margin-bottom: 15px;
}
.uh-starproduct-wrap a h6:hover{
  border: 2px solid #52B3C8;
  background-color: #52B3C8;
  color: white;
}
.uh-starproduct-wrap a p{
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.uh-starproduct-wrap a:nth-child(n+3){
  width: calc(33.33% - var(--gap)*2/3);
  order: 2;
}

.uh-sm-solution-wrap{
  display: flex;
  gap: 30px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  --gap:30px;
  margin-bottom: 60px;
}
.uh-sm-solution-wrap a{
  width: calc(33.33% - var(--gap)*2/3);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}
.uh-sm-solution-wrap a img{
  margin-bottom:0.5rem;
}
.uh-sm-solution-wrap a h4{
  font-size: 1.333rem;
  margin-bottom: 1rem;
  color: #333;
}
.uh-sm-solution-wrap a p{
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.4rem;
  color: #333;
}
.uh-sm-solution-wrap a span{
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.uh-helpsupport-wrap{
  display: flex;
  flex-direction: row;
  gap: 30px;
  --gap: 30px;
  margin-bottom: 30px;
}
.uh-helpsupport-wrap .s-l-box , .uh-helpsupport-wrap .a-t-s-box{
  width: calc(50% - var(--gap)/2);
  min-height: 335px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: white;
}
.uh-helpsupport-wrap img {

position: absolute;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.uh-helpsupport-wrap h4{
  font-size: 2rem;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  font-weight: bold;
}
.uh-helpsupport-wrap p{
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.uh-helpsupport-wrap a{
border: 2px solid #52B3C8;
padding: 10px;
border-radius: 30px;
color: #52B3C8;
line-height: 1.1;
margin-bottom: 15px;
}
.uh-helpsupport-wrap a:hover{

background-color: #52B3C8;
color: white;
}

.uh-helpsupport-wrap .a-t-s-box .btu-box{
display: flex;
  justify-content: space-evenly;
  width: 100%;

}
.uh-rel-Pro-wrap{
  padding: 40px 0;
/* display: inline-flex; */
}
.uh-rel-Pro-wrap h1{

}
.uh-rel-Pro-wrap .uh-pro-list-wrap{
  display: flex;
gap: 30px;
flex-wrap: wrap;
}
.uh-rel-Pro-wrap .uh-pro-list-wrap a{
  width: calc(25% - 30px * 3 / 4);
display: flex;
flex-direction: column;
align-items: center;
background-color: white;
transition: all 0.5s;
/* color: #333; */
padding: 10px 0 20px 0;
}
.uh-rel-Pro-wrap .uh-pro-list-wrap a:hover{
  box-shadow: 0 1px 12px 4px rgb(0 0 0 / 10%);
}

.uh-rel-Pro-wrap .uh-pro-list-wrap a .pro-box-bg{
  max-height: 180px;
  max-width: 320px;
width: 100%;
margin-bottom: 20px;
}
.uh-rel-Pro-wrap .uh-pro-list-wrap a .pro-box-bg img{
  width: 100%;
height: 100%;
}
.uh-rel-Pro-wrap .uh-pro-list-wrap a h4{
  font-size: 1.222rem;
line-height: 1.2;
color: #222;
margin-bottom: 5px;
}
.uh-rel-Pro-wrap .uh-pro-list-wrap a p{
  font-size: 1rem;
line-height: 1.2;
color: #666;
padding: 0 20px;
text-align: center;
}
.cf7{
  background-color: #f7f7f7;
}
.uh-cl-banner-container{
position: relative;
width: 100%;
height: 500px;
margin: 0 auto;
margin-top: 5rem;

}
.uh-cl-banner-container img{
position: absolute;
/* max-width: 1660px; */
object-fit: cover;
object-position: 50% 50%;
z-index: -1;
/* left: 50%; */
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.uh-cl-banner-container .banner-txt{
height: 500px;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 30px;
color: white;
}
.uh-cl-banner-container .banner-txt h4{
  font-size: clamp(1.875rem, 1.165vw + 1.602rem, 3.000rem);
line-height: 1.2;
margin-bottom: 15px;
font-weight: bold;
}
.uh-cl-banner-container .banner-txt p{
  font-size: clamp(1.250rem, 0.777vw + 1.068rem, 2.000rem);
line-height: 1.4;
}

/*dims对接后的产品详情页 2025-12-04 joe*/
.uh-main-container .uh-pro-title h1{
  font-size: 24px;
  line-height: 2.4;
  padding-right: 20px;
  text-align: right;
  margin-bottom: 10px;
}
.uh-main-container  .uh-pro-fter-wrap{
  display: flex;
  gap: 30px;
}
.uh-main-container  .uh-pro-fter-wrap .pro-fter-pic-box{
  width: calc(40% - 30px / 2);
display: flex;
align-items: center;
justify-content: center;
  
}
.uh-main-container  .uh-pro-fter-wrap .pro-fter-pic-box img{
  width: 100%;
}
.uh-main-container  .uh-pro-fter-wrap .pro-fter-txt-box{
  width: calc(60% - 30px / 2);
}
.uh-main-container  .uh-pro-fter-wrap .pro-fter-txt-box h2{
  font-size: 46px;
font-weight: bold; 
}
.uh-main-container  .uh-pro-fter-wrap .kiconlist{
  display: flex;
flex-wrap: wrap;
gap: 5px;
}
.uh-main-container  .uh-pro-fter-wrap .kiconlist img{
  max-width: 60px;
}

.uh-main-container   .pro-spc-wrap  h2,.uh-main-container .uh-pro-download-wrap h2{
font-size: 46px;
text-align: center;
line-height: 2.4;
padding: 20px;
font-weight: bold;

}
.uh-main-container .uh-pro-download-wrap{
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 100px;

}

.uh-main-container .uh-pro-download-wrap a {
background-color: #52b3c9;
font-size: 18px;
text-align: center;
color: white;
padding: 10px 50px;
border-radius: 10px;
}
.uh-main-container .uh-pro-download-wrap a  i{
margin-left: 10px;
}
/*end*/

/*DIMS 对接后，文档下载栏目 joe 2025-12-08*/

.uh-dims-download-wr{
  max-width: 1200px;
margin: 0 auto;
}
.pro-cate-wrap {
/* margin-bottom: 30px; */
background-color: white;
padding: 10px 16px;
}
.pro-cate-wrap h4 {
font-size: 16px;
margin-bottom: 16px;
}
.pro-cate-wrap ul {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-start;
}
.pro-cate-wrap ul li {
font-size: 12px;
margin: 0 5px;
margin-bottom: 10px;
}
.pro-cate-wrap ul li a {
color: #333;
display: block;
border: 1px solid #999;
padding: 0 10px;
border-radius: 30px;
}
.pro-cate-wrap ul .current a {
color: #0560f5;
display: block;
border: 1px solid #0560f5;
padding: 0 10px;
border-radius: 30px;
}
.pro-cate-wrap ul .current a {
color: #0560f5;
display: block;
border: 1px solid #0560f5;
padding: 0 10px;
border-radius: 30px;
}
#dims-download-wrap .left {
width: 100%;
/* min-height: 23.55rem; */
float: left;
background: #ffffff;
padding: 20px 0.625rem;
display: flex;
align-items: center;
flex-direction: row;
justify-content: flex-start;
height: initial;
min-height: auto;
}
#dims-download-wrap .left .seach {
width: 38%;
height: 48px;
background: #f5f5f5;
border: 1px solid #e7e7e7;
border-radius: 5px;
margin-top: 0px;
overflow: hidden;
position: relative;
margin-bottom: 0;
margin-right: 20px;
}
#dims-download-wrap .left .seach input {
width: 80%;
height: 100%;
line-height: 1.2rem;
background-color: transparent;
padding: 0 0.45rem;
font-size: 16px;
}
#dims-download-wrap .left .seach .subimt {
position: absolute;
right: 0;
top: 0;
width: 20%;
height: 100%;
cursor: pointer;
}
.tran-middle {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.left .clear-title {
display: flex;
justify-content: space-between;
align-items: center;
}
#dims-download-wrap .left .clear-title {
margin-right: 20px;
}
.left #clear-button {
font-size: 14px;
color: #0560f5;
cursor: pointer;
}
.lh1 {
line-height: 1;
}
#dims-download-wrap .left .li {
margin-top: 0;
}
#dims-download-wrap .left .li .sub-a {
/* display: none; */
/* padding-bottom: 1rem; */
/* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
display: flex;
flex-direction: row;
justify-content: flex-start;
padding-bottom: 0;
border-bottom: none;
}
.conts .left .li .sub-a .lis {
display: block;
margin-top: 0.2rem;
display: flex;
align-items: center;
justify-content: flex-start;
}
#dims-download-wrap .left .li .sub-a .lis {
margin-top: 0;
margin-right: 20px;
}
.conts .left .li .sub-a .lis.on {
color: #0560f5;
}
.conts .left .li .sub-a .lis.on .box {
background-color: #0560f5;
}
.conts .left .li .sub-a .lis .box {
width: 16px;
height: 16px;
border: 1px solid rgba(0, 0, 0, 0.1);
margin-right: 0.5rem;
cursor: pointer;
position: relative;
}
#dims-download-wrap .left .li .sub-a .lis .box {
margin-right: 5px;
}
.tran-middle {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#dims-download-wrap .right {
overflow: auto;
width: 100%;
height: auto;
padding-bottom: 60px;
}
.Product-Resources-wrap .Product-Resources-title {
border-bottom: 2px solid #ccc;
font-size: 16px;
font-weight: bold;
line-height: 1.4;
padding: 5px 0;
}
.Product-Resources-wrap .Product-Resources-list {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}
.Product-Resources-wrap ul li span {
width: 15%;
text-align: center;
}
.Product-Resources-wrap ul li span:nth-child(1) {
width: 25%;
text-align: left;
}
.Product-Resources-wrap .Product-Resources-box {
font-size: 14px;
line-height: 1.4;
padding: 12px 5px;
border-bottom: 1px solid #ccc;
}
.Product-Resources-list .pro-list img {
width: 20px;
margin-right: 6px;
}
.Product-Resources-wrap .Product-Resources-box span a {
width: 25px;
display: block;
margin: 0 auto;
}
.Product-Resources-wrap .Product-Resources-box img {
width: 20px;
}
.f-cb:after {
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow: hidden;
content: ".";
}

/* 产品栏目和服务支持下的栏目 点击后出现进度条   杨荻欢 2024-09-27 */

/* Add some styles to make the progress bar look better */
.progress-container {
  position: fixed;
  bottom: 30px; /* Move up from the bottom */
  left: 50%; /* Move left to center */
  transform: translateX(-50%); /* Adjust for horizontal centering */
  width: 400px; /* Increased width */
  background-color: #e8e8e9;
  padding: 10px; /* Adjust padding as needed */
  border-radius: 8px;
  display: none; /* Initially hidden */
  z-index: 2000;
  text-align: center; /* Center the elements inside the container */
}

.file-name {
  margin-bottom: 10px; /* Space between file name and progress bar */
  font-size: 14px;
  color: #333;
}

.progress-bar {
  width: 100%; /* Adjust width to fit the container */
  height: 20px; /* Ensure consistent height */
  background-color: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px; /* Space between progress bar and button */
}

.progress-bar span {
  display: block;
  height: 100%; /* Ensure it fills the height of the bar */
  background-color: #4caf50;
  text-align: center;
  line-height: 20px; /* Align text vertically */
  color: white; /* Change text color for better contrast */
  font-size: 12px; /* Adjust font size as needed */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: clip; /* Clip any overflow instead of using ellipsis */
  box-sizing: border-box; /* Include padding and border in element's total width and height */
  padding: 0 5px; /* Add some padding to ensure text is not too close to the edges */
}

.cancel-button {
  background-color: #f44336; /* Red button */
  color: white;
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}
.nav-btn{
  display: none !important;
}
/*end*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}
.uh-main-container .uh-pro-title{
  margin-top: 5rem;
}

/*banner 2025-12-18 joe*/
.uh-banner{
  margin-top: 5rem;
}
.uh-banner .bg.pc{
  display: block;
}
.uh-banner .bg.mb{
  display: none;
}
.uh-banner .txt p{
  font-size: clamp(20px, 0.65vw + 17.5px, 30px);
}
.uh-banner .txt h4{
  font-size: clamp(30px, 1.294vw + 25.146px, 50px);
}
/*banner 2025-12-18 end joe*/
.uh-main-container .uh-ft-list{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.uh-main-container .uh-ft-list img{
  width: 100%;
}

/*end*/

#darasheet{
  margin-top: 5rem;
}



  /* 限制字号范围 */
  @media (min-width: 1441px) {
    html { font-size: 18px; }
  }
  @media (max-width: 1440px) {
    html { font-size: 16px; }
  }
  


  /*超大屏幕*/
  @media (min-width: 1440px) {
    .uh-main-container{
    max-width: 1366px;
  }
    }
  /*移动屏幕*/
  @media (max-width: 768px) {
    .uh-main-container{
    max-width: 100%;
    padding: 0 15px;
  }

  .uh-rel-Pro-wrap .uh-pro-list-wrap a{
    width: 100%;
}
.uh-starproduct-wrap a {
width: 100%;

}
.uh-starproduct-wrap a:nth-child(n+3) {
width: 100%;

}
.uh-sm-solution-wrap {

  flex-wrap: wrap;

}
.uh-sm-solution-wrap a {
  width: 100%;
}
.uh-helpsupport-wrap {
 
  flex-wrap: wrap;
}
.uh-helpsupport-wrap .s-l-box, .uh-helpsupport-wrap .a-t-s-box{
  width: 100%;
}
/*dims对接后的产品详情页 2025-12-04 joe*/
.uh-main-container  .uh-pro-fter-wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}
.uh-main-container  .uh-pro-fter-wrap .pro-fter-pic-box {
  width: 100%;

}
.uh-main-container  .uh-pro-fter-wrap .pro-fter-txt-box {
  width: 100%;
}
.uh-main-container  .uh-pro-fter-wrap .pro-fter-txt-box h2 {
  font-size: 30px;

}
.uh-main-container   .pro-spc-wrap  h2, .uh-main-container .uh-pro-download-wrap h2 {
  font-size: 30px;
 
}
/*手机端菜单样式  2025-12-17 joe*/
 /* 汉堡菜单按钮 */
 .nav-btn{
  display: block !important;
}
 .nav-btn {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1001;
}
.nav-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333;
  margin: 6px auto;
  transition: all 0.3s ease;
}

.nav-btn.nav-btncur span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-btn.nav-btncur span:nth-child(2) {
  opacity: 0;
}

.nav-btn.nav-btncur span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
 /* 移动端导航菜单 */
 .m-nav {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  z-index: 999;
}

.m-nav ul {
  list-style: none;
}

.m-nav li {
  border-bottom: 1px solid #f0f0f0;
}

.m-nav li:last-child {
  border-bottom: none;
}

/* 一级菜单标题 */
.m-nav li .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.m-nav li .tit:hover {
  background-color: #f9f9f9;
}

/* 有子菜单的一级菜单 */
.m-nav li.has-child .tit::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.m-nav li.has-child.on .tit::after {
  transform: rotate(180deg);
}

/* 直接链接的一级菜单 */
.m-nav li .tit[href]::after {
  display: none;
}

/* 二级菜单容器 */
.m-nav li .navson {
  display: none;
  background-color: #f9f9f9;
}

/* 二级菜单项 */
.m-nav li .sub-item {
  border-bottom: 1px solid #eee;
}

.m-nav li .sub-item:last-child {
  border-bottom: none;
}

/* 二级菜单标题（有三级菜单时） */
.m-nav li .sub_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 12px 40px;
  font-size: 15px;
  color: #555;
  cursor: pointer;
}

.m-nav li .sub_tit::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.m-nav li .sub-item.on .sub_tit::after {
  transform: rotate(180deg);
}

/* 三级菜单容器 */
.m-nav li .sub_navson {
  display: none;
  background-color: #f0f0f0;
}

/* 二级/三级菜单链接 */
.m-nav li .sub-link {
  display: block;
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: background-color 0.2s;
}

.m-nav li .sub_navson .sub-link {
  padding-left: 60px;
}

.m-nav li .sub-link:hover {
  background-color: #e8e8e8;
}

.left-nav{
  display: none;
}
header .logo img{
  width: 80%;
}
.header-right{
  display: flex;
    align-items: center;
    gap: 20px;
}
.f-nav{
  float: initial;
    width: 100%;
    margin-bottom: 30px;
}
.f-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-top .right{
    float: initial;
      width: 100%;
}
.footer-top .follow-box {
  padding-left: initial;
}
.footer-top .follow-box .lists {
  margin-top: 1.3333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: flex-start;
  gap: 10px;
}
/*banner - 2025-12-18joe*/

.uh-banner{
  margin-top: 80px;
}
.uh-banner .bg.pc{
  display: none;
}
.uh-banner .bg.mb{
  display: block;
}
.uh-banner .banner-container .swiper-slide .txt {
  position: absolute;
  /* top: 7rem; */
  width: 90%;
  /* text-align: left; */
  /* left: 7rem; */
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.uh-banner .banner-prev {
  left: 1.2rem;
}
.uh-banner .banner-next {
  right: 1.2rem;
 
}

.choose-region-wrap {
    width: 100%;
}
#chooseRegion {
    width: 100%;
}
.contact-b .list .li {
    width: 100%;
}
.contact-inquiry-wrap {  
    flex-direction: column;
}

/*手机端菜单样式  2025-12-17 joe end*/

/*end*/
    }