/*******************
Basic Styles
********************/
/**
Reset Styles
*/
@font-face {
  font-family: "ali";
  src: url("../fonts/T8b7BqynzR4L.woff2") format("woff2"),
  url("../fonts/T8b7BqynzR4L.woff") format("woff");
  font-display: swap;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
  
}

body {
  color: rgb(0, 0, 0, 0.85);
  overflow-x: hidden;
  background-color: #F4F4F4;
  line-height: 1.5;
  margin: 0; 
  font-family: "阿里巴巴普惠体 2.0 35 Thin","PingFang SC",miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
p{
  margin-bottom: 0;
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.ttf?t=1694585052772') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
	Header Classes
*/
.hiwill-header{
  height: 60px;
}
.hiwill-header .hiwill-header-logo{
  margin-left: 10%;
}
.hiwill-header .hiwill-header-logo>img{
  height: 34px;
}
.hiwill-header .hiwill-header-logo.hiwill-header-logo-black{
  display: none;
}
.hiwill-header .navbar-collapse{
  margin-right: 10%;
}
.hiwill-navbar{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.hiwill-navbar .nav-item{
  padding: 0 10px;
}
.hiwill-navbar .nav-item:hover{
  font-weight: 600;
}
.hiwill-navbar .nav-item.active{
  font-weight: 600;
}
.hiwill-navbar .nav-item .nav-link{
  color: #fff;
  position: relative;
}
.hiwill-navbar .nav-item .nav-link.active::after{
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  left: 8px;
  right: 8px;
  bottom: -2px;
  background: linear-gradient( 45deg, #0FCCEC, #09EDE6);
  transition: 0.2s all linear;
}
.hiwill-navbar-toggler{
  background: #000;
}
.hiwill-navbar-toggler .hiwill-navbar-toggler-blue{
  display: none;
}

.hiwill-navbar-light{
  background: #fff;
}
.hiwill-navbar-light .hiwill-navbar .nav-item .nav-link{
  color: #000;
}
.hiwill-navbar-light .hiwill-header-logo-black{
  display: block !important;
}
.hiwill-navbar-light .hiwill-header-logo.hiwill-header-logo-white{
  display: none;
}
.hiwill-navbar-light .hiwill-navbar-toggler .hiwill-navbar-toggler-blue{
  display: block !important;
}
.hiwill-navbar-light .hiwill-navbar-toggler .hiwill-navbar-toggler-white{
  display: none;
}

#nav-product{
  position: relative;
}
#nav-product:hover .nav-product-dropdown{
  display: block;
}
#nav-product .nav-product-dropdown{
  display: none;
  position: absolute;
  left: -10px;
  width: max-content;
  top: 40px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}
#nav-product .nav-product-dropdown .dropdown-item{
  color: #fff;
  padding: 0;
  text-align: center;
}
#nav-product .nav-product-dropdown .dropdown-item:hover{
  background: transparent;
  color: #09EDE6;
  color: 600;
}
.nav-item-small{
  display: none;
}
/**
	Aside
*/

.hiwill-aside{
  position: fixed;
  z-index: 99;
  right: 0px;
  bottom: 100px;
  width: 50px;
  height: 154px;
}
.hiwill-aside .hiwill-aside-content{
  position: relative;
}
.hiwill-aside .hiwill-aside-content .hiwill-aside-content-icon{
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(45deg, #2A778B, #409F98);
  cursor: pointer;
}
.hiwill-aside .hiwill-aside-content .hiwill-aside-content-icon:hover{
  color: #09EDE6;
}
.hiwill-aside .hiwill-aside-content .hiwill-aside-content-icon+.hiwill-aside-content-icon{
  margin-top: 2px;
}
.hiwill-aside .hiwill-aside-content .hiwill-aside-content-icon>span{
  font-size: 26px;
}

.hiwill-aside .hiwill-aside-content .hiwill-aside-content-left{
  position: absolute;
  top: 0;
  right: 50px;
  height: 154px;
}
.hiwill-aside .hiwill-aside-content .hiwill-aside-content-left .hiwill-aside-content-info{
  height: 100%;
  width: 0;
  margin-right: 2px;
  background: linear-gradient(45deg, rgba(42,119,139,0.6), rgba(64,159,152,0.6));
  color: #fff;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
}
.hiwill-aside-content-info.active{
  width: 250px !important;
}
.hiwill-aside-content-info.hiwill-info-tel{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hiwill-aside-content-info.hiwill-info-tel>div{
  width: 100%;
  margin-left: 20px;
}
.hiwill-aside-content-info.hiwill-info-tel>div>p{
  white-space: nowrap;
  text-overflow: clip;
}
.hiwill-aside-content-info.hiwill-info-tel>div>p>a{
  color: #fff;
}
.hiwill-aside-content-info.hiwill-info-qrcode{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.hiwill-aside-content-info.hiwill-info-qrcode img{
  width: 100px;
}




/**
	Banner Classes
*/
.hiwill-banner-area{
  position: relative;
  
}
.hiwill-banner-area .text-bold{
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 22px;
}
.hiwill-banner-area .text-s1{
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 10px;
  font-family: ali;
}
.hiwill-banner-area .text-s2{
  font-size: 18px;
  letter-spacing: 8px;
  font-weight: 400;
  opacity: 0.84;
  font-family: ali;
}
.hiwill-banner-area .text-icon{
  font-size: 40px;
  font-weight: 500;
}

.hiwill-banner-area .hiwill-banner-list{
  height: 100vh;
}
.hiwill-banner-area .hiwill-banner-list .hiwill-banner-1{
  background-image: url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/banner/banner1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  height: 100%;
}
.hiwill-banner-area .hiwill-banner-list .hiwill-banner-2{
  background-image: url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/banner/banner2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  height: 100%;
}
.hiwill-banner-area .hiwill-banner-list .hiwill-banner-3{
  background-image: url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/banner/banner3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  height: 100%;
}
.hiwill-banner-container{
  height: 100%;
}
.hiwill-banner-card{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiwill-banner-content{
  color: #fff;
}
.hiwill-banner-content p{
  margin: 16px 0;
}
.hiwill-banner-content .hiwill-banner-text{
  margin: 0 auto;
  border: 1px solid;
  border-image: linear-gradient( 165deg, #058397, #00fff7 ) 2;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 440px;
}

.hiwill-banner-content .hiwill-banner-icon{
  margin: 44px auto 0;
  background: linear-gradient( 45deg, #0FCCEC, #09EDE6);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
}


.hiwill-banner-list .hiwill-banner .hiwill-banner-content > * {
  opacity: 0; 
}
.hiwill-banner-list .hiwill-banner.active .hiwill-banner-content > h1 {
  opacity: 0; 
  -webkit-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -o-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both; 
}

.hiwill-banner-list .hiwill-banner.active .hiwill-banner-content > p {
  opacity: 0; 
  -webkit-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -o-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  animation: fadeInRight 1.2s ease-in-out 0.1s 1 both; 
}
.hiwill-banner-list .hiwill-banner.active .hiwill-banner-content > .hiwill-banner-text {
  opacity: 0; 
  -webkit-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -moz-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -ms-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -o-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  animation: fadeInUp 1.2s ease-in-out 1.3s 1 both; 
}
.hiwill-banner-list .hiwill-banner.active .hiwill-banner-content > .hiwill-banner-icon {
  opacity: 0; 
  -webkit-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -moz-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -ms-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -o-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  animation: fadeInUp 1.2s ease-in-out 1.3s 1 both; 
}

.hiwill-banner-appcontainer{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.hiwill-banner-app-large{
  width: 100%;
  min-height: 73vh;
  display: flex;
  color: #fff;
}
.hiwill-banner-app-large .hiwill-banner-app-large-left{
  width: 60%;
  padding-right: 4%;
  padding-top: 20px;
}
.hiwill-banner-app-large .hiwill-banner-app-large-right{
  width: 30%;
}
.hiwill-banner-appcontainer .title-container{
  text-align: right;
  margin-bottom: 60px;
}
.hiwill-banner-appcontainer .title-container .title{
  margin-bottom: 16px;
  opacity: 0;
  -webkit-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -o-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both; 
}
.hiwill-banner-appcontainer .title-container .subtitle{
  opacity: 0;
  -webkit-animation: fadeInLeft 1.2s ease-in-out 0.4s 1 both;
  -moz-animation: fadeInLeft 1.2s ease-in-out 0.4s 1 both;
  -ms-animation: fadeInLeft 1.2s ease-in-out 0.4s 1 both;
  -o-animation: fadeInLeft 1.2s ease-in-out 0.4s 1 both;
  animation: fadeInLeft 1.2s ease-in-out 0.4s 1 both; 
}
.hiwill-banner-appcontainer .app-container{
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -moz-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -ms-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -o-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  animation: fadeInUp 1.2s ease-in-out 1.3s 1 both; 
}
.hiwill-banner-appcontainer .app-container .app-item{
  text-align: center;
  margin-left: 60px;
  margin-bottom: 40px;
  font-family: ali;
}
.hiwill-banner-appcontainer .app-container .app-item>img{
  width: 160px;
  margin-bottom: 10px;
}

.hiwill-banner-appcontainer .phone-container{
  width: 100%;
  height: 100%;
  background-image: url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/banner/banner_phone.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  -webkit-animation: fadeInRight 1.2s ease-in-out 0.3s 1 both;
  -moz-animation: fadeInRight 1.2s ease-in-out 0.3s 1 both;
  -ms-animation: fadeInRight 1.2s ease-in-out 0.3s 1 both;
  -o-animation: fadeInRight 1.2s ease-in-out 0.3s 1 both;
  animation: fadeInRight 1.2s ease-in-out 0.3s 1 both; 
}

.hiwill-banner-app-small{
  width: 100%;
  color: #fff;
  display: none;
}
.hiwill-banner-app-small .hiwill-banner-app-small-top{
  text-align: right;
  display: flex;
  justify-content: center;
}
.hiwill-banner-app-small .hiwill-banner-app-small-top>div{
  width: max-content;
}
.hiwill-banner-app-small .hiwill-banner-app-small-bottom{
  display: flex;
}
.hiwill-banner-app-small .hiwill-banner-app-small-bottom .hiwill-banner-app-small-bottomLeft{
  width: 50%;
  padding-bottom: 20px;
}
.hiwill-banner-app-small .hiwill-banner-app-small-bottom .hiwill-banner-app-small-bottomRight{
  width: 50%;
}
.hiwill-banner-app-small  .app-container{
  margin-left: calc(100% - 130px);
} 

.hiwill-banner-area .hiwill-banner-control{
  background: transparent;
  position: absolute;
  top: calc(50% - 25px);
  border: 0;
  height: 50px;
  width: 50px;
}
.hiwill-banner-area .hiwill-banner-control.carousel-control-prev{
  left: 0;
  opacity: 0; 
  transition: all 0.4s ease-in-out 0s
}
.hiwill-banner-area .hiwill-banner-control.carousel-control-next{
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s 
}
.hiwill-banner-area:hover .hiwill-banner-control.carousel-control-prev{
  opacity: 0.8;
  left: 50px; 
}
.hiwill-banner-area:hover .hiwill-banner-control.carousel-control-next{
  opacity: 0.8;
  right: 50px; 
}

.hiwill-banner-area .hiwill-banner-bottom{
  position: absolute;
  bottom: 20px;
  left: calc(50% - 10px);
  animation: toback 1.6s ease-out 1s infinite alternate;
}
.hiwill-banner-area .hiwill-banner-bottom .hiwill-banner-bottom-icon{
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: relative;
  transform-origin: center;
  transform: rotate(-135deg);
  /*  */
}
.hiwill-banner-area .hiwill-banner-bottom .hiwill-banner-bottom-icon::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(to right,#fff,rgba(255,255,255,0));
  transform-origin: top left;
  transform: rotate(45deg);
}

@keyframes toback{
  from{
    transform: translateY(0px);
  }
  to{
    transform: translateY(-30px);
  }
}

@-webkit-keyframes fadeInLeft{
  from{
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)
  }
  to{
    opacity:1;
    -webkit-transform:none;
    transform:none
  }
}
@keyframes fadeInLeft{
  from{
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)
  }
  to{
    opacity:1;
    -webkit-transform:none;
    transform:none
  }
}

@-webkit-keyframes fadeInRight{
  from{
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0)
  }
  to{
    opacity:1;
    -webkit-transform:none;
    transform:none
  }
}
@keyframes fadeInRight{
  from{
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0)
  }to{
    opacity:1;
    -webkit-transform:none;
    transform:none
  }
}
@-webkit-keyframes fadeInUp{
  from{
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0)
  }
  to{
    opacity:1;
    -webkit-transform:none;
    transform:none
  }
}
@keyframes fadeInUp{
  from{
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0)
  }
  to{
    opacity:1;
    -webkit-transform:none;
    transform:none
  }
}




.hiwill-section{
  display: flex;
  flex-direction: column;
}
.hiwill-section .hiwill-section-header{
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hiwill-section .hiwill-section-header h2{
  text-align: center;
  font-weight: 600;
  font-size: 32px;
}
.hiwill-section .hiwill-section-header h3{
  text-align: center;
  font-size: 16px;
  width: 200px;
  margin: 6px auto 0;
  background-image: linear-gradient(to right,#0089a1, #09EDE6);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.hiwill-section .hiwill-section-content{
  flex: 1;
  display: flex;
  align-items: center;
}

/* 
Product
 */
.hiwill-product{
  min-height: 100vh;
}
.hiwill-product .hiwill-section-header{
  background-color: #fff;
}
.hiwill-product .hiwill-product-layout{
  display: flex;
  align-items: center;
  padding: 50px 6%;
}

.hiwill-product-content{
  width: 100%;
  display: flex;
  align-items: stretch;
}
.hiwill-product-media-container{
  width: 60%;
}
.hiwill-product-media-container .hiwill-product-media-box{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

/* 
Product carousel
 */
.hiwill-product-content .hiwill-product-content-left .hiwill-product-img-carousel{
  width: 100%;
  height: 100%;
}
.hiwill-product-img-carousel .carousel-indicators{
  bottom: -50px;
}
.hiwill-product-img-carousel .carousel-indicators .carousel-indicators-product{
  opacity: 1;
  height: 10px;
  width: 10px;
  border-radius: 4px;
  background-color: #E1DDD9;
  border-top: 0;
  border-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
}
.hiwill-product-img-carousel .carousel-indicators .carousel-indicators-product.active{
  width: 40px;
  background: linear-gradient(45deg, #11BFED, #05FBE3);
}
.hiwill-product-imgsmall-carousel{
  width: 100%;
  height: 100%;
}

.hiwill-product-img-list .carousel-item{
  transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;
}
.product-item-imgContainer .item-container{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.product-item-imgContainer .item-container .item-box{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
}



/* ProductItem */
.product-item-imgContainer{
  position: relative;
  width: 100%;
}
.product-item-imgContainer .hiwill-product-img{
  width: 100%;
}
.product-item-imgContainer .hiwill-product-video-mask{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  display: none;
}
.product-item-imgContainer .hiwill-product-player-name{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  height: 40px;
  line-height: 40px;
  z-index: 11;
  font-size: 24px;
}
.product-item-imgContainer .hiwill-product-player-container{
  width: 100%;
  height: 100%;
  display: none;
}
.product-item-imgContainer .hiwill-product-player-container .product-video{
  width: 100%;
  height: 100%;
}
.product-item-imgContainer.hiwill-product-video .hiwill-product-video-mask{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item-imgContainer.hiwill-product-video .hiwill-product-video-mask .product-video-btn-icon{
  width: 80px;
  height: 80px;
  cursor: pointer;
  user-select: none;
}
.product-item-imgContainer.hiwill-player .hiwill-product-img{
  display: none;
}
.product-item-imgContainer.hiwill-player .hiwill-product-video-mask{
  display: none;
}
.product-item-imgContainer.hiwill-player .hiwill-product-player-container{
  display: block;
}



/* Product Large Right */
.hiwill-product-list{
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
.hiwill-product-list .hiwill-product-list-item{
  width: 33.33%;
  height: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.hiwill-product-list .hiwill-product-list-item .product-description-box{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  cursor: pointer;
}
.box-line::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 1px;
  background-color: rgba(51, 51, 51, 0.1);
}
.product-description{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0px;
  overflow: hidden;
  user-select: none;
}
.product-description>span{
  position: absolute;
  transform: translate(-50%,-50%);
  background-color: rgba(11, 224, 232,0.2);
  border-radius: 50%;
  animation: fadeButton 0.5s;
}
@keyframes fadeButton{
  0%{
      width: 0px;
      height: 0px;
      opacity: 1;
  }
  100%{
      width: 400px;
      height: 400px;
      opacity: 0;
  }
}
.product-description .product-description-name{
  opacity: .8;
  font-family: HYQiHei-FES;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 11;
  transition: all 0.2s linear;
}

.product-description-box.active .product-description-name,.product-description:hover .product-description-name{
  font-weight: 600;
  bottom: 30px;
  text-align: center;
} 
.product-description .product-description-bg{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.2s linear;
}
.product-description-box.active .product-description-bg,.product-description:hover .product-description-bg{
  left: -10px;
  top: -10px;
  width: 120%;
  height: 120%;
}
.product-description .product-description-icon{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.2s linear;
}
.product-description .product-description-icon>span{
  color: #848484;
}

.product-description-box.active .product-description-icon, .product-description:hover .product-description-icon{
  transform: scale(2);
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
} 

.product-description-box.active .product-description-icon>span,.product-description:hover .product-description-icon>span{
  color: #0BE0E8;
}
.product-description-link{
  display: none;
  position: absolute;
  bottom: 6px;
  right: 10px;
  width: 100px;
  height: 30px;
  background: url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/arrowBlue.png') no-repeat center right/auto 100%;
}
.product-description:hover .product-description-link{
  display: block;
}

/* .product-description .product-description-icon-right{
  width: 12px;
  height: 12px;
  border-top: 2px solid #0BE0E8;
  border-right: 2px solid #0BE0E8;
  position: relative;
  transform-origin: center;
  transform: rotate(45deg);
}
.product-description .product-description-icon-right::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -1px;
  width: 2px;
  height: 20px;
  background: linear-gradient(to right,#0BE0E8,rgba(11,224,232,0));
  transform-origin: top left;
  transform: rotate(45deg);
} */


/* Product Small */
.hiwill-product-imgsmall-carousel .carousel-item{
  transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;
}
.hiwill-product-small-content{
  width: 100%;
  /* display: flex; */
  flex-direction: column;
  padding-bottom: 40px;
  display: none;
}
.hiwill-product-small-content-item{
  position: relative;
}
.hiwill-product-small-content-item.active {
  padding-bottom: 120px;
}
.hiwill-product-small-content-item .item-header{
  display: flex;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
}
.hiwill-product-small-content-item .item-header-icon{
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  margin-left: calc(50% - 160px);
}
.hiwill-product-small-content-item .item-header-icon>span{
  color: #848484;
}
.hiwill-product-small-content-item.active .item-header-icon>span{
  color: #09EDE6;
}
.hiwill-product-small-content-item .item-header-label{
  font-size: 28px;
  font-weight: 500;
}

.hiwill-product-small-content-item .item-bottom{
  padding: 30px 0 40px;
  text-align: center;
  display: none;
}
.hiwill-product-small-content-item.active .item-bottom{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hiwill-product-small-content-item .item-bottom-btn{
  display: inline-block;
  padding: 10px 50px 10px 20px;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  background: url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/arrow.png')no-repeat center right 10px/30px ,linear-gradient(to right,#11BFED, #05FBE3);
}

.hiwill-model-video-container{
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 60px 10px 50px;
  display: none;
}
.hiwill-model-video-container.active{
  display: block;
}
.hiwill-model-video-container .colse-container{
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
}
.hiwill-model-video-container .colse-container .colse-icon {
  width: 100%;
  height: 100%;
  position: relative;
}
.hiwill-model-video-container .colse-container .colse-icon::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 18px;
  bottom: 0;
  width: 4px;
  border-radius: 2px;
  background-color: #fff;
  transform-origin: center center;
  transform: rotate(45deg);
}
.hiwill-model-video-container .colse-container .colse-icon::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 4px;
  border-radius: 2px;
  background-color: #fff;
  transform-origin: center center;
  transform: rotate(-45deg);
}
.hiwill-model-video-container .hiwill-model-video{
  width: 100%;
  height: 100%;
  background-color: #000;
}
.hiwill-model-video-container .hiwill-model-video .product-video{
  width: 100%;
  height: 100%;
}



.hiwill-about-us{
  min-height: 50vh;
  background-image: url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/aboutus.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  color: #fff;
}
.hiwill-about-us .hiwill-about-us-content{
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.hiwill-about-us .hiwill-about-us-content p{
  margin-bottom: 20px;
}


/* 
Certificate
*/
.hiwill-certificate{
  min-height: 50vh;
}
.hiwill-certificate-content{
  display: flex;
  padding: 20px 0 40px;
}
.hiwill-certificate-content .hiwill-certificate-animationBox{
  display: flex;
  animation: left 40s linear infinite;
}
.hiwill-certificate-content:hover .hiwill-certificate-animationBox{
  animation-play-state:paused;
}
.hiwill-certificate-content .hiwill-certificate-animationBox .hiwill-certificate-animationBox-item{
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}
.hiwill-certificate-content .hiwill-certificate-animationBox .hiwill-certificate-animationBox-item>img{
  height: 230px;
}
.hiwill-certificate-content .hiwill-certificate-animationBox .hiwill-certificate-animationBox-item>.name{
  height: 230px;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.hiwill-certificate-content .hiwill-certificate-animationBox .hiwill-certificate-animationBox-item:hover>.name{
  bottom: 0;
}
@keyframes left{
  from{
   transform: translate(0);
  }
  to{
    transform: translate(-100%);
  }
}



/* Download */
.hiwill-download{
  background-color: #fff;
}
.hiwill-download .hiwill-download-indicators{
  opacity: 1;
  height: 6px;
  background-color: #E1DDD9;
  background-clip: padding-box;
}
.hiwill-download .hiwill-download-indicators.active{
  background: linear-gradient(45deg, #11BFED, #05FBE3);
  background-clip: padding-box;
}
.hiwill-download .hiwill-download-banner-item1{
  background-image: url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/download/institution_l1.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center; 
  height: 600px;
  width: 100%;
  background-color: #fff;
}
.hiwill-download .hiwill-download-banner-item2{
  background-image: url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/download/labsonline_l.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center; 
  height: 600px;
  width: 100%;
  background-color: #fff;
}


/* Footer */
.hiwill-footer{
  background: linear-gradient(45deg, #11BFED, #05FBE3);
  min-height: calc(40vh - 28px);
}
.hiwill-footer.hiwill-section h3{
  color: #000;
}
.hiwill-footer .hiwill-footer-content{
  width: 992px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hiwill-footer .hiwill-footer-content .hiwill-footer-content-item{
  margin-bottom: 30px;
}

.hiwill-footer .hiwill-footer-content  .hiwill-footer-content-qrcode{
  width: 122px;
  height: 122px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
}

.hiwill-footer .hiwill-footer-content  .hiwill-footer-content-qrcode>img{
  width: 100px;
}
.hiwill-footer .hiwill-footer-content .hiwill-footer-content-item .hiwill-footer-content-icon{
  text-align: center;
  color: #fff;
}
.hiwill-footer .hiwill-footer-content .hiwill-footer-content-item .hiwill-footer-content-description{
  margin-top: 10px;
}
.hiwill-footer .hiwill-footer-content .hiwill-footer-content-item .hiwill-footer-content-description a{
  color: #000 !important;
  text-decoration: none;
}

.hiwill-company{
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: center;
}













/* Product Detail */
.hiwill-product-detail-container{
  padding: 50px 20px;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  font-family: HYQiHei-FES;
}

.hiwill-product-detail-container .hiwill-product-detail-title{
  text-align: center;
  font-weight: 500;
  font-size: 36px;
}
.hiwill-divider{
  width: 80%;
  height: 40px;
  margin: 20px auto;
  position: relative;
  transform-origin: center center;
}
.hiwill-divider::before{
  content: '';
  display: inline-block;
  width: calc(50% - 70px);
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 19px;
  left: -0;
}
.hiwill-divider::after{
  content: '';
  display: inline-block;
  width: calc(50% - 70px);
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 19px;
  right: 0;
}
.hiwill-divider-item{
  display: inline-block;
  border: 2px solid #ccc;
  width: 18px;
  height: 18px;
}
.hiwill-divider-item.leftTop{
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}
.hiwill-divider-item.rightTop{
  position: absolute;
  top: 0;
  right: calc(50% - 20px);
}
.hiwill-divider-item.leftBottom{
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
}
.hiwill-divider-item.rightBottom{
  position: absolute;
  bottom: 0;
  right: calc(50% - 20px);
  transform-origin: center center;
  transform: rotate(45deg) scale(0.8);
}

.hiwill-product-detail-content .subtitle{
  text-align: center;
  font-weight: 500;
  padding: 30px 0 30px 40px;
  text-align: left;
  position: relative;
}
.hiwill-product-detail-content .subtitle h3{
  font-size: 24px;
  font-weight: 500;
}
.hiwill-product-detail-content .subtitle::before{
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/project_icon.png') no-repeat center/auto 100%;
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
}
.hiwill-product-detail-content .description{
  font-size: 16px;
  margin-bottom: 70px;
}
.hiwill-product-detail-content .description .description-name{
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 28px;
}
.hiwill-product-detail-content .description .description-value{
  opacity: 0.8;
  line-height: 26px;
}






@media (min-width: 1921px){
  /* Banner */
  .hiwill-banner-appcontainer .app-container .app-item>img{
    width: 180px;
  }



  /* Section */
   .hiwill-section .hiwill-section-header{
    height: 160px;
  }
  .hiwill-section h2{
    font-size: 36px;
  }
  .hiwill-section h3{
    font-size: 22px;
  }



  /* Product */
  .hiwill-product .hiwill-product-layout{
    padding: 50px 10%;
  }
  /* Product Large Right */
  .product-description .product-description-bg{
    left: 20px;
    top: 20px;
    transform: scale(1.6);
  }
  .product-description .product-description-icon{
    left: 20px;
    top: 20px;
    transform: scale(1.6);
  }
  .product-description-box.active .product-description-icon, .product-description:hover .product-description-icon{
    transform: scale(2.2);
    top: 30px;
  }



  
  /* About Us */
  .hiwill-about-us .hiwill-about-us-content p{
    font-size: 18px;
    line-height: 32px;
  }



  /* Certificate */
  .hiwill-certificate-content .hiwill-certificate-animationBox .hiwill-certificate-animationBox-item>img{
    height: 280px;
  }
  .hiwill-certificate-content .hiwill-certificate-animationBox .hiwill-certificate-animationBox-item>.name{
    height: 280px;
    font-size: 16px;
  }


  
  /* Download */
   .hiwill-download{
    min-height: 60vh;
    padding-top: calc(60vh - 800px);
  }
  .hiwill-download .hiwill-download-banner-item1{
    height: 800px;
  }
  .hiwill-download .hiwill-download-banner-item2{
    height: 800px;
  }



  /* Footer */
  .hiwill-footer .hiwill-footer-content{
    font-size: 18px;
  }
  .hiwill-footer .hiwill-footer-content  .hiwill-footer-content-qrcode{
    width: 162px;
    height: 162px;
  }
  .hiwill-footer .hiwill-footer-content  .hiwill-footer-content-qrcode>img{
    width: 140px;
  }


  .hiwill-product-detail-container{
    max-width: 1240px;
  }
}

@media screen and (max-width: 1600px){
  /* Navbar */
  .hiwill-header .hiwill-header-logo{
    margin-left: 20px;
  }
  .hiwill-header .navbar-collapse{
    margin-right: 0;
  }



   /* Product */
   .hiwill-product .hiwill-product-layout{
    padding: 50px 10px;
  }

  /* Product Large Right */
  .hiwill-product-list .hiwill-product-list-item{
    padding: 10px;
  }
  .box-line::after{
    right: -10px;
  }
  .product-description .product-description-bg{
    left: 6px;
    top: 6px;
    transform: scale(0.8);
  }
  .product-description .product-description-icon{
    left: 6px;
    top: 6px;
    transform: scale(0.8);
  }
  .product-description-box.active .product-description-icon, .product-description:hover .product-description-icon{
    transform: scale(1.2);
    top: 10px;
  }
  .product-description-box .product-description-name{
    font-size: 14px;
  }
}

@media (max-width: 1200px){
  /* Banner */
  .hiwill-banner-area .text-bold{
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 20px;
  }
  .hiwill-banner-app-large .hiwill-banner-app-large-left{
    width: 65%;
    padding-right: 20px;
  }
  .hiwill-banner-app-large .hiwill-banner-app-large-right{
    width: 35%;
  }
  .hiwill-banner-appcontainer .app-container .app-item>img{
    width: 120px;
  }


  /* Product */
  .hiwill-product-content{
    display: none;
  }
  .hiwill-product-small-content{
    display: flex;
  }

  /* Product Detail*/
  .hiwill-divider{
    transform: scale(0.9);
  }
}

@media screen and (max-width: 992px){
  /* Navbar */
  .hiwill-header .hiwill-header-logo{
    margin-left: 20px;
  }
  .hiwill-header .navbar-collapse{
    margin-right: 0;
  }
  .hiwill-navbar{
    width: 200px;
    background-color: rgba(0, 0, 0,0.5);
    float: right;
    text-align: center;
  }
  .hiwill-navbar .nav-item{
    width: max-content;
    margin: 0 auto;
  }
  .hiwill-navbar-light .hiwill-navbar{
    background-color: rgba(255, 255, 255,0.9);
  }
  #nav-product:hover .nav-product-dropdown{
    display: none;
  }
  .nav-item{
    font-weight: 600;
  }
  .nav-item-small{
    display: block;
    font-weight: 400;
    font-size: 14px;
  }
  .nav-item-small .nav-link{
    padding: 0.3rem 1rem;
  }
  



  /* Banner */
  .hiwill-banner-app-large{
    display: none;
  }
  .hiwill-banner-app-small{
    display: block;
  }



  /* Section */
  .hiwill-section .hiwill-section-header{
    height: 100px;
  }
  .hiwill-section .hiwill-section-header h2{
    font-size: 24px;
  }


  /*Product */
  .hiwill-product-small-content-item .item-header-label{
    font-size: 22px;
  }



  /* Certificate */
  .hiwill-certificate{
    min-height: auto;
  }
  .hiwill-certificate-content .hiwill-certificate-animationBox .hiwill-certificate-animationBox-item>img{
    height: 200px;
  }
  .hiwill-certificate-content .hiwill-certificate-animationBox .hiwill-certificate-animationBox-item>.name{
    height: 200px;
    font-size: 16px;
  }



  /* Download */
  .hiwill-download{
    min-height: auto;
    padding-top: 0;
  }
  .hiwill-download .hiwill-download-banner-item1{
    height: 500px;
  }
  .hiwill-download .hiwill-download-banner-item2{
    height: 500px;
  }



  /* Footer */
  .hiwill-footer .hiwill-footer-content .hiwill-footer-content-item{
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px){
  /* Product Detail */
  .hiwill-product-detail-container .hiwill-product-detail-title{
    font-size: 32px;
  }
  .hiwill-product-detail-content .subtitle h3{
    font-size: 20px;
    font-weight: 500;
  }
  .hiwill-product-detail-content .subtitle::before{
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: 0;
  }




  /* Banner */
  .hiwill-banner-area .text-bold{
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 12px;
  }
  .hiwill-banner-appcontainer .phone-container{
    background-size: auto 370px;
  }
  .hiwill-banner-area:hover .hiwill-banner-control.carousel-control-prev{
    left: 0;
    top: 40%;
  }
  .hiwill-banner-area:hover .hiwill-banner-control.carousel-control-prev>span{
    font-size: 30px !important;
  }
  .hiwill-banner-area:hover .hiwill-banner-control.carousel-control-next{
    right: 0;
    top: 40%;
  }
  .hiwill-banner-area:hover .hiwill-banner-control.carousel-control-next>span{
    font-size: 30px !important;
  } 



   /*Product */
  .hiwill-product-small-content-item .item-header-label{
    font-size: 20px;
  }
  .product-item-imgContainer .hiwill-product-player-name{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }



  /* Certificate */
  .hiwill-certificate-content .hiwill-certificate-animationBox .hiwill-certificate-animationBox-item>img{
    height: 160px;
  }
  .hiwill-certificate-content .hiwill-certificate-animationBox .hiwill-certificate-animationBox-item>.name{
    height: 160px;
    font-size: 14px;
  }



  /* Download */
  .hiwill-download .hiwill-download-banner-item1{
    height: 740px;
    width: 100%;
    background: no-repeat url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/download/institution_s1.png') center/auto 700px #fff;
  }
  .hiwill-download .hiwill-download-banner-item2{
    height: 740px;
    width: 100%; 
    background: no-repeat url('https://mt-ow.oss-cn-shanghai.aliyuncs.com/images/download/labsonline_s.jpg') center/auto 700px #fff; 
  }
}

@media screen and (max-width: 576px){
    /* Navbar */
  .hiwill-header .hiwill-header-logo>img{
    height: 20px;
  }



  /*Product */
   .hiwill-product-small-content-item .item-header-label{
    font-size: 18px;
  }



  /* Product Detail */
  .hiwill-product-detail-container .hiwill-product-detail-title{
    font-size: 30px;
  }
  .hiwill-product-detail-content .subtitle h3{
    font-size: 18px;
    font-weight: 500;
  }
  /* Product Detail*/
   .hiwill-divider{
    width: 100%;
    transform: scale(0.7);
  }



  /* Banner */
  .hiwill-banner-area .text-bold{
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 6px;
  }
  .hiwill-banner-area .text-s1{
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 6px;
  }
  .hiwill-banner-area .text-s2{
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 400;
    opacity: 0.84;
  }
  .hiwill-banner-content .hiwill-banner-text{
    width: 300px;
  }
  .hiwill-banner-content .hiwill-banner-icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
  } 
  .hiwill-banner-area .text-icon{
    font-size: 30px;
    font-weight: 500;
  }
}
