/* v18新版官网的header样式。创建于2026-01-26 */
*{margin:0;padding:0;font-family:sans-serif, 'Microsoft YaHei';box-sizing: border-box;}
a {color:#555; text-decoration:none !important;}
a:hover {text-decoration:none;}
a:focus { outline: none; }

/* 确保页面最小宽度与header一致，视口小于此宽度时出现横向滚动条 */
html, body {
    min-width: 1200px;
}


#header {
    position: fixed;
    top: 10px;
    left: 50% !important;
    transform: translateX(-50%);
    /* 设置height为94px和padding-bottom为30px，是为了鼠标移出header时，DownloadPage不要立刻消失 */
    height: 94px !important;
    width: 1200px !important;
    padding-bottom: 30px;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
}

#header .header-wraper {
    position: relative;
    width: 100%;
    height: 64px !important;
    background-color: #FFFFFF66;
    border: 1px solid #FFFFFFCC;
    border-radius: 80px;
    backdrop-filter: blur(40px);
    box-shadow: 0px 4px 24px 0px #51515114;
    display: flex;
    align-items: center;
}

#header .header-logo {
    margin-left: 24px;
    width: 136px;
    height: 32px;
}

#header .nav-font-style {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #0F1531;
    cursor: pointer;
}

#header .header-nav1 {
    position: absolute;
    left: 360px;
    height: 100%;
    width: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-nav2 {
    position: absolute;
    left: 457px;
    height: 100%;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-nav3 {
    position: absolute;
    left: 575px;
    height: 100%;
    width: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-nav4 {
    position: absolute;
    left: 707px;
    height: 100%;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-active {
    background-color: #ffffffcc !important;
    border-radius: 80px;
    padding: 12px 24px;
    transition: all 0.3s ease;
}

.nav-active-text {
    font-family: Roboto;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    background: linear-gradient(88.04deg, #519AFF 13.39%, #8C7DFF 118.92%);
    background-clip: text;
    -webkit-background-clip: text;
    color: #80a7ff;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

#header .banner-btn-a {
    position: absolute;
    right: 12px;
}

#header .banner-btn-wrap {
    position: relative;
    width: 120px;
    height: 43px;
}

#header .banner-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease;
}

#header .banner-btn-hover {
    opacity: 0;
}

#header .banner-btn-wrap:hover .banner-btn-default {
    opacity: 0;
}

#header .banner-btn-wrap:hover .banner-btn-hover {
    opacity: 1;
}

#loginframe {
  display: none;
  height: 379px;
  overflow: hidden;
  width: 552px;
  position: relative;
}

#loginframe .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

#loginframe .close:hover {
  text-decoration: none;
}

.nologin {
  display: flex;
  position: absolute;
  right: 170px;
}

.nologin a {
  display: flex;
  height: 40px;
  width: 85px;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 12px;
}
.nologin a:hover {
  width: 85px;
  height: 40px;
  background-color: #FFFFFFCC;
  border-radius: 80px;
  transition: all 0.3s ease;
}

/* .nologin a:hover {
  text-decoration: none;
  background: rgba(106, 251, 214, 0.2);
  border-radius: 6px;
} */


.nologin img {
  width: 20px;
  height: 20px;
}

.nologin .top-tool-title {
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #0F1531;
}


.login-nav {
  position: absolute;
  right: -20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

#logined {
  position: absolute;
  display: none;
  right: 186px;
  transform: translateY(3px);
}

#logined .face {
  padding: 4px;
  margin-left: 15px;
}

#logined .face img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

#logined .nick {
  overflow: hidden;
}

#logined .logined-bubble {
  display: block;
  height: 5px;
  left: 0;
  top: 0px;
  position: absolute;
}

#logined .logined-bubble .bubble {
  border-width: 10px;
  margin-left: 53px;
}

.bubble-wrap {
  width: 100%;
  display: block;
  position: relative;
  margin-left: 0;
  top: 0;
  left: 0;
  height: 15px;
}

.bubble {
  width:0; 
  height:0; 
  font-size:0; 
  border-width:15px; 
  border-style:solid;
  border-color: transparent transparent #ffffffb3 transparent;
  _border-color:transparent transparent #ffffffb3 transparent;
  overflow:hidden; 
  position:absolute; 
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

#logined .user_info {
  position: absolute;
  width: 172px;
  min-height: 18px;
  height: auto;
  padding: 5px 10px;
  border-radius: 12px;
  top: 65px;
  right: 0;
  display: none;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 5px 30px rgba(0, 30, 135, 0.1);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
}

#logined .user_info .arow {
  position: absolute;
  top: -8px;
  right: 17px;
  width: 15px;
  height: 8px;
  background: url(/guanjia-source/assets/images/main/arow1.png) no-repeat;
}

#logined .logout {
  float: right;
  color: #2771fa;
}

#iconElm,
#safeElm {
  display: inline-block;
  width: 16px;
  height: 16px;
}

#iconElm,
#safeElm,
#safejb {
  display: block;
  width: 16px;
  height: 17px;
  margin: 8px 10px 0 0;
  float: left;
  background: url(/guanjia-source/vendor/icon2.png) no-repeat;
}

#header .icon_on {
  background: url(/guanjia-source/vendor/logo_v8_16.png) 0 0 no-repeat;
}

#header .icon_off {
  /* background: url(/guanjia-source/vendor/logo_v8_16.png) -16px 0 no-repeat; */
  background: url(/guanjia-source/vendor/logo_v8_16.png) 0 0 no-repeat;
}

#header .safejb {
  background: url(/guanjia-source/vendor/jb.png) 0 1px no-repeat;
  line-height: 18px;
  padding-left: 20px;
  width: 40px;
  color: #373737;
}

#header .safe_lv1 {
  background-position: 0 -28px;
}

#header .safe_lv2 {
  background-position: 0 -57px;
}

#header .safe_lv3 {
  background-position: 0 -86px;
}

#header .safe_lv4 {
  background-position: 0 -115px;
}

#header .safe_lv5 {
  background-position: 0 -144px;
}

#header .safe_lv6 {
  background-position: 0 -173px;
}

#header .safe_lv7 {
  background-position: 0 -199px;
}

#header .safe_lv8 {
  background-position: 0 -225px;
}

#header .safe_lv9 {
  background-position: 0 -252px;
}

#header .safe_lv10 {
  background-position: 0 -279px;
}

#loginframe {
  display: none;
  height: 379px;
  overflow: hidden;
  width: 552px;
  position: relative;
}

#loginframe .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

#loginframe .close:hover {
  text-decoration: none;
}

#download-page {
  position: fixed;
  top: 104px;
  left: 50%;
  /* transform: translateY(-1000px); */
  margin-left: -463px;
  width: 926px;
  height: 453px;
  border-radius: 40px;
  background-color: #FFFFFF66;
  border: 1px solid #FFFFFF99;
  backdrop-filter: blur(40px);
  box-shadow: 0px 4px 24px 0px #51515114;
  opacity: 0;
  display: none;
  justify-content: space-evenly;
  align-items: center;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}

#download-page .download-main {
  width: 320px;
  height: 413px;
  /* background-color: #FFFFFFCC; */
  background-color: #fcfcfc;
  border: 1px solid #FFFFFF99;
  border-radius: 24px;
}

#download-page .download-main .download-img-1 {
  width: 225px;
  height: 165px;
  margin: 26.5px 47.5px 14.5px;
}

#download-page .download-main .download-img-btn-wrap {
  position: relative;
  width: 198px;
  height: 82.19px;
  margin-left: 62px;
}

#download-page .download-main .download-img-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}

.download-main .download-btn-intel {
  width: 100px;
  margin-left: 110px;
  height: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #323233;
}

#download-page .download-main .download-img-btn-hover {
  opacity: 0;
}

#download-page .download-main .download-img-btn-wrap:hover .download-img-btn-default {
  opacity: 0;
}

#download-page .download-main .download-img-btn-wrap:hover .download-img-btn-hover {
  opacity: 1;
}

#download-page .download-main .download-main-desc-1 {
  width: 190px;
  height: 20px;
  margin: 10px 0 0 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#download-page .download-main .download-main-desc-1 .download-main-desc-1-title{
  width: 82px;
  height: 20px;
  line-height: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000CC;
}
#download-page .download-main .download-main-desc-1 .download-main-desc-1-title:hover {
  color: #519AFF;
}
#download-page .download-main .download-main-desc-1 .download-main-desc-1-divider {
  width: 1px;
  height: 20px;
  background-color: #0000001A;
}

#download-page .download-main .download-main-desc-2 {
  margin-left: 153px;
  margin-top: 5px;
  width: 120px;
  height: 17px;
  color: #00000066;
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Medium;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
}


#download-page .download-jump {
  width: 263px;
  height: 413px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#download-page .download-jump-container {
  position: relative;
  width: 263px;
  height: 196px;
  background-color: #FFFFFFCC;
  border: 1px solid #FFFFFF99;
  border-radius: 24px;
}

#download-page .download-jump .download-jump-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  opacity: 1;
}
#download-page .download-jump .download-jump-hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease-in-out;
}