@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #333;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul,
li {
  list-style: none;
}
img{
  width: 100%;
}

.flex{
  display: flex;
}

.space-between{
  justify-content: space-between;
}

.items-center{
  align-items: center;
}

header{
  position: fixed;
  left: 0;
  right: 0;
  padding: 0.19rem 0;
  background: #fff;
  color: #333;
  z-index: 10;
}

nav{
  padding: 0 1.8rem;
}

.logo img{
  width: 0.72rem;
}

.logo span{
  font-weight: 900;
  font-size: 0.36rem;
  color: #333;
  margin-left: 0.28rem;
}

.link{
  color: #2A2A4A;
  padding: 0.14rem;
  font-size: 0.16rem;
  border-radius: 0.6rem;
  background: #FFD829;
}

.link:hover{
  color: #fff;
  text-decoration: none;
}

.container{
  width: 16rem;
  margin: 0 auto;
}

h1{
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 0.6rem;
}

.box1{
  padding: 1.1rem 0 0.4rem;
  flex-direction: column;
}

.box1 img{
  width: 100%;
}

.box1 p{
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0.14rem auto 0.56rem;
}

.line{
  border-radius: 0.15rem;
  background: #ECECEC;
  height: 0.04rem;
  margin: 0 auto;
}

.box2{
  padding: 1.45rem 3.3rem 1.17rem 1.24rem;
}

.box2 img{
  width: 3.43rem;
}

.box2 .tip{
  margin-top: 1rem;
}

h2{
  color: #000;
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Nunito Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}

.tip{
  color: rgba(0, 0, 0, 0.60);
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Nunito Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 0.5rem;
}

.box3{
  padding: 0.95rem 0 2.68rem 2.28rem;
  gap: 1.4rem;
}

.box3 img{
  width: 3.75rem;
}

.box3 h2{
  text-align: left;
}

.box3 .tip{
  text-align: left;
}


@media screen and (max-width: 640px) {
}