body {
    margin: 0;
    line-height: normal;
  }
  
  :root {
    /* fonts */
    --font-kaushan-script: "Kaushan Script";
    --font-train-one: "Train One";
  
    /* Colors */
    --color-white: #fff;
  
    /* Paddings */
    --padding-xl: 20px;
    --padding-26xl: 45px;
    --padding-3xl: 22px;
    --padding-33xl: 52px;
    --padding-7xl: 26px;
    --padding-15xl: 34px;
    --padding-10xl: 29px;
  }

  
body {
    background-image: url("../img/背景.png");
}


.div1,
.icon,
.liberty {
  position: relative;
  max-width: 100%;
}
/* .div1 {
  box-shadow: 0 0 30px #fff;
  border: 2px solid var(--color-white);
  box-sizing: border-box;
  width: 1317px;
  height: 776px;
  display: none;
} */
.icon,
.liberty {
  z-index: 1;
}
.liberty {
  display: inline-block;
  text-shadow: 1px 0 0#00b307, 0 1px 0#00b307, -1px 0 0#00b307, 0-1px 0#00b307;
  margin-bottom: 70px;
}
.icon {
  max-height: 100%;
  width: 836px;
  object-fit: cover;
}
.parent {
  flex: 1;
  border: 2px solid var(--color-white);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 68px 21px 70px var(--padding-xl);
  max-width: 100%;
}
.icon1,
.icon2,
.icon3 {
  position: absolute;
  margin: 0 !important;
  height: 100%;
  width: 100%;
  top: 0;
  right: -0.5px;
  bottom: -0.3px;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: contain;
}
.icon2,
.icon3 {
  z-index: 1;
}
.icon3 {
  z-index: 2;
}

.beer,
.check,
.icon4 {
  margin: 0 !important;
  position: absolute;
}

.beer {
  top: -147px;
  right: -160px;
  width: 468px;
  height: 478px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
  z-index: 2;
}

.icon4 {
  top: -194px;
  left: -297.2px;
  width: 656.8px;
  height: 483.3px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
  z-index: 2;
}
.check {
  top: 10.18px;
  left: -114.2px;
  font-size: 100px;
  font-weight: 400;
  font-family: var(--font-kaushan-script);
  transform: rotate(-17.57deg);
  transform-origin: 0 0;
  z-index: 3;
}
.section {
  flex: 1;
  align-items: center;
  padding: 53px var(--padding-33xl) var(--padding-33xl);
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  text-align: left;
  font-size: 64px;
  color: var(--color-white);
  font-family: var(--font-train-one);
}

.div {
    width:100%;
}

.div,
.main,
.section {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main {
  background-color: rgba(0, 0, 0, 0.65);
  width: 1419px;
  align-items: center;
  max-width: 100%;
  position: relative;
}
.div {
  position: relative;
  width: 100%;
  overflow: hidden;
  align-items: flex-end;
  padding: 10% var(--padding-xl) 122px var(--padding-26xl);
  box-sizing: border-box;
  letter-spacing: normal;
}

@media screen and (max-width: 1850px) {
    .div,
    .section {
      box-sizing: border-box;
    }
    .section {
      padding-left: 50px;
      padding-right: 50px;
    }
    .div {
      padding-left: var(--padding-3xl);
      padding-top: 25%;
    }
  
    /* .icon4 {
      top: -200px;
      left: -150px;
      width: 40%;
      height: 40%;
    } */

  }

@media screen and (max-width: 1660px) {
  
  .icon4 {
    top: -30%;
    left: -30%;
    width: 80%;
    height: 80%;
  }

  .beer {
    top: -30%;
    left: 50%;
    width: 80%;
    height: 80%;
  }

}

@media screen and (max-width: 1200px) {


  /* .div {
    padding: 130px var(--padding-xl) 0;
  } */

  .icon4 {
    top: -20%;
    left: -15%;
    width: 50%;
    height: 50%;
  }

  .beer {
    top: -20%;
    left: 65%;
    width: 50%;
    height: 50%;
  }
}
@media screen and (max-width: 1050px) {
  .liberty {
    font-size: 51px;
  }
  .parent {
    padding: 5%;
  }

}

@media screen and (max-width: 800px) {
  .liberty {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .parent {
    padding: 5%;
  }

}

@media screen and (max-width: 560px) {
  
  .section {
    padding: 30px;
  }
  
  .liberty {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .parent {
    padding: 5%;
  }

}


@media screen and (max-width: 450px) {
  .liberty {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .section {
    padding: 20px;
  }

}

@media screen and (max-width: 375px) {
  .liberty {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section {
    padding: 15px;
  }
}