@charset "utf-8";
/* CSS Document */
body{
    margin: 0;
    padding: 0;
}
body,h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th, p, a, li, td, div, footer{
    font-family: 'SF Pro Text';
}
.pw1200{
    max-width: 1200px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.pw1000{
    max-width: 1000px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.pw800{
    max-width: 800px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

header{
    width: 100%;
    height: 60px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-middle{
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-middle .user {
    height:100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    cursor: pointer;
  }
  .user .user-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .user .arrow-down{
      display:none;
  }
  .user.user-login:hover .user-dropdown{
      display:block;
  }
  .user .user-dropdown{
      display:none;
      position: absolute;
      width:100%;
      min-width: 150px;
      border: 1px solid #EEEEEE;
      box-shadow: 0px 10px 20px 0px #00000033;
      background: #FAFAFA;
      padding:8px 0;
      top: 55px;
      right: -5px;
  }
  .user .user-dropdown .user-dropdown-item{
      padding:12px;
      cursor: pointer;
  }
  .user .user-dropdown .user-dropdown-item:hover{
      background:#f5f5f5;
  }
.header-logo{font-size: 20px; font-weight: 700; color: #000; text-decoration: none; display: flex; gap: 8px; align-items: center;}
.explore-button-top{
    padding: 7px 16px;
    background: #222222;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.header-nav{height:100%;display: flex; gap: 48px; align-items: center;}
.header-menu{display: flex; align-items: center;}
.header-menu a{padding: 4px 16px; font-size: 14px; line-height: 24px; color: #000; background: #fafafa; border: 1px solid #eee; text-decoration: none;}
.welcome-banner{
    width: 100%;
    padding: 80px 0 72px;
    text-align: center;
    background: linear-gradient( #fff 0%, #fff 27.5%,#44A5FF 74%, #9FD1FF 100%);
}
.welcome-banner-box h1{
    font-size: 48px;
    line-height: 1.1875;
    font-weight: 800;
}
.welcome-banner-box h1 span{
    font-size: inherit;
    background: linear-gradient(180deg, rgba(33, 130, 255, 1), rgba(0, 106, 255, 1),rgba(1, 85, 214, 1));
    -webkit-background-clip:text; 
    color: transparent;
}
.welcome-banner-box p{
    margin-top: 24px;
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    color: #000;
}
.explore-button-banner{
    margin-top: 24px;
    font-weight: 600;
    font-size: 24px;
    padding: 18px 24px;
    background: linear-gradient(152.76deg, #2182FF 24.02%, #006AFF 52.28%, #0155D6 83.01%);
    border-radius: 8px;
    color: #FFFFFF;
}
.welcome-picture{
    margin-top: 48px; border-radius: 30px;
    width: 100%;
    height: auto;
    display: block;
}
.welcome-whoweare{
   width: 100%;
   height: 382px;
   margin-top: 120px;
   background: url(../img/welcome-whowere.png) no-repeat top center;
   overflow: hidden;
}
.welcome-whoweare-box{
    margin-top: 80px;
    text-align: center;
}
.welcome-whoweare-box h2{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1875;
    color: #FFFFFF;
}
.welcome-whoweare-box p{
    margin-top: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
}
.welcome-whychoose{
    margin-top: 120px;
    text-align: center;
}
.welcome-whychoose-box h2{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1875;
    color: #000000;
}
.welcome-whychoose-box>p{
    margin-top: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #555555;
}
.welcome-whychoose-list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
.welcome-whychoose-item{
    margin-top: 30px;
}
.welcome-whychoose-item p{
    margin-top: 13px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
}
footer{
    margin-top: 120px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
}
.footer-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-cont>p{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    font-family: 'Inter';
}
.footer-link a{
    padding: 0 40px;
    border-right: 1px solid #444444;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    font-family: 'Inter';
}
.footer-link a:first-child{
    padding-left: 0;
}
.footer-link a:last-child{
    padding-right: 0;
    border-right: none;
}

@media screen and (max-width: 980px) {
.welcome-banner{
    padding: 50px 0;
}
.welcome-banner-box h1{
    font-size: 36px;
}
.welcome-banner-box p{
    font-size: 28px;
}
.explore-button-banner{
    font-size: 18px;
}
.welcome-whoweare{
    height: auto;
    padding: 50px 0;
    background-size: cover;
    margin-top: 50px;
}

.welcome-whoweare-box{
    margin-top: 0;
}
.welcome-whychoose{
    margin-top: 50px;
}
.welcome-whychoose-box h2,.welcome-whoweare-box h2{
    font-size: 26px;
}
.welcome-whoweare-box p,.welcome-whychoose-box>p{
    font-size: 18px;
}
.welcome-whychoose-list{
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.welcome-whychoose-item p{
    font-size: 16px;
}
footer{
    padding:20px 0;
    margin-top: 50px;
    height: auto;
}
.footer-cont{
    flex-wrap: wrap;
}
.footer-cont>p{
    margin: 0;
}
.footer-link{
    display: flex;
     flex-wrap: wrap;
}
.footer-link a{
    padding: 0 10px;
    margin-top: 5px;
    display: block;
}
}


@media screen and (max-width: 768px) {
    .header-nav{gap: 16px;}
    .welcome-picture{border-radius: 20px;}
}
@media screen and (max-width: 325px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min-device-pixel-ratio:1.5) {
}


