@media screen and (max-width: 1919px) {
  #cc-web-wrap {
    width: 100%;
    min-width: 1440px;
  }
  .cc-web-header-content {
    width: 64%;
    max-width: 1220;
    height: 40px;
    display: flex;
    justify-content: space-between;
  }

  #cc-web-guide {
    width: 66%;
    margin:0 auto;
    display: flex;
  }

  .guide-left {
    min-width: 500px;
  }
  .guide-left-title {
    font-size: 46px;
  }
  #cc-web-manage {
    width: 80%;
  }

  .cc-web-manage-info {
    /* width: 16%; */
    /* height: 19.8%; */
  }

  .cc-web-manage-info {
    left: 9%;
  }

  .cc-web-manage-image1 {
    left: -13%;
  }

  .cc-web-image-wallet {
    left: 36%;
  }

  .cc-web-image-square {
    left: 36%;
  }

  .cc-web-manage-image3 {
    left: 19%;
  }
}

@media screen and (min-width: 1920px) {
  #cc-web-wrap{
    padding-top:5%;
  }
  #cc-web-guide {
    width: 40%;
    /* margin-left: 26%; */
    display: flex;
    margin:0 auto;
    justify-content: space-between;

  }

  #cc-web-header{
    height: 5%;
  }
  .cc-web-header-content{
    width: 64%;
    height: 100%;
  }
  #cc-web-manage{
    width: 48%;
    margin: 0 auto;
  }
  .cc-web-manage-info {
    left: 9%;
  }

  .cc-web-manage-image1 {
    left: -13%;
    width: 80%;
  }

  .cc-web-image-wallet {
    left: 36%;
  }

  .cc-web-image-square {
    left: 36%;
  }

  .cc-web-manage-image3 {
    left: 19%;
  }
}