#header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 500;
  background-color: #fff;
}
.head_heng {
  background-blend-mode: normal, normal;
  background-image:
    linear-gradient(90deg, #001056, #001056 46%, #001056 73%, #001056),
    linear-gradient(#001056, #001056);
  height: 50px;
  justify-content: center;
  max-height: 50px;
  overflow: hidden;
  transition: all 0.2s;
  width: 100%;
}
.head_heng,
.head_heng_box {
  align-items: center;
  display: flex;
}
.head_heng_box {
  justify-content: space-between;
  width: 960px;
}
.head_heng_box_zh {
  width: 768px;
}
.head_heng_left {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.head_heng_left .head_heng_img1 {
  margin-right: 13px;
  width: 28px;
}
.head_heng_left .head_heng_p1 {
  color: #fff;
  font-size: 16px;
}
.head_heng_left .head_heng_red {
  color: #d17bef;
  font-family: var(--font-MT);
  font-size: 18px;
}
.head_heng_left .head_heng_img2 {
  margin-left: 16px;
  width: 20px;
}
.head_heng_right .head_heng_btn {
  background-image: linear-gradient(116deg, #7532e3, #9658d3), linear-gradient(#d5abe3, #d5abe3);
  border-radius: 8px;
  color: #fff;
  font-family: var(--font-RE);
  font-size: 16px;
  height: 30px;
  width: 130px;
}
.header_box {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
  margin: 54px auto 0;
  z-index: 10;
}
.header_box,
.header_logo_r {
  position: relative;
}
.header_ip_loca {
  left: 0;
  position: absolute;
  top: -38px;
}
.logo {
  height: 36px;
  margin-right: 28px;
  margin-top: 10px;
}
.header_top_btn {
  align-items: center;
  display: flex;
  width: calc(100% - 380px);
}
.header_top_btn div {
  color: #1a1a1a;
  cursor: pointer;
  font-family: Poppins-Regular;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 70px;
  padding: 0 15px;
}
.header_top_btn div:hover {
  color: #f9c637;
}
.locations_btn > div,
.solutions_btn > div {
  padding: 0;
}
.pricing_h_btn > div {
  align-items: center;
  display: flex;
  padding: 0;
}
.pricing_h_btn .pricing_h_btn_off {
  align-items: center;
  background-blend-mode: normal, normal;
  background-image: linear-gradient(116deg, #7532e3, #9252d1), linear-gradient(#ff9402, #ff9402);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  font-size: 13px;
  height: 24px;
  justify-content: center;
  margin-left: 14px;
  max-height: 24px;
  padding: 5px 12px 4px;
  position: relative;
  white-space: nowrap;
}
.pricing_h_btn .pricing_h_btn_off:after {
  background: url(/assets/img/ui/activity/header.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 26px;
  left: -11px;
  position: absolute;
  top: -16px;
  width: 26px;
}
.header_top_btn .iconfont {
  color: #222525;
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
}
.header_top_sign .lh-select-val {
  color: #1a1a1a;
  font-size: 14px;
  justify-content: flex-end;
}
.header_top_sign .changeheadlang {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -38px;
}
.changeheadlang .headlangemail {
  color: #1a1a1a;
  font-size: 14px;
}
.changeheadlang .lh-select {
  border: 0;
  width: 145px;
}
.header_top_sign .lh-select-val .iconfont {
  color: #1a1a1a;
  font-size: 20px;
  margin-right: 10px;
}
.User_box,
.login_box {
  display: flex;
}
.User_box {
  align-items: center;
  cursor: pointer;
  height: 45px;
  position: relative;
}
.User_box img {
  height: 35px;
  width: 35px;
}
.head_user_pop {
  display: none;
  position: relative;
}
.user_pop {
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
}
.user_pop > div {
  background-color: #fff;
  border: 1px solid #eaeef2;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 12px;
  width: 219px;
}
.user_pop > div .new {
  transform: translateY(-6px);
  width: 33px;
}
.user_pop > div div {
  align-items: center;
  border-radius: 10px;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 50px;
  padding-left: 23px;
}
.user_pop > div div:hover {
  background-color: #f2f5fa;
}
.user_pop > div div i {
  font-size: 18px;
  margin-right: 15px;
}
.user_pop > div div .head_pop_icon3 {
  font-size: 20px;
  margin-right: 13px;
}
.head_user_pop:hover .user_pop {
  display: block;
}
.User_box .userInfo_email {
  color: #1a1a1a;
  font-size: 16px;
  margin-right: 10px;
  text-decoration: underline;
}
.User_box .iconfont {
  color: #1a1a1a;
}
.Login_btn,
.sign_btn {
  color: #1a1a1a;
  cursor: pointer;
  font-family: Poppins-Medium;
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 113px;
}
.sign_btn {
  background-color: #ffbd00;
  border-radius: 8px;
}
.xi0-header-user-actions {
  align-items: center;
  display: none;
  gap: 12px;
}
.xi0-header-cabinet-link {
  align-items: center;
  background-color: #ffbd00;
  border-radius: 8px;
  color: #1a1a1a;
  display: inline-flex;
  font-family: Poppins-Medium;
  font-size: 16px;
  height: 37px;
  justify-content: center;
  padding: 0 18px;
  text-decoration: none;
  white-space: nowrap;
}
.xi0-header-cabinet-link:hover {
  color: #1a1a1a;
}
.header_top_sign {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  gap: 12px;
  width: auto;
}
.header_bottom_bg {
  margin-top: 32px;
}
.header_bottom {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Poppins-Medium;
  font-size: 16px;
  height: 50px;
  justify-content: space-around;
  position: relative;
  z-index: 9;
}
.header_bottom_t {
  display: none;
  height: 70px;
}
.header_bottom_x {
  border-bottom: 1px solid #1e2536;
}
.header_bottom > div {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
.header_bottom_bg .header_bottom > div:hover,
.header_bottom_bg .header_bottom > div:hover a {
  color: #ffbd00;
}
.header_bottom > div .iconfont:first-child {
  color: #ffbd00;
  font-size: 18px;
  margin-right: 10px;
}
.header_bottom > div .iconfont:nth-child(3) {
  color: #1a1a1a;
  margin-left: 10px;
}
.ipv4_pop_list,
.ipv6_pop_list {
  margin-top: 10px;
  width: 100%;
}
.ipv4_pop_list > div .img_box,
.ipv6_pop_list > div .img_box {
  align-items: center;
  background-color: #f9c637;
  border-radius: 13px;
  display: flex;
  height: 26px;
  margin-right: 14px;
  overflow: hidden;
  width: 42px;
}
.ipv4_pop_list > div,
.ipv6_pop_list > div {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 0 20px;
}
.ipv4_pop_list .flag_box,
.ipv6_pop_list .flag_box {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 15px;
  overflow: hidden;
  width: 150px;
}
.ipv4_pop_list .flag_box:hover,
.ipv6_pop_list .flag_box:hover {
  color: #f9c637;
}
.bg_lan {
  background-color: #131a2c;
  left: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header_bottom_pop {
  background-color: #0f1524;
  border: 1px solid #323c56;
  border-radius: 10px;
  display: none;
  left: -370px;
  position: absolute;
  top: 40px;
  width: 705px;
}
.ipv4 {
  left: 0;
}
.pop_j {
  left: 420px;
  position: absolute;
  top: -13px;
}
.header_bottom_pop_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 90%;
}
.header_bottom_pop_top .btn {
  background-color: #1c2635;
  border: 1px solid #353f5a;
  border-radius: 8px;
  display: flex;
  height: 42px;
  width: 250px;
}
.header_bottom_pop_top .btn > div {
  color: #adbdcc;
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  width: 125px;
}
.header_bottom_pop_top .btn .a {
  background-color: #ffbd00;
  border-radius: 8px;
  color: #0f1524;
}
.header_bottom_pop .search {
  align-items: center;
  background-color: #0d121f;
  border: 1px solid #323c56;
  border-radius: 8px;
  display: flex;
  height: 42px;
  width: 244px;
}
.header_bottom_pop .search input {
  background-color: #0d121f;
  border: 0;
  color: #fff;
  margin-right: 10px;
  width: calc(100% - 60px);
}
.header_bottom_pop .search .iconfont {
  color: #ffbd00;
  font-size: 20px;
}
.header_bottom > div a {
  color: #fff;
}
.head_min {
  display: none;
  margin-right: 1.5rem;
}
.head_min .btn_header {
  color: #1a1a1a;
  cursor: pointer;
  font-size: 3.3rem;
  font-weight: 700;
}
.head_html {
  background-color: #191b36;
  color: #fff;
  display: none;
  font-size: 1rem;
  height: 100vh;
  padding: 2rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.head_html_close {
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.head_html_box {
  height: calc(100vh - 250px);
  margin-top: 4rem;
  overflow-y: auto;
  padding-bottom: 130px;
  scrollbar-width: none;
}
.head_html_box::-webkit-scrollbar {
  -webkit-appearance: none;
  background: 0 0;
  display: none;
  height: 0 !important;
  width: 0 !important;
}
.head_html_box .head_min_title {
  color: #fff;
  font-size: 16px;
  margin: 16px 0;
  opacity: 0.6;
}
.head_html_box details {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.head_html_box summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.head_html_box summary .iconfont {
  display: inline-block;
  transform: rotate(-90deg);
}
.head_html_box summary a {
  color: #fff;
}
.head_html_box summary .rotate_0 {
  transform: rotate(0deg);
}
.head_html_box ul {
  padding-left: 1rem;
}
.head_html_box ul li {
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 0.7rem;
}
.sign_min {
  align-items: center;
  bottom: 3rem;
  display: flex;
  height: 3rem;
  justify-content: space-evenly;
  left: 0;
  position: absolute;
  width: 100%;
}
.sign_min button {
  background-color: #fff;
  border-radius: 0.4rem;
  color: #28485b;
  font-size: 1rem;
  font-weight: 700;
  height: 2.5rem;
  width: 5.5rem;
}
.sign_min .sign_min_signup {
  background-color: #ffe991;
}
.xi0-mobile-auth-row {
  align-items: center;
  bottom: 2.8rem;
  display: none;
  gap: 0.55rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: min(92%, 560px);
}
.xi0-mobile-auth-row .xi0-mobile-auth-action {
  align-items: center;
  background-color: #fff;
  border-radius: 0.72rem;
  color: #28485b;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 2.7rem;
  justify-content: center;
  min-width: 5.9rem;
  padding: 0 0.95rem;
  white-space: nowrap;
}
.xi0-mobile-auth-row .xi0-mobile-auth-signout {
  background-color: #ffe991;
}
.user_min {
  align-items: center;
  background-color: #fff;
  border-radius: 2rem;
  bottom: 3rem;
  color: #28485b;
  cursor: pointer;
  display: flex;
  display: none;
  height: 3.5rem;
  justify-content: center;
  left: 50%;
  padding: 0.5rem 1rem;
  position: absolute;
  transform: translateX(-50%);
}
.user_min img {
  margin-right: 0.5rem;
  width: 2.5rem;
}
.user_min p {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0.3rem;
  white-space: nowrap;
}
.xi0-mobile-user-card.user_min {
  border-radius: 1.05rem;
  bottom: auto;
  cursor: default;
  display: flex !important;
  flex: 1;
  height: 3.15rem;
  justify-content: flex-start;
  left: auto;
  min-width: 0;
  padding: 0.45rem 0.78rem;
  position: static;
  transform: none;
}
.xi0-mobile-user-card.user_min img {
  flex-shrink: 0;
  height: 2.1rem;
  margin-right: 0.45rem;
  width: 2.1rem;
}
.xi0-mobile-user-card.user_min p {
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xi0-mobile-user-card.user_min .userInfo_username {
  font-size: 0.86rem;
  margin: 0;
}
body.xi0-auth-logged-in .login_box {
  display: none !important;
}
body.xi0-auth-logged-in .xi0-header-user-actions {
  display: flex !important;
}
body.xi0-auth-logged-in [data-auth-mobile-guest] {
  display: none !important;
}
body.xi0-auth-logged-in [data-auth-mobile-user] {
  display: flex !important;
}
body.xi0-auth-logged-in .head_user_pop {
  display: block !important;
}
body.xi0-auth-logged-out [data-auth-mobile-user] {
  display: none !important;
}
body.xi0-auth-logged-out .xi0-header-user-actions {
  display: none !important;
}
body.xi0-auth-logged-out .head_user_pop {
  display: none !important;
}
.popPaypalContainer {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.paypal-container {
  background: #fff;
  border-radius: 21px;
  box-shadow: 0 0 5px #f4f5f6;
  box-sizing: border-box;
  left: 50%;
  margin: auto;
  max-width: 694px;
  padding: 38px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.popClose {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: -50px;
  top: 0;
}
.paypal_header {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 60px;
  margin-bottom: 30px;
}
.locations_btn,
.paypal_header,
.solutions_btn {
  align-items: center;
  display: flex;
}
.solutions_pop .img_box {
  width: 40px;
}
.locations_pop .img_box {
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.solutions_box {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
#header .locations_box {
  display: grid;
  gap: 40px 58px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
}
#header .locations_box > div .box {
  align-items: center;
  display: flex;
  height: 80px;
  width: 245px;
}
.solutions_box > div .box {
  align-items: center;
  border-radius: 6px;
  display: flex;
  height: 48px;
  padding: 0 16px;
}
.solutions_box .solutions_grid {
  display: grid;
  gap: 30px;
  grid-template-columns: auto auto;
}
.solutions_i {
  align-items: center;
  background-color: #f2f5ff;
  border-radius: 4px;
  display: flex;
  height: 29px;
  justify-content: center;
  width: 29px;
}
.solutions_icon {
  color: #4164f6;
  font-size: 19px;
}
.solutions_grid_1 .solutions_icon {
  font-size: 29px;
}
.solutions_i_1 {
  color: #435994;
}
.solutions_i_2 {
  color: #ea3222;
}
.solutions_i_3 {
  color: #e35426;
}
.solutions_i_5 {
  color: #5eaae1;
}
.solutions_i_6 {
  color: #dc3b3b;
}
.solutions_i_7 {
  color: #788ad2;
}
.solutions_i_8 {
  color: #000;
}
.solutions_i_4 {
  margin-left: 3px;
  margin-right: 2px;
  width: 24px;
}
.solutions_box > div .box:hover {
  background-color: #f5f6fa;
}
.solutions_box > div .box:hover .solutions_i {
  background-color: #fff;
}
.solutions_box .head_pop_title {
  width: 100%;
}
.solutions_box > div .solutions_txt {
  color: #333;
  font-size: 15px;
  margin-left: 20px;
}
#header .locations_box > div .solutions_txt {
  color: #222525;
  font-size: 16px;
  margin-left: 20px;
}
.head_pop_title {
  color: #909292;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 15px;
}
.solutions_box > div:first-child {
  width: 40%;
}
.solutions_box > div:last-child {
  width: 57%;
}
#header .locations_box > div {
  display: flex;
  flex-direction: column;
  width: 25%;
}
#header .locations_box .hr,
.solutions_box .hr {
  background-color: #232b3e;
  height: 287px;
  width: 1px;
}
.solutions_box .solutions_img {
  width: 36px;
}
#header .locations_box .solutions_img {
  border-radius: 2px;
  width: 52px;
}
#header .locations_box .solutions_txt {
  color: #2a2b32;
  font-family: Poppins-Medium;
  font-size: 16px;
  margin-left: 16px;
}
#header .locations_box .box {
  align-items: center;
  border-radius: 8px;
  display: flex;
  height: 60px;
  padding-left: 14px;
}
#header .locations_box .box:hover {
  background-color: #fbfbfb;
}
.solutions_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.solutions_list a > div {
  align-items: flex-start;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  height: 135px;
  padding: 20px;
  width: 375px;
}
.solutions_list a > div:hover {
  background-color: #1f283d;
}
.solutions_list a > div img {
  height: 28px;
  margin-right: 20px;
}
.solutions_list a > div .solutions_txt {
  color: #fff;
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
.solutions_list a > div .solutions_txt2 {
  color: #adbdcc;
  font-size: 16px;
  line-height: 22px;
}
.head_pric_box {
  display: grid;
  gap: 0 70px;
  grid-template-columns: 1fr 1fr;
}
.head_pric_item {
  align-items: center;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.head_pric_item:hover {
  background-color: #f5f6fa;
}
.head_pric_left {
  align-items: flex-start;
  display: flex;
  width: 65%;
}
.proxies_pop .head_pric_left {
  width: 80%;
}
.head_pric_left .head_pric_img {
  display: none;
  margin-right: 20px;
  margin-top: 3px;
  width: 35px;
}
.proxies_pop .head_pric_left .head_pric_img {
  display: block;
}
.head_pric_mid {
  width: 100%;
}
.head_pric_p1 {
  align-items: center;
  color: #222525;
  display: flex;
  font-family: Poppins-Medium;
  font-size: 16px;
}
.head_pric_p1_img {
  display: none;
  margin-left: 10px;
}
.head_pric_p1_t {
  color: #fff;
  font-size: 20px;
  fill: #fff;
  font-weight: 700;
}
.Flash_Sale {
  align-items: center;
  background-blend-mode: normal, normal;
  background-image: linear-gradient(116deg, rgba(117, 50, 227, 0.14), rgba(146, 82, 209, 0.14));
  border: none;
  border-radius: 14px;
  color: #7532e3;
  display: flex;
  font-family: var(--font-RE);
  font-size: 14px;
  height: 28px;
  justify-content: center;
  margin-left: 16px;
  padding: 0 17px;
  position: relative;
  white-space: nowrap;
  width: max-content;
}
.Flash_Sale img,
.Flash_Sale_zh img {
  display: none;
  height: 52px;
  left: -6px;
  position: absolute;
  top: -16px;
  width: 47px;
}
.Flash_Sale_zh {
  margin-left: 24px;
  width: 120px;
}
.text_stroke {
  stroke: #43d487;
  stroke-width: 11px;
  paint-order: stroke;
  stroke-linejoin: round;
  display: none;
}
.head_pric_p2 {
  color: #222525;
  font-size: 13px;
  line-height: 18px;
  margin-top: 7px;
}
.head_pric_right {
  border-left: 1px solid #dedede;
  padding-left: 18px;
  width: 30%;
}
.head_pric_start {
  color: #222525;
  font-size: 15px;
}
.head_pric_price {
  color: #2a2b32;
  font-size: 14px;
  margin-top: 6px;
}
.head_pric_big {
  font-family: Poppins-Medium;
  font-size: 22px;
}
.adyen_gray {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999999;
}
.adyen_gray #dropin-container {
  width: 400px;
}
.adyen_gray_box {
  position: relative;
}
.adyen_gray_closs {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: -55px;
  top: -22px;
  width: 40px;
}
#header.header_black {
  background-color: #fff !important;
}
#header.header_black .head_min .btn_header,
.header_black .Login_btn,
.header_black .User_box .iconfont,
.header_black .User_box .userInfo_email,
.header_black .changeheadlang .headlangemail,
.header_black .header_top_btn .iconfont,
.header_black .header_top_btn div,
.header_black .header_top_sign .lh-select-val,
.header_black .header_top_sign .lh-select-val .iconfont,
.header_black .header_top_sign .lh-select_j {
  color: #1a1a1a !important;
}
#header.bg-white {
  background-color: #fff;
  height: 70px;
}
#header.bg-white .changeheadlang {
  display: none;
}
#header.bg-white .header_pop {
  top: 70px;
}
#header.bg-white .header_box {
  margin-top: 0;
}
#header.bg-white .Login_btn,
#header.bg-white .User_box .iconfont,
#header.bg-white .User_box .userInfo_email,
#header.bg-white .head_min .btn_header,
#header.bg-white .header_top_btn .iconfont,
#header.bg-white .header_top_btn div,
#header.bg-white .header_top_sign .lh-select-val,
#header.bg-white .header_top_sign .lh-select-val .iconfont,
#header.bg-white .header_top_sign .lh-select_j {
  color: #1a1a1a;
}
#header.bg-white .head_heng {
  max-height: 0;
}
#header.bg-white .User_box .head_no_read {
  color: #fff;
}
#header .header_box .head_btn_hover div {
  color: #f9c637;
}
.header_pop > div {
  opacity: 0.9;
  transform: scale(0.9);
}
.header_pop_show > div {
  animation: changeheadShow 0.5s;
  animation-fill-mode: forwards;
}
@keyframes changeheadShow {
  0% {
    opacity: 0.9;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.header_pop {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  display: none;
  padding: 25px 0;
  position: absolute;
  top: 174px;
  width: 100vw;
  z-index: 600;
}
.User_box .head_no_read {
  height: 15px;
  line-height: 15px;
  min-width: 15px;
  padding: 0 3px;
  position: absolute;
  right: 15px;
  top: 7px;
}
.User_box .head_no_read,
.user_pop .head_no_read_num {
  background-color: red;
  border-radius: 9px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
}
.user_pop .head_no_read_num {
  height: 18px;
  line-height: 18px;
  margin-left: 10px;
  min-width: 18px;
  padding: 0 5px;
}
.head_user_pop .User_box .noread_show,
.head_user_pop .user_pop .noread_show,
.police_gray {
  display: none;
}
@media screen and (max-width: 1200px) {
  .w1200 {
    width: 90%;
  }
  .locations_btn,
  .solutions_btn {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .header_top_sign {
    display: none;
  }
  .head_min {
    display: block;
  }
  .header_top_btn {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 860px) {
  .head_heng {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header_bottom_bg,
  .header_top_btn {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .xi0-mobile-auth-row {
    bottom: 2.2rem;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    width: calc(100% - 28px);
  }
  .xi0-mobile-user-card.user_min {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
}
