.comBannerTitle767 {
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.fontSize16 {
  font-size: 16px;
  line-height: 1.5;
}
.fontSize14 {
  font-size: 14px;
  line-height: 1.5;
}
.fontSize12 {
  font-size: 12px;
  line-height: 1.5;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.top-ad-pd {
  padding-top: 60px;
}
.cursor-p {
  cursor: pointer;
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
header {
  height: 70px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 5;
  color: #161B42;
}
header .nav-show {
  display: flex;
}
header .nav-hide {
  display: flex;
}
header .header-mask {
  width: 0;
  height: 0;
  display: none;
}
header .header-ad-box {
  height: 0px;
  min-width: 1200px;
  cursor: pointer;
  transition: all 0.3s;
}
header .header-ad-box img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 60px;
}
header .nav-box {
  transition: all 0.3s;
  width: 100%;
  min-width: 1200px;
  position: relative;
}
header nav {
  height: 70px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
}
header .logo-pic {
  width: 140px;
  height: 28px;
  cursor: pointer;
  font-size: 3px;
  flex-shrink: 0;
}
header .logo-pic img {
  width: 100%;
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-nav .xiala {
  margin-left: 5px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
}
header .header-nav .xiala svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .header-nav .xiala use {
  fill: #161B42;
  transition: all 0.3s;
}
header .header-nav .xiala path {
  fill: #161B42;
  transition: all 0.3s;
}
header .header-nav > li,
header .header-nav .download {
  margin: 0 10px;
  transition: all 0.3s;
  white-space: nowrap;
  cursor: pointer;
}
header .header-nav > li span,
header .header-nav .download span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
header .header-nav > li > a,
header .header-nav .download > a {
  padding: 0 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
}
header .header-nav > li:hover,
header .header-nav .download:hover {
  color: #4684FE;
}
header .header-nav > li:hover .xiala,
header .header-nav .download:hover .xiala {
  transform: rotate(180deg);
}
header .header-nav > li:hover .xiala svg,
header .header-nav .download:hover .xiala svg {
  fill: #4684FE;
}
header .header-nav > li:hover .xiala use,
header .header-nav .download:hover .xiala use {
  fill: #4684FE;
}
header .header-nav li[data-nav="platform"]:hover .nav-list {
  transition: height 0.5s;
  height: 286px;
}
header .header-nav .width-min {
  display: none;
}
header .navRight {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 15px;
  height: 100%;
}
header .navRight .media-menus-icon {
  display: none;
}
header .navRight .media-user-icon {
  display: none;
}
header .navRight .login-btn {
  padding: 13px 20px;
  border-radius: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755dfd 100%);
  color: #E9E6FC;
}
header .navRight .login-btn:hover {
  opacity: 0.8;
}
header .navRight .login-btn:active {
  opacity: 0.9;
}
header .navRight .user-btn {
  display: flex;
  align-items: center;
  height: 100%;
}
header .navRight .user-btn-content {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
}
header .navRight .user-btn .user-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
header .navRight .user-btn .user-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .navRight .user-btn .user-icon use {
  fill: #333;
  transition: all 0.3s;
}
header .navRight .user-btn .user-icon path {
  fill: #333;
  transition: all 0.3s;
}
header .navRight .user-btn .user-name {
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .navRight .user-btn .user-xiala {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-left: 10px;
}
header .navRight .user-btn .user-xiala svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .navRight .user-btn .user-xiala use {
  fill: #161B42;
  transition: all 0.3s;
}
header .navRight .user-btn .user-xiala path {
  fill: #161B42;
  transition: all 0.3s;
}
header .navRight .user-btn.isShowUserBtn {
  display: none !important;
}
header .navRight .user-btn .personal-center {
  padding: 10px;
  width: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(163, 174, 196, 0.1);
  border-radius: 12px;
  border: 1px solid #EAECF6;
}
header .navRight .user-btn .personal-center .item {
  animation: fadeIn 0.5s ease-in-out forwards;
  display: flex;
  align-items: center;
  padding: 10px;
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  cursor: pointer;
  color: #6C7686;
}
header .navRight .user-btn .personal-center .item .outlogin-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 1px;
}
header .navRight .user-btn .personal-center .item .outlogin-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .navRight .user-btn .personal-center .item .outlogin-icon use {
  fill: rgba(108, 118, 134, 0);
  transition: all 0.3s;
}
header .navRight .user-btn .personal-center .item .outlogin-icon path {
  fill: rgba(108, 118, 134, 0);
  transition: all 0.3s;
}
header .navRight .user-btn .personal-center .item:hover {
  background: #F2F6FB;
  color: #5677FE;
}
header .navRight .user-btn .personal-center .item + .item {
  margin-top: 10px;
}
header .navRight .user-btn .personal-center-box {
  padding-top: 20px;
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 999;
  display: none;
  font-size: 16px;
  line-height: 16px;
}
header .navRight .user-btn:hover .personal-center-box {
  display: block;
}
header .nav-list {
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 2;
  overflow: hidden;
  height: 0;
  transition: height 0.5s;
  width: 100%;
  background-color: #fff;
}
header .list-item {
  display: flex;
  padding: 16px;
  transition: all 0.3s;
  border-radius: 14px;
  width: 530px;
}
header .list-item .icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
header .list-item .icon svg {
  width: 18px;
  height: 18px;
}
header .list-item .title {
  font-weight: 400;
  font-size: 18px;
  color: #161B42;
  line-height: 16px;
  margin-bottom: 10px;
}
header .list-item .description {
  font-size: 13px;
  color: #666666;
  line-height: 21px;
  white-space: pre-wrap;
}
header .list-item:hover {
  background: #EFF4FF;
}
header .list-item:hover .icon {
  background: #fff;
  border-color: #4684FE;
}
header .platform-list-box {
  padding: 36px 0 30px;
  display: flex;
  width: 100%;
  background-color: #fff;
  justify-content: center;
}
header .platform-list-box .platform-list {
  max-width: 1090px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  justify-content: space-between;
}
header .platform-list-box .platform-list .list-item {
  width: 530px;
}
header.white .header-transparency {
  background-color: #fff;
}
header.white .nav-box {
  background-color: #fff;
}
.hide-add {
  top: -60px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
