* {
  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: 2.43rem;
    box-sizing: border-box;
    background-image: url(../image/about.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;
}
.content{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0.4rem;
}
.contentTitle{
    width: 12rem;
    margin: 0 auto;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.37rem;
    color: #2B2B2B;
    line-height: 0.44rem;
    text-align: left;
    font-style: normal;
}
.contentLabel{
    width: 12rem;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 0.4rem;
}
.contentHelp{
    width: 12rem;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 0.6rem;
}
.contentHelpTitle{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.38rem;
    text-align: center;
    margin-bottom: 0.3rem;
}
.contentHelpButtons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}
.contentHelpButton{
    width: 5.3rem;
    height: 0.74rem;
    background: linear-gradient(270deg, #187BFF 0%, #539CFF 47.92%, #187BFF 100%);
    border-radius: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.contentHelpButtonLabel{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-right: 0.08rem;
}
.contentHelpButtonValue{
    font-family: Helvetica, Helvetica;
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
}
.contentLabelSection{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
}
.contentLabelSectionTitle{
    font-family: Helvetica, Helvetica;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.29rem;
    margin-bottom: 0.3rem;
    padding-left: 0.2rem;
}
.contentLabelSectionContent{
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0.2rem;
    padding: 0.24rem 0.3rem;
}
.contentLabelItem{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.24rem;
}
.contentLabelItem:last-child{
    margin-bottom: 0;
}
.contentLabelItemQuestion{
    display: flex;
    align-items: flex-start;
    gap: 0.12rem;
    margin-bottom: 0.16rem;
}
.contentLabelItemQuestionNum{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.16rem;
    color: #0067F0;
    flex-shrink: 0;
    background: #E8F2FF;
    border-radius: 0.05rem;
    padding: 0.04rem 0.08rem;
}
.contentLabelItemQuestionText{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.2rem;
}
.contentLabelItemAnswer{
    padding-left: 0.44rem;
    box-sizing: border-box;
}
.contentLabelItemAnswer div{
    font-family: Helvetica, Helvetica;
    font-weight: 300;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.2rem;
    margin-bottom: 0.08rem;
}
.contentLabelItemAnswer div:last-child{
    margin-bottom: 0;
}


.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;
}