@charset "utf-8";
  ::-webkit-scrollbar {width: 8px;height: 12px;}
div::-webkit-scrollbar {width: 6px;height: 10px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb {border-radius: 16px;background: #bcbcbc;}
::-webkit-scrollbar-thumb:window-inactive,
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:vertical:active {background: #a8a8a8;} img{
border-radius:15px;
} .sitetips {
background:
conic-gradient(
from -45deg at 400px 300px,
hsla(170deg, 100%, 70%, .7),
transparent 50%,
hsla(219deg, 90%, 80%, .5) 100%),
linear-gradient(-45deg, #060d5e, #002268);
border: 1px;
position: fixed;
bottom: 73px;
left: 0;
right: 0;
z-index: 998;
width: 50%;
max-width: 525px;
border-radius: 7px;
font-size: 15px; padding: 14px 35px 12px;
color: #ffffff;
margin: 0 auto;
text-align: center;
} .phone{
display: block;
}
@media (max-width: 1064px) {
.phone{
display: none !important;
}
} .win{
display: none;
}
@media (max-width: 1000px) {
.win{
display: block !important;
}
}