.eyecommone1 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.airh2 {
  font-size: 2rem;
  color: #b38e5e;
  text-align: center;

}

.eyetext {
  color: #2c3e50;
}

/* 比例框 */
.container1 {
  position: relative;
  width: 70%;
  /* 可以根据需要设置容器的宽度 */
  padding-top: 60%;
  /* 设置 padding-top 为容器宽度的百分比，实现固定比例 */
  margin: 0 auto;
  /* 居中 */
}

/* 内容 */
.eyebg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-image: url(../src/img/eyecream/eyes1_01.jpg);


  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

.eyebg1 .airh2 {
  position: absolute;
  bottom: 5%;
  right: 2%;
}

.eyetext1 {
  width: 60%;
  margin-left: 15%;
}

.eyetext2 {
  margin-top: 30px;
  width: 60%;
  margin-left: 8%;
}

.eyetext3 {
  width: 60%;
  margin-top: 20%;
  margin-left: 5%;
}

/* 比例框 */
.container2 {
  position: relative;
  width: 100%;
  /* 可以根据需要设置容器的宽度 */
  padding-top: 60%;
  /* 设置 padding-top 为容器宽度的百分比，实现固定比例 */
  margin: 0 auto;
  /* 居中 */
}

.eyebg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-image: url(../src/img/eyecream/bg2.jpg);


  background-repeat: no-repeat;
  background-size: 95%;
  background-position: top;
}

.eyebg2 .airh2 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  text-align: right;
}



/* 比例框 */
.container3 {
  position: relative;
  width: 100%;
  /* 可以根据需要设置容器的宽度 */
  padding-top: 101%;
  /* 设置 padding-top 为容器宽度的百分比，实现固定比例 */
  margin: 0 auto;
  /* 居中 */
}

.eyebg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-image: url(../src/img/eyecream/bg3.jpg);


  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

.eyebg3 .airh2 {
  margin-bottom: 5%;
  color: #fff;
  text-align: left;
}

.box4 {
  width: 100%;
  padding-top: 100px;
}

.box4 .eyetext {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 50px;
}

.box4 a {
  display: block;
  margin: 0 auto;
  width: 35%;
  left: 30%;
  text-align: center;
  padding: 5px;
  color: #fff;
  top: 3540px;
  background-color: #945901;
  border-radius: 5px;
}

.box4 a:hover {

  opacity: 0.8;
}

/* 比例框 */
.container5 {
  position: relative;
  width: 100%;
  /* 可以根据需要设置容器的宽度 */
  padding-top: 40%;
  /* 设置 padding-top 为容器宽度的百分比，实现固定比例 */
  margin: 0 auto;
  /* 居中 */
}

.eyebg5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 90%;
  max-width: 980px;
  max-height: 400px;
  margin: 0 auto;
  margin-top: 15px;

  background-image: url(../src/img/eyecream/eyes3.jpg);


  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

/* 淡入动效 */
.scrollanime {
  opacity: 0;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@media screen and (max-width:800px) {
  .airh2 {
    font-size: 4vw;
  }
}

@media screen and (max-width:500px) {
  .airh2 {
    font-size: 5vw;
  }

  .eyetext {
    font-size: 14px;
  }

  /* 比例框 */
  .container1 {
    position: relative;
    width: 100%;
    /* 可以根据需要设置容器的宽度 */
    padding-top: 90%;
    /* 设置 padding-top 为容器宽度的百分比，实现固定比例 */
    margin: 0 auto;
    /* 居中 */
  }

  .eyetext1 {
    width: 85%;
    margin-left: 7%;
    font-size: 14px;
  }

  .eyetext2 {
    margin-top: 30px;
    width: 85%;
    margin-left: 8%;
  }
}