@charset "UTF-8";

@font-face {
  font-family: 'DingTalk';
  src: url('https://mi-you-res.oss-cn-hangzhou.aliyuncs.com/wxsmall/wxsmall/20240312/jRvrXYie4y3ff059c1c61f135f8143b27ad3ab22a1ab.ttf') format('truetype');
}


/* 大于等于1200px的时候的pc端 */
@media screen and (min-width: 1200px) {

  /* 头部样式 */
  .header {
    width: 100%;
    height: 96px;
    background: #010413;
    padding: 0 120px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .nav {
    display: flex;
    align-items: center;
  }

  .header .nav .log {
    width: 151px;
    height: 41px;
    margin-right: 40px;
  }

  .header .nav .cd {
    display: none;
  }

  .header .nav ul {
    display: flex;
    align-items: center;
  }

  .header .nav ul .on {
    font-weight: bold;
    font-size: 20px;
    color: transparent;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    background: linear-gradient(180deg, #00BAE4 0%, #007EF7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline;
  }

  .header .nav ul li a {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    margin-right: 60px;
    white-space: nowrap;
  }

  .header .nav ul li a:hover {
    font-weight: bold;
    font-size: 20px;
    color: transparent;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    background: linear-gradient(180deg, #00BAE4 0%, #007EF7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline;
  }

  .header .refer {
    background: linear-gradient(270deg, #00BAE4 0%, #007EF7 100%);
    border-radius: 72px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-align: center;
    padding: 10px 18px;
    white-space: nowrap;
  }


  /* 底部样式 */

  .footer {
    width: 100%;
    height: 480px;
    background-color: #1A202C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
  }

  .footer .footer-box {
    width: 1200px;
    flex: 1;
    display: flex;
    justify-content: space-between;
  }

  .footer .footer-box .h3 {
    margin: 60px 0 40px 0;
  }

  .footer .footer-box .h3 a {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: left;
    font-style: normal;
  }

  .footer .footer-box li {
    margin-top: 20px;
  }

  .footer .footer-box li a {
    color: #8C8D94;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    font-style: normal;
  }

  .footer .eori {
    width: 100%;
    height: 48px;
    background-color: #1f2838;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer .eori a {
    font: 14px/48px '';
    color: #fff;
    opacity: 0.9;
  }




  /* 一些标题之类的样式 */

  h1 {
    font-weight: bold;
    font-size: 60px;
    color: transparent;
    /* 将文本颜色设置为透明，以便显示背景渐变色 */
    line-height: 79px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(180deg, #00BAE4 0%, #007EF7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 120px;
  }

  h3 {
    font-size: 32px;
    color: transparent;
    /* 将文本颜色设置为透明，以便显示背景渐变色 */
    line-height: 43px;
    text-align: center;
    font-style: normal;
    font-weight: lighter;
    text-transform: uppercase;
    background: linear-gradient(180deg, #00BAE4 0%, #007EF7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin: 10px 0 30px 0;
  }
}

@media screen and (max-width:1199.99999999999999px) {

  /* 头部样式 */
  .header {
    width: 100%;
    height: 88px;
    background: #010413;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
  }

  .header .refer {
    display: none;
  }

  .header .nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .nav .log {
    width: 151px;
    height: 41px;
    margin-right: 40px;
  }

  .header .nav .cd {
    width: 36px;
    height: 38px;
  }


  .header .nav ul {
    border-radius: 0 0 0 3px;
    padding: 10px 0;
    width: 140px;
    background: #010413;
    right: 0;
    z-index: 10;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 72px;
  }

  .header .nav ul .on {
    font-weight: bold;
    font-size: 24px;
    color: transparent;
    line-height: 78px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(180deg, #00BAE4 0%, #007EF7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline;
  }

  .header .nav ul li a {
    font-size: 24px;
    color: #fff;
    line-height: 78px;
    text-align: center;
    font-style: normal;
    white-space: nowrap;
  }

  /* 底部样式 */

  .footer {
    justify-content: center;
    width: 100%;
    height: 48px;
    background-color: #1A202C;
    display: flex;
    align-items: center;
  }

  .footer .eori a {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
  }




  /* 一些标题之类的样式 */

  h1 {
    font-weight: bold;
    font-size: 40px;
    color: transparent;
    /* 将文本颜色设置为透明，以便显示背景渐变色 */
    line-height: 52px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(180deg, #00BAE4 0%, #007EF7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 48px;
  }

  h3 {
    font-size: 24px;
    color: transparent;
    /* 将文本颜色设置为透明，以便显示背景渐变色 */
    line-height: 32px;
    text-align: center;
    font-style: normal;
    font-weight: lighter;
    text-transform: uppercase;
    background: linear-gradient(180deg, #00BAE4 0%, #007EF7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin: 8px 0 20px 0;
  }

}