* {
    padding: 0;
    margin: 0;
}
html , body {
    max-width: 461px;
    height: 100%;
    margin: 0 auto;
}
.main {
    width: 100%;
    height: auto;
    position: relative;
}
.banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.bg1 {
    width: 100%;
    display: block;
}
.title {
    width: 76%;
    position: absolute;
    top: 12%;
    left: 11%;
    animation: animation1 1.5s forwards;
    opacity: 0;
}
@keyframes animation1 {
  0% {
    opacity: 0;
    scale: 0;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}
.rw {
    width: 0;
    position: absolute;
    top: 37.7%;
    left: -30%;
    opacity: 0;
    animation: animation2 1.5s forwards 1s;
}
@keyframes animation2 {
  0% {
    width: 0;
    left: -30%;
    opacity: 0;
  }

  100% {
    width: 30%;
    left: 8%;
    opacity: 1;
  }
}
.bg2 {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -1px;
}
.djck {
    width: 42%;
    height: 11%;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0 8%;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.djck img {
    width: 22%;
    margin-right: 5px;
}
.djck span {
    font-size: 14px;
    color: #A47645;
}
.jd1 {
    right: 4%;
    bottom: 38%;
}
.jd-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgba(0,0,0,0.5);
}
.jd-box.on {
    display: flex;
}
.jd-box img {
    width: 90%;
    height: auto;
    display: none;
}
.jd2 {
    left: 4%;
    top: 26%;
}
.jd3 {
    right: 4%;
    bottom: 27%;
    width: 53%;
    height: 7%;
    padding: 0 14%;
}
.jd4 {
    left: 4%;
    bottom: 11%;
    width: 93%;
    height: 22%;
    padding: 0 34%;
}
.jd5 {
    left: 4%;
    bottom: 44%;
    width: 93%;
    height: 32%;
    padding: 0 34%;
}
.close {
    color: #A47645;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #A47645;
    border-radius: 5px;
    background: #F9E9DD;
}
.jd6 {
    left: 4%;
    bottom: 23%;
    width: 93%;
    height: 12%;
    justify-content: start;
    align-items: center;
}
.jd6 img {
    width: 8%;
}