.banner {
    width: 100%;
    height: 542px;
    background: url(../images/nft/banner.png) no-repeat center center;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    position: relative;
  }
  .banner .interactive {
    width: 100%;
    /* padding-top: 50px; */
    position: absolute;
    left: 0;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .interactive div {
    width: 173px;
    height: 54px;
    /* background: #316eb1; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 55px;
  }
  .interactive div a{
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .interactive div:hover {
    cursor: pointer;
  }
  .box1 {
    /* width: 100%; */
    /* padding: 90px 0; */
    background-color: #fff;
  }
  .box1 .main {
    width: 100%;
    /* height: 458px; */
    display: flex;
    padding-top: 120px;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .box1 .main h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translate(-50%,0);
  }
  .box1 .main img{
    display: block;
    width: 100%;
    height: auto;
  }
  .box2 {
    margin-top: 120px;
    background-color: #ffffff;
  }
  .box2 .main {
    width: 100%;
    position: relative;
    display: flex;
    /* padding-top: 60px; */
    align-items: center;
    justify-content: center;
  }
  .box2 .main h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%,0);
  }
  
  .box2 .main img{
    display: block;
    width: 100%;
    height: auto;
  }

  .box3 {
    margin-top: 120px;
    background-color: #ffffff;
  }
  .box3 .main {
    width: 100%;
    position: relative;
    display: flex;
    /* padding-top: 60px; */
    align-items: center;
    justify-content: center;
  }
  .box3 .main h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%,0);
  }
  
  .box3 .main img{
    display: block;
    /* width: 100%; */
    height: auto;
  }

  .box4 {
    margin-top: 120px;
    background-color: #ffffff;
  }
  .box4 .main {
    width: 100%;
    position: relative;
    display: flex;
    /* padding-top: 60px; */
    align-items: center;
    justify-content: center;
  }
  .box4 .main h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%,0);
  }
  
  .box4 .main img{
    display: block;
    /* width: 100%; */
    height: auto;
  }

  .box5 {
    margin-top: 120px;
    margin-bottom: 90px;
    background-color: #ffffff;
  }
  .box5 .main {
    width: 100%;
    position: relative;
    display: flex;
    /* padding-top: 60px; */
    align-items: center;
    justify-content: center;
  }
  .box5 .main h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%,0);
  }
  
  .box5 .main img{
    display: block;
    width: 100%;
    height: auto;
  }