* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.container{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #F0F2F5;
}
.headers{
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.2rem 0.2rem 0.4rem 0.4rem;
}
.headerNav{
    width: 100%;
    height: 5.93rem;
    box-sizing: border-box;
    background-image: url(../image/product.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 0.25rem;
}
.headerNavImg{
    width: 5.14rem;
    height: 1.2rem;
    box-sizing: border-box;
    background-image: url(../image/aboutBanner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-top: 1rem;
}
.nav{
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  box-sizing: border-box;
  font-family: Helvetica, Helvetica;
  color: #FFFFFF;
  font-size: 0.3rem;
  font-weight: bold;
}
.nav img{
  width: 0.6rem;
  height: 0.6rem;
}
.nav span{
  font-size: 0.3rem;
}
.search{
  width: 11rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.searchLeft ul{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 0.4rem;
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 0.14rem;
}
.searchLeft ul li a{
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 0.14rem;
}
.active{
  padding: 0.13rem 0.2rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  background: #FFFFFF;
  
}
.searchLeft ul li .actives{
  color: #0357ED;
  font-weight: bold;
}
.searchRight{
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.searchRightText{
  font-family: Helvetica;
  font-size: 0.14rem;
  color: #FFFFFF;
  cursor: pointer;
}
.searchRightLogin{
  width: 0.82rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #FFFFFF;
  opacity: 0.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.14rem;
}
.product{
    width: 100%;
    background: #DEF4FF;
    border-radius: 0.2rem 0.2rem 0.4rem 0.4rem;
    padding: 0.6rem 0;
    text-align: center;
}
.productTitle{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.6rem;
}
.productSubtitle{
    font-family: Helvetica, Helvetica;
    font-weight: 300;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.24rem;
    margin-top: 0.2rem;
}
.productButton{
    width: 4.8rem;
    height: 0.6rem;
    background: #E8F2FF;
    border-radius: 0.3rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.24rem;
    color: #0067F0;
    cursor: pointer;
}
.productCards{
    width: 12rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.3rem;
}
.productCard{
    width: 4.79rem;
    height: 2.81rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    padding: 0.3rem;
    box-sizing: border-box;
    text-align: left;
}
.productCardTitle{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.24rem;
    margin-bottom: 0.2rem;
    border-left: 0.04rem solid #0067F0;
    padding-left: 0.16rem;
    height: 0.64rem;
    background: linear-gradient(270deg, #FFFFFF 0%, #CFE9FF 100%);
    display: flex;
    align-items: center;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    padding-right: 0.3rem;
}
.productCardText{
    font-family: Helvetica, Helvetica;
    font-weight: 300;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.22rem;
}
.productSecurity{
    width: 12rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.productSecurityTitle{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.48rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.productSecurityItems{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 0.3rem;
}
.productSecurityItems:last-child{
    margin-bottom: 0;
}
.productSecurityItem{
    width: 7.3rem;
    height: 1.2rem;
    background: #0067F0;
    border-radius: 0.24rem;
    border: 0.01rem solid #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
    gap: 0.2rem;
    box-sizing: border-box;
}
.productSecurityItem img{
    width: 0.6rem;
    height: 0.6rem;
    flex-shrink: 0;
}
.productSecurityItem span{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}
.productProcess{
    width: 12rem;
    margin: 0 auto;
    margin-top: 1rem;
}
.productProcessTitle{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.48rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.productProcessSteps{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 0.3rem;
}
.productProcessSteps:last-child{
    margin-bottom: 0;
}
.productProcessStep{
    width: 4.85rem;
    height: 2.81rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    box-sizing: border-box;
}
.productProcessStepLabel{
    width: 1.8rem;
    height: 0.5rem;
   background: #FFBB29;
    border-radius: 0.24rem 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
}
.productProcessStepContent{
    padding: 0.3rem;
    text-align: left;
}
.productProcessStepTitle{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.29rem;
    margin-bottom: 0.16rem;
    text-align: left;
}
.productProcessStepText{
    font-family: Helvetica, Helvetica;
    font-weight: 300;
    font-size: 0.18rem;
    color: #0067F0;
    line-height: 0.24rem;
    text-align: left;
}


.us{
    width: 100%;
    height: 1.79rem;
    box-sizing: border-box;
    background-image: url(../image/13.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0.74rem;
    padding-top: 0.35rem;
}
.usTitle{
    width: 100%;
    text-align: center;
    font-family: BMDoHyeon, BMDoHyeon;
    color: #FFFFFF;
    font-size: 0.36rem;
    font-weight: bold;
}
.usText{
    width: 100%;
    text-align: center;
    margin-top: 0.16rem;
    color: #FFFFFF;
    font-size: 0.2rem;
    font-family: Helvetica;
}

.bottom{
  width:100%;
  box-sizing: border-box;
  background: #FFFFFF;
  /* margin-top: 0.4rem; */
  padding-top: 0.4rem;
}
.bottomBanner{
  width: 12rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.bottomBannerTitle{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 0.2rem;
}
.bottomBannerTitleLeft{
  font-family: DINAlternate, DINAlternate;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  text-align: left;
  font-style: normal;
}
.bottomBannerTitleRight{
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 0.16rem;
}
.bottomBannerTitleRight img{
  width: 0.38rem;
  height: 0.38rem;
  box-sizing: border-box;
}
.bottomBannerMid{
  margin-top: 0.16rem;
}
.bottomBannerMid div{
  font-family: Helvetica;
  font-size: 0.14rem;
  color: #333333;
  margin-bottom: 0.12rem;
}
.bottomBannerContent{
  margin-top: 0.6rem;
}
.bottomBannerContent div{
  font-family: Helvetica;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.17rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.12rem;
}
.bottomCopy{
  width: 100%;
  background-color: #0067F0;
  height: 0.8rem;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.2rem;
}