.TipBgCircle {
  position: relative;
}
.TipBgCircle::before {
  content: "";
  display: block;
  width: 126px;
  height: 126px;
  position: absolute;
  top: -80px;
  left: 47px;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(360deg, rgba(117, 50, 163, 0) 0%, #7532A3 5%, #7E2F9F 20%, #972695 46%, #C01985 79%, #E0107A 100%);
}
.normalLinearBtn {
  background: linear-gradient(90deg, #7532A3 0%, #7E2F9F 20%, #972695 46%, #C01985 79%, #E0107A 100%);
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-space {
  height: 130px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header .header-cen {
  display: flex;
  align-items: center;
  z-index: 999;
  height: 100%;
  color: #867a94;
  height: 80px;
}
.header .header-cen .nav-toggle-box {
  margin-left: 16px;
  height: inherit;
  align-items: center;
}
.header .header-cen .nav-toggle-box .icon {
  cursor: pointer;
}
.header .header-cen .nav-toggle-box .icon-toggle {
  background: url("/images/header/header-toggle-icon.png") no-repeat 0 0 / 100% 100%;
}
.header .header-cen .mt-logo {
  margin: auto 0;
}
.header .header-cen .mt-logo img {
  width: 100%;
}
.header .header-cen .mt-logo .logo-icon {
  width: 140px;
  height: 38px;
  line-height: 1;
}
.header .header-cen .header-space-1 {
  width: 4.16%;
  height: 100%;
  min-width: 15px;
}
.header .header-cen .header-nav {
  height: inherit;
  flex: 1;
}
.header .header-cen .header-nav .nav {
  display: flex;
  flex-wrap: nowrap;
  height: inherit;
}
.header .header-cen .header-nav .nav > li {
  margin-right: 35px;
  font-size: 14px;
  font-weight: 500;
  height: inherit;
  white-space: nowrap;
}
.header .header-cen .header-nav .nav > li > a {
  height: inherit;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}
.header .header-cen .header-nav .nav > li .nav-xiala {
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  background: url(/images/header/nav-xiala.png) no-repeat center;
  background-size: 10px;
  margin-left: 7px;
  flex-shrink: 0;
}
.header .header-cen .header-nav .nav > li.nav-active {
  color: #7532a3;
}
.header .header-cen .header-nav .nav > li.nav-active a {
  border-color: #7532a3;
}
.header .header-cen .header-nav .nav > li.nav-active .nav-xiala {
  background-image: url(/images/header/xiala_h.png);
}
.header .header-cen .header-nav .nav-show {
  display: flex;
}
.header .header-cen .header-nav .nav-hide {
  display: flex;
}
.header .header-cen .enBox {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 6;
  margin-right: 30px;
}
.header .header-cen .enBox .en {
  position: relative;
}
.header .header-cen .enBox .en .entab {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.header .header-cen .enBox .en .entab .en-icon {
  width: 20px;
  height: 20px;
  background: url(/images/header/Internet.png) no-repeat 0 0 / 100% 100%;
}
.header .header-cen .enBox .en .entab .nav-xiala {
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  background: url(/images/header/nav-xiala.png) no-repeat center;
  background-size: 10px;
  margin-left: 7px;
}
.header .header-cen .enBox .en .en-items {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #fff;
  width: 97px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 5px;
}
.header .header-cen .enBox .en .en-items ul li {
  min-width: 76px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  line-height: 30px;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}
.header .header-cen .enBox .en .en-items ul li a {
  display: flex;
  min-width: 76px;
  height: 28px;
  white-space: nowrap;
}
.header .header-cen .enBox .en .en-items ul li a .en-icon {
  width: 18px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
}
.header .header-cen .enBox .en .en-items ul li a .en-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header-cen .enBox .en .en-items ul li.en-active {
  min-width: 76px;
  height: 28px;
  background: rgba(117, 50, 163, 0.05);
  color: #7532a3;
}
.header .header-cen .btns {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  min-width: 169px;
  position: relative;
  flex-shrink: 0;
}
.header .header-cen .btns .login {
  margin-right: 40px;
  cursor: pointer;
}
.header .header-cen .btns .rigester {
  width: 88px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(90deg, #7532a3 0%, #7e2f9f 20%, #972695 46%, #c01985 79%, #e0107a 100%);
  border-radius: 95px;
}
.header .header-cen .logins {
  display: flex;
  align-items: center;
}
.header .header-cen .login {
  white-space: nowrap;
}
.header .header-cen .isHide {
  display: none;
}
.header .navbar {
  position: absolute;
  left: 0;
  width: 100vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.header .nav-box {
  width: 1200px;
}
.header .nav-box-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.header .nav-box-li {
  width: 338px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-radius: 8px;
  white-space: wrap;
  display: block;
}
.header .nav-box-li .icon {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  flex-shrink: 0;
}
.header .nav-box-li .title {
  color: #1f1e1d;
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 15px;
}
.header .nav-box-li .subtitle {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
}
.header .nav-box-li:hover {
  background-color: #f7f5fa;
}
.header .nav-box-li:hover .title {
  color: #7532a3;
}
.header .nav-box-li:hover .mt-icon-cross {
  background-image: url("/images/header/cross-border-h.png");
}
.header .nav-box-li:hover .mt-icon-media {
  background-image: url("/images/header/media-h.png");
}
.header .nav-box-li:hover .mt-icon-marketing {
  background-image: url("/images/header/marketing-h.png");
}
.header .nav-box-li:hover .mt-icon-traffic {
  background-image: url("/images/header/traffic-h.png");
}
.header .nav-box-li:hover .mt-icon-ad {
  background-image: url("/images/header/ad-h.png");
}
.header .nav-box-li:hover .mt-icon-gaming {
  background-image: url("/images/header/gaming-h.png");
}
.header .nav-box-li:hover .mt-icon-purchase {
  background-image: url("/images/header/purchase-h.png");
}
.header .nav-box-li:hover .mt-icon-cryto {
  background-image: url("/images/header/crypto-h.png");
}
.header .nav-box-li:hover .mt-icon-website {
  background-image: url("/images/header/website-h.png");
}
.header .nav-box-li:hover .mt-icon-cb {
  background-image: url("/images/header/cb-h.png");
}
.header .nav-box-li:hover .mt-icon-security {
  background-image: url("/images/header/security-h.png");
}
.header .nav-box-li:hover .mt-icon-auto {
  background-image: url("/images/header/auto-h.png");
}
.header .nav-box-li:hover .mt-icon-auth {
  background-image: url("/images/header/auth-h.png");
}
.header .nav-box-li:hover .mt-icon-diverse {
  background-image: url("/images/header/diverse-h.png");
}
.header .nav-box-li:hover .mt-icon-efficient {
  background-image: url("/images/header/efficient-h.png");
}
.header .mt-icon-cross {
  background-image: url("/images/header/cross-border-n.png");
}
.header .mt-icon-media {
  background-image: url("/images/header/media-n.png");
}
.header .mt-icon-marketing {
  background-image: url("/images/header/marketing-n.png");
}
.header .mt-icon-traffic {
  background-image: url("/images/header/traffic-n.png");
}
.header .mt-icon-ad {
  background-image: url("/images/header/ad-n.png");
}
.header .mt-icon-gaming {
  background-image: url("/images/header/gaming-n.png");
}
.header .mt-icon-purchase {
  background-image: url("/images/header/purchase-n.png");
}
.header .mt-icon-cryto {
  background-image: url("/images/header/crypto-n.png");
}
.header .mt-icon-website {
  background-image: url("/images/header/website-n.png");
}
.header .mt-icon-cb {
  background-image: url("/images/header/cb-n.png");
}
.header .mt-icon-security {
  background-image: url("/images/header/security-n.png");
}
.header .mt-icon-auto {
  background-image: url("/images/header/auto-n.png");
}
.header .mt-icon-auth {
  background-image: url("/images/header/auth-n.png");
}
.header .mt-icon-diverse {
  background-image: url("/images/header/diverse-n.png");
}
.header .mt-icon-efficient {
  background-image: url("/images/header/efficient-n.png");
}
.header .min-logins {
  display: none;
}
.header .btn {
  display: flex;
  align-items: center;
}
.header .btn .login-btn a {
  display: block;
  width: 70px;
  height: 30px;
  margin-right: 10px;
  line-height: 29px;
  text-align: center;
  font-size: 12px;
  color: #437fec;
  border: 1px solid #437fec;
  border-radius: 6px;
}
.header .btn .register-btn a {
  display: block;
  width: 70px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #437fec;
  border-radius: 6px;
}
.header .userAvatar {
  width: 20px;
  height: 20px;
  background: url(/images/header/avatar.png) no-repeat 0 0 / 100% 100%;
  border-radius: 50%;
  margin-left: 30px;
}
.header .userName {
  margin-left: 10px;
  font-size: 12px;
  max-width: 121px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .userxiala {
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background: url(/images/header/userxiala.png) no-repeat center;
  background-size: 14px;
}
.header .userInfo-box {
  position: absolute;
  right: 0;
  top: 54px;
  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;
  background: #7532a3 url(/images/header/user/vip-banner.png) no-repeat 0 0 / 100% 100%;
}
.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/user/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: #7532a3;
  border-radius: 6px;
  background-color: #fff;
  margin-left: 5px;
}
.header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn .up-icon {
  width: 12px;
  height: 12px;
  background: url(/images/header/user/shengji.png) no-repeat center;
  background-size: 12px;
  margin-right: 5px;
  flex-shrink: 0;
}
.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-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/user/yunbi.png) no-repeat center;
  background-size: 20px;
  flex-shrink: 0;
}
.header .userInfo-box .cards .yun-coin-box .yunB-title .yunB-text {
  font-size: 14px;
  font-weight: 500;
  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 #7532a3;
  font-size: 12px;
  font-weight: 500;
  color: #7532a3;
  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/user/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;
  width: 67px;
  height: 26px;
  background-color: #7532a3;
  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/user/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/user/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: #7532a3;
  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/user/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/user/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/user/guanli.png) no-repeat center;
  background-size: 18px;
  margin-right: 10px;
}
.header .userInfo-box .cards .user-detail .user-detail-item .user-detail-next-icon {
  width: 16px;
  height: 16px;
  background: url(/images/header/user/user-next.png);
  background-size: 16px;
}
.header .userInfo-box .outlogin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #7532a3;
  background-color: #f6f4fe;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
}
.header .userInfo-box .outlogin .outlogin-icon {
  width: 14px;
  height: 14px;
  background: url("/images/header/user/tuichu.png") no-repeat center;
  background-size: 14px;
  margin-right: 5px;
}
.header .nav-xiala-reverse {
  transform: rotateX(180deg);
}
.header-ad-box {
  height: 50px;
  background-color: #86cdff;
  background-image: radial-gradient(circle at -3%, #feffcd, #86cdff 28%, #86cdff 100%);
  cursor: default;
  display: flex;
}
.header-ad-center {
  margin: 0 auto;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-ad-center img {
  height: 50px;
}
.navfixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
  z-index: 5;
}
.header-mask {
  width: 0;
  height: 0;
  display: none;
}
.navbar {
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.header .header-cen .header-nav .nav > li[data-nav="scene"]:hover,
.header .header-cen .header-nav .nav > li[data-nav="advantage"]:hover {
  transition: all 0.3s;
}
.header .header-cen .header-nav .nav > li[data-nav="scene"]:hover .navbar,
.header .header-cen .header-nav .nav > li[data-nav="advantage"]:hover .navbar {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.nav-toggle-box {
  display: none;
}
.ru-header .nav-box-li {
  width: 386px;
}
.ru-header .header-cen .btns .login {
  margin-right: 15px;
}
.ru-header .header-cen .header-nav .nav li {
  margin-right: 25px;
}
.ru-header .userInfo-box .cards .vip-card .vip-title .card-top-btns .renew-btn {
  width: 98px;
}
.ru-header .userInfo-box .cards .vip-card .vip-title .card-top-btns .up-btn {
  width: 87px;
}
.ru-header .userInfo-box .cards .yun-coin-box {
  position: relative;
}
.ru-header .userInfo-box .cards .yun-coin-box .yunB-title .cdkey-btn,
.ru-header .userInfo-box .cards .yun-coin-box .yunB-title .recharge-btn {
  width: 96px;
}
.ru-header .userInfo-box .cards .yun-coin-box .yunB-title .cdkey-btn .cdkey-icon {
  margin-left: 5px;
}
.ru-header .header .userInfo-box .cards .yun-coin-box .yunB-title .recharge-btn .recharge-icon {
  margin-left: 5px;
}
.ru-header .userInfo-box .cards .proxy-num-box .proxy-num-title .proxy-buy-btn {
  width: 62px;
}
@media screen and (max-width: 1200px) {
  .ru-header .nav-box-li {
    width: 100%;
    height: auto;
  }
  .ru-header .header-cen .enBox {
    margin-right: 1.25vw;
  }
  .ru-header .header-cen .header-nav .nav li {
    margin-right: 0.83vw;
  }
}
