.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.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 .mobile-download,
header .header-nav .width-min {
  display: none;
}
header .header-nav li[data-nav="solution"]:hover .nav-list {
  transition: height 0.5s;
  height: 322px;
}
header .header-nav li[data-nav="core"]:hover .nav-list {
  transition: height 0.5s;
  height: 322px;
}
header .header-nav li[data-nav="platform"]:hover .nav-list {
  transition: height 0.5s;
  height: 286px;
}
header .navRight {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 15px;
}
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: #fff;
}
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: 70px;
}
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:hover .userInfo-box {
  display: block;
}
header .navRight .user-btn:hover .outlogin {
  display: flex;
}
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 .nav-title {
  font-weight: bold;
  font-size: 18px;
  color: #161b42;
  line-height: 16px;
  color: #161B42;
}
header .list-item .description {
  font-size: 13px;
  color: #666666;
  line-height: 21px;
  white-space: pre-wrap;
  margin-top: 10px;
}
header .list-item:hover {
  background: #EFF4FF;
}
header .list-item:hover .icon {
  background: #fff;
  border-color: #4684FE;
}
header .solution-list-box {
  padding: 36px 0 30px;
  display: flex;
  width: 100%;
  background-color: #fff;
  justify-content: center;
}
header .solution-list-box .solution-list {
  max-width: 1090px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  justify-content: space-between;
}
header .solution-list-box .solution-list .list-item {
  width: 340px;
}
header .solution-list-box .solution-list .list-item {
  align-items: center;
}
header .core-list-box {
  padding: 36px 0 30px;
  display: flex;
  width: 100%;
  background-color: #fff;
  justify-content: center;
}
header .core-list-box .core-list {
  max-width: 1090px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  justify-content: space-between;
}
header .core-list-box .core-list .list-item {
  width: 340px;
}
header .core-list-box .core-list .list-item {
  align-items: center;
}
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 .userInfo-box {
  animation: fadeIn 0.5s ease-in-out forwards;
  position: absolute;
  right: 0;
  top: 65px;
  width: 270px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 100;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
header .userInfo-box .cards {
  padding: 10px 10px 0 10px;
}
header .userInfo-box .cards .vip-card {
  width: 250px;
  border-radius: 8px;
  padding: 10px 10px 5px 10px;
  background: url(/images/header/vip-banner.png) no-repeat right top / cover;
}
header .userInfo-box .cards .vip-card .vip-title {
  display: flex;
  justify-content: space-between;
}
header .userInfo-box .cards .vip-card .vip-title .vip-text {
  font-size: 18px;
  color: #ffffff;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns {
  display: flex;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .renew-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 26px;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .renew-btn .renew-icon {
  width: 12px;
  height: 12px;
  background: url(/images/header/xufei.png) no-repeat center;
  background-size: 12px;
  margin-right: 5px;
  flex-shrink: 0;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 26px;
  font-size: 12px;
  color: #4684FE;
  border-radius: 6px;
  background-color: #fff;
  margin-left: 5px;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn .up-icon {
  margin-right: 5px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 12px;
  height: 12px;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn .up-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn .up-icon use {
  fill: #4684FE;
  transition: all 0.3s;
}
header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn .up-icon path {
  fill: #4684FE;
  transition: all 0.3s;
}
header .userInfo-box .cards .vip-card .vip-main {
  margin-top: 10px;
}
header .userInfo-box .cards .vip-card .vip-main .vip-item {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
header .userInfo-box .cards .vip-card .vip-main .vip-item-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
header .userInfo-box .cards .vip-card .vip-main .vip-item-footer {
  margin-top: 15px;
  font-weight: 500;
}
header .userInfo-box .cards .yun-coin-box {
  width: 250px;
  height: 90px;
  background-color: #f6f4fe;
  border-radius: 8px;
  margin-top: 5px;
  padding: 10px;
}
header .userInfo-box .cards .yun-coin-box .b-title {
  display: flex;
  align-items: center;
}
header .userInfo-box .cards .yun-coin-box .yunB-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .yunB-icon {
  width: 20px;
  height: 20px;
  background: url(/images/header/yunbi.png) no-repeat center;
  background-size: 20px;
  flex-shrink: 0;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .yunB-text {
  font-weight: 350;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-left: 5px;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .cdkey-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid #4684FE;
  font-size: 12px;
  font-weight: 500;
  color: #4684FE;
  margin-left: 15px;
  cursor: pointer;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .cdkey-btn .cdkey-icon {
  width: 12px;
  height: 12px;
  background: url(/images/header/cdk.png) no-repeat center;
  background-size: 12px;
  margin-right: 5px;
  flex-shrink: 0;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .recharge-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  padding-left: 5px;
  padding-right: 5px;
  height: 26px;
  background-color: #4684FE;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
}
header .userInfo-box .cards .yun-coin-box .yunB-title .recharge-btn .recharge-icon {
  width: 12px;
  height: 12px;
  background: url(/images/header/chongzhi.png) no-repeat center;
  background-size: 12px;
  margin-right: 5px;
}
header .userInfo-box .cards .yun-coin-box .yunB-num {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 900;
  color: #001d4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .userInfo-box .cards .proxy-num-box {
  width: 250px;
  height: 90px;
  background-color: #f6f4fe;
  border-radius: 8px;
  margin-top: 5px;
  padding: 10px;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-num-left {
  display: flex;
  align-items: center;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-num-left .proxy-num-icon {
  width: 22px;
  height: 22px;
  background: url("/images/header/shebeishu.png");
  background-size: 22px;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-num-left .proxy-text {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 26px;
  background-color: #4684FE;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-buy-btn .proxy-buy-btn-icon {
  width: 14px;
  height: 14px;
  background: url(/images/header/goumai.png) no-repeat center;
  background-size: 14px;
  margin-right: 5px;
  flex-shrink: 0;
}
header .userInfo-box .cards .proxy-num-box .proxy-num-text {
  font-size: 20px;
  font-weight: 900;
  color: #001d4d;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .userInfo-box .cards .user-detail {
  margin-top: 20px;
  font-size: 12px;
  color: #001d4d;
}
header .userInfo-box .cards .user-detail .user-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-left {
  display: flex;
  align-items: center;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-left .yunb-icon {
  width: 18px;
  height: 18px;
  background: url(/images/header/mingxi.png) no-repeat center;
  background-size: 18px;
  margin-right: 10px;
  flex-shrink: 0;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-left .dingdan-icon {
  width: 18px;
  height: 18px;
  background: url(/images/header/guanli.png) no-repeat center;
  background-size: 18px;
  margin-right: 10px;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-next-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-next-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-next-icon use {
  fill: #999;
  transition: all 0.3s;
}
header .userInfo-box .cards .user-detail .user-detail-item .user-detail-next-icon path {
  fill: #999;
  transition: all 0.3s;
}
header .userInfo-box .outlogin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #4684FE;
  background-color: #f6f4fe;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
}
header .userInfo-box .outlogin .outlogin-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
header .userInfo-box .outlogin .outlogin-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .userInfo-box .outlogin .outlogin-icon use {
  fill: #4684FE;
  transition: all 0.3s;
}
header .userInfo-box .outlogin .outlogin-icon path {
  fill: #4684FE;
  transition: all 0.3s;
}
header .outlogin {
  display: none;
  animation: fadeIn 0.5s ease-in-out forwards;
  align-items: center;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 999;
  right: 0;
  top: 65px;
  width: 120px;
  height: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
header .outlogin .outlogin-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
header .outlogin .outlogin-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .outlogin .outlogin-icon use {
  fill: #161b42;
  transition: all 0.3s;
}
header .outlogin .outlogin-icon path {
  fill: #161b42;
  transition: all 0.3s;
}
header .outlogin .out-text {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
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);
}
