/* 全局样式 */
/* 定义字体 */
@font-face {
  font-family: "Poppins";
  src: url("../Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  background: #fff;
  font-family: "Poppins";
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins";
  background: #fff;
  color: #222;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus-visible {
  outline: none;
}
li {
  list-style: none;
}
.container {
  max-width: 1208px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 16px;
  }
}

body {
  font-family: "Poppins";
  background: #fff;
  color: #222;
  position: relative;
}
.sidebar-right{
  position: fixed;
  bottom: 100px;
  right: 60px;
  z-index: 99999;
  
}
.sidebar-right img{
  width: 60px; 
  height: 60px;
  cursor: pointer;
}
.tg-r-hover{
  display: none;
}

.sidebar-right .block{
  position: relative;
  display: inline-block;
}
.sidebar-right .block:hover .tg-r-hover{
  display: block;
}
.sidebar-right .block:hover .tg-r{
  display: none;
}
.sidebar-right .tip1{
  position: absolute;
  display: none;
  width: 175px;
  background: #fff;
  padding: 8px 12px;
  top: -50px;
  left: -120px;
  box-shadow: 0px 0px 5px 0px rgba(9,44,78,0.1);
  border-radius: 18px;
border: 1px solid #DFE6F3;
color: #041E39FF;
word-break: break-all;
  font-size: 14px;
  z-index: 100000;
}
.sidebar-right .block:hover .tip1,
.sidebar-right .tip:hover{
  display: inline-block;
}