* {
    margin: 0;
    padding: 0;
  }
  
  /* #cc-web-wrap {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 200px;
  } */
  
  #cc-web-header {
    width: 100%;
    height: 60px;
    padding-top: 20px;
    /* padding: 20px 350px; */
    box-shadow: 0px 6px 12px #ccc;
    position: fixed;
    background-color: #fff;
    z-index: 10;
    top: 0;
  }
  
  .cc-web-header-content {
    /* width: 1220px; */
    /* max-width: 1220px; */
    margin: 0 auto;
    height: 40px;
    display: flex;
    justify-content: space-between;
    /* background-color: yellow; */
    align-items: center;
  }
  
  .cc-web-header-logo {
    display: inline-block;
    width: 108px;
    height: 38px;
  }
  
  .cc-web-contact-us {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0px;
    margin-right: 30px;
    cursor: pointer;
  }
  
  .cc-web-login-btn {
    width: 120px;
    height: 40px;
    border-radius: 30px;
    opacity: 1;
    background: #2639ed;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: 0px;
  }
  
  .cc-web-login-btn:hover {
    opacity: 0.7;
  }
  