* {
  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;
}
.header{
  width: 100%;
  height: 9.53rem;
  box-sizing: border-box;
  background-image: url(../image/banner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-top: 0.25rem;
}
.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;
}
.headerContent{
  width: 12rem;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 1.61rem;
  display: flex;
  justify-content: flex-end;
}
.headerContentHeader{
  box-sizing: border-box;
  display: flex;
  width: 4.49rem;
  box-sizing: border-box;
  align-items: center;
  gap: 0.1rem;
}
.headerContentHeaderLabel{
  width: 2.2rem;
  height: 0.47rem;
  box-sizing: border-box;
  background-image: url(../image/anzhuo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.headerContentHeaderLabels{
  width: 2.2rem;
  height: 0.47rem;
  box-sizing: border-box;
  background-image: url(../image/ios.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.headerContentBottom{
  width: 100%;
  height: 3.33rem;
  box-sizing: border-box;
  background-image: url(../image/1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0.36rem;
}
.headerBottom{
  width: 10.05rem;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 1.46rem;
}
.headerBottomTitle{
  width: 100%;
  box-sizing: border-box;
  font-family: BMDoHyeon, BMDoHyeon;
  font-weight: bold;
  font-size: 0.49rem;
  color: #333333;
  line-height: 0.64rem;
  text-align: center;
  font-style: normal;
}
.headerBottomText{
  width: 100%;
  font-family: Helvetica;
  font-size: 0.27rem;
  color: #333333;
  line-height: 0.28rem;
  text-align: center;
  margin-top: 0.08rem;
}
.headerLearn{
  width: 3.11rem;
  height: 0.68rem;
  background: linear-gradient( 270deg, #187BFF 0%, #539CFF 47.92%, #187BFF 100%);
  border-radius: 0.2rem;
  backdrop-filter: blur(0.03rem);
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.49rem;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  margin-top: 0.44rem;
}
.headerLearn span{
  font-size: 0.3rem;
}
.headerLearn img{
  width: 0.46rem;
  height: 0.46rem;
}
.advantage{
  width: 13rem;
  box-sizing: border-box;
  margin: 0 auto;
   margin-top: 1.44rem;
}
.advantageTitle{
  width: 3rem;
  height: 0.68rem;
  box-sizing: border-box;
  background-color: #ECF6FF;
  border-radius: 0.28rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  color: #0067F0;
  font-size: 0.29rem;
}
.advantageTitle img{
  width: 0.47rem;
  height: 0.47rem;
}
.advantageTitles{
  width: 100%;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 0.5rem;
  color: #333333;
  line-height: 0.54rem;
  text-align: center;
  font-style: normal;
  margin-top: 0.3rem;
}
.advantageTitles span{
  color: #0067F0;
  font-size: 0.5rem;
}
.advantageText{
  width: 9rem;
  font-family: Helvetica, Helvetica;
  font-weight: 300;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.2rem;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.advantageBox{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  margin-top: 0.6rem;
}
.advantageLabel{
  width: 3rem;
  height: 2.6rem;
  background: #FAFAFA;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem 0.2rem 0.2rem;
  cursor: pointer;
}
.advantageLabelHeader{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantageLabelHeaderLeft{
  width: 0.55rem;
  height: 0.55rem;
}
.advantageLabelHeaderRight{
  width: 0.38rem;
  height: 0.38rem;
}
.advantageLabelTitle{
  margin-top: 0.12rem;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.54rem;
  text-align: left;
  font-style: normal;
}
.advantageLabelText{
  font-family: Helvetica, Helvetica;
  font-weight: 300;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.17rem;
  text-align: left;
  font-style: normal;
}
.advantageLabel:hover{
  background: linear-gradient( 180deg, #0167F0 0%, #5F9FF6 100%);
}
.advantageLabel:hover .advantageLabelText{
  color: #FFFFFF;
}
.advantageLabel:hover .advantageLabelTitle{
  color: #FFFFFF;
}
.reputation{
  width: 100%;
  height: 8.33rem;
  background: #FAFAFA;
  box-sizing: border-box;
  margin-top: 1.07rem;
  padding-top: 0.4rem;
}
.reputationTitle{
   width: 3.4rem;
  height: 0.68rem;
  box-sizing: border-box;
  background-color: #ECF6FF;
  border-radius: 0.38rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  color: #0067F0;
  font-size: 0.29rem;
}
.reputationTitle img{
  width: 0.47rem;
  height: 0.47rem;
}
.reputationTitles{
  width: 100%;
  text-align: center;
  margin-top: 0.3rem;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 0.5rem;
  color: #333333;
  line-height: 0.54rem;
  font-style: normal;
}
.reputationTitles span{
  color: #0369F0;
  font-size: 0.5rem;
}
.reputationText{
  width: 7rem;
  background-color: #F4F4F4;
  height: 0.54rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  font-size:0.18rem;
}
.reputationBox{
  width: 100%;
  height: 4.96rem;
  background-image: url(../image/10.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  padding-top: 0.5rem;
}
.reputationBoxText{
  width: 9rem;
  font-family: Helvetica, Helvetica;
  font-weight: 300;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.2rem;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
}
.reputationBoxTitle{
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.54rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.6rem;
  font-style: normal;
}
.reputationBoxLabel{
  width: 8rem;
  height: 1.93rem;
  background: #FFFFFF;
  border-radius: 0.26rem;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.25rem;
  padding-top: 0.45rem;
  margin-top: 0.3rem;
}
.reputationBoxLabelTop{
  width: 100%;
  font-family: Helvetica, Helvetica;
  font-weight: 300;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.2rem;
  text-align: left;
  font-style: normal;
}
.reputationBoxLabelBottom{
  margin-top: 0.29rem;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  color: #333333;
  font-size: 0.26rem;
  display: flex;
  justify-content: flex-end;
}
.payment{
  width: 100%;
  height: 8.33rem;
  box-sizing: border-box;
  background-image: url(../image/11.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 1rem;
  padding-top: 0.5rem;
}
.paymentTitle{
  width: 3.9rem;
  height: 0.68rem;
  box-sizing: border-box;
  background-color: #ECF6FF;
  border-radius: 0.38rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  color: #0067F0;
  font-size: 0.29rem;
}
.paymentTitle img{
  width: 0.47rem;
  height: 0.47rem;
}
.paymentText{
  width: 7.82rem;
  font-family: Helvetica, Helvetica;
  font-weight: 300;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.2rem;
  text-align: center;
  margin: 0 auto;
  font-style: normal;
  margin-top: 0.3rem;
}
.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;
}