body {
font-size: 19px;
}

@media (max-width: 768px) {
body {
    font-size: 7.3px;
}
.mobile_market_index {
    padding-top: 60px;
}
}
.history_display .display_left {
justify-content: flex-start !important;
overflow-y: scroll;
}
.history_display .display_left::-webkit-scrollbar { width: 0!important }

.history_display .display_left { -ms-overflow-style: none; }
        
.history_display .display_left { overflow: -moz-scrollbars-none; }
.item-left-option h3 { height: auto; }
.market_index  { margin-top: 60px; }

#pcNav {
   position: fixed;
   width: 100%;
   height: 60px;
   background: #FFFFFF;
   top: 0;
   z-index: 999;
}
.navbar-content {
   top: 60px;
}
#mobileNav {
display: none;
}
@media (max-width: 750px) {
     #mobileNav {
        display: block;
     }
     #pcNav {
        display:none;
     }
}

.link_box_active {
        background: #E6F5FF;
        color: #0067F3 !important;
}
.active-tag {
    display:flex;
    flex-direction: row;
    align-items: center;
}
.active-tag img {
    height: 15px;
    margin-left: 5px;
}

  .mobile_index .mobile_backgroud {
      padding-top: 50px !important;
      height: 330px !important;
      width: 100%;
  }
  .dropdown-menu .sub-menu {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding-inline-start: 6%;
  }
  .dropdown-menu .sub-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px !important;
    margin: 0 9px 0 9px;
    list-style-type: none;
    border-bottom: none;
  }
  .dropdown-menu .sub-menu li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 36px;
    background: #FFFFFF;
    font-size: 12px;
    color: #0069EA;
    box-shadow: 0px 1px 4px 0px rgba(166,191,255,0.4);
    border-radius: 2px;
    border: 1px solid rgba(216,219,223,0.5);
  }
  .sub-menu {
    width: 100%;
    background: #E5F0FC;
    max-height: 0px;
    overflow: hidden;
    transition: all .5s;
  }
  .dropdown-menu .menu_toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 22px;
    font-size: 16px;
    font-family: "PingFangSC";
    font-weight: 400;
    color: #666666;
    line-height: 42.8px;
    cursor: pointer;
}
.mobile_navbar .dropdown-menu .current {
    background: #E5F0FC;
}
.active {
    max-height: 1400px;
}
@media (max-width: 750px) {
    .pc_header {
        display: none !important;
    }
    .mobile_navbar {
        display: flex !important;
    }
  .header .navbar-brand .logo { 
  	position: relative;
    top: 14px;
  }
}

.ul-style-solution a{
  margin-right: -10px !important;
}
@media (max-width: 1320px) {
.iphone-number {
    display: none;
}
}
.link-button-nav {
display: inline-block;
background: none;
width: 150px;
margin-top: 20px;
padding: 0px;
}
.link-button-nav span {
margin: 0 0 16px 0;
font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #0069EA;
line-height: 22px;
cursor: pointer;
}
.link-button-nav span img {
 display: inline-block;
 height: 12px;
 position: relative;
 top: 1px;
 margin-left: 20px;
}
.jpFont {
color: red; 
font-size: 12px; 
position: relative; 
top: -1px;
}
.new-tag {
height: 16px !important;
width: 23px !important;
top: 2px !important;
filter: none !important;
transform: none !important;
}
.item-left-option h3 {
width: 168px;
}
.solution-left {
padding: 14px 11px 14px 16px;
}
.solution-left h2 {
margin-bottom: 8px !important;
font-weight: 600 !important;
}  .international {
height: 100%;
margin-right: 22px;
cursor: pointer; 
position: relative;
}
.international-button {
height: 100%;
align-items: center;
display: flex;
}
.international-button img {
top: 0 !important;
}
.international-dropdown {
display: none;
background: #FFFFFF;
box-shadow: 0px 4px 8px 0px rgba(77, 88, 101, 0.35);
border-radius: 4px !important;
position: absolute;
top: 60px;
padding: 10px 20px;
left: -2.5rem;
flex-direction: column;
z-index:9999999999;
}
.international-dropdown a {
text-decoration: none !important;
color: #333333;
font-size: 14px;
margin-bottom: 6px;
}
.international-dropdown a:hover {
color: #0069EA;
}
.iphone-number {
cursor: pointer; /* 鼠标悬停时显示手型光标 */
animation: blink-animation 1.5s infinite; /* 添加闪动动画 */
}
@keyframes blink-animation {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}

 .footer-tags  {
  /* border: none; */
  padding-top: .7rem;
 }
.footer-tags a {
  font-size: .7rem;
}
.footer_nav .footer_nav_item ul {
    opacity: 1;
}
 .footer_nav .footer_nav_item li a {
      color: rgba(255, 255, 255, 0.65);
  }
  .footer-tags span {
  color: rgba(255, 255, 255, 0.65);
  }
  .index_footer .footer_copyright {
    opacity: 0.65;
  }
    .footer_copyright .line {
      margin-left: 12px;
    margin-right: 12px;
  }

.xcx-img:hover  .xcx-code {
    display: flex;
    bottom: 3rem;
     right: 7rem;
}
.index_footer .footer_nav {
  margin-bottom: 2rem;
}
.index_footer .footer_imge .wechat-group {
     display: none;
     width: 100px;
     position: absolute;
     bottom: 3rem;
     right: 3rem;
 }
.index_footer .footer_imge a:nth-of-type(5):hover .wechat-group {
  display: block !important;
}