.head_menu .topfr_01 .menu_li .service{
  right: 185px !important;
}
.head_menu .topfr_01 .menu_li .counselling{
  width: 100px !important;;
}
.cookies .center p{
  min-width: 900px !important;
}
.cookiesReject{
  width: auto !important;
}
.cookies .center>div .cookiesAccept{
  width: auto !important;
  padding: 0 12px !important;
}
.cookies .center .btns{
  min-width: 280px !important;
  text-align: right;
}

.top-tip {
  background: url('/nexdata/static/image/comm/jp-tip.png') no-repeat center;
  background-size: cover;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(0);
  opacity: 1;
}
.top-tip .tip-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #FFFFFF;
  min-width: 1200px;
  margin: 0 auto;
  pointer-events: none;
}