
/* id="fixed" */
.fixed {
  position: fixed;
  top: 42%;
  right: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 9999;
}
.fixed img {
  width: 40px;
  height: 40px;
}
.fixed .pcDialog {
  width: 266px;
  position: absolute;
  top: -90px;
  right: 80px;
  z-index: 100;
}
.fixed .dialog-header {
  height: 40px;
  line-height: 40px;
  background: url("../picture/download8.png") no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  font-family: Microsoft YaHei-Light,Microsoft YaHei;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.fixed .dialog-body {
  background-color: #fff;
  text-align: center;
  
  padding-bottom: 20px;
}
.fixed .pcDialog img {
  width: 226px;
  height: 226px;
  margin-top: 20px;
}
.fixed .copy-text {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 10px 0;
}
.fixed .pc-copy {
  width: 226px;
  height: 39px;
  background: #b38548;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 39px;
  margin: 0 auto;
}
.fixed-kefu {
  width: 254px;
  height: auto;
  position: fixed;
  top: 35%;
  left: 0;
  font-size: 0;
  cursor: pointer;
}
.pc-item .pc-s{
    display: block;
}

.pc-item .pc-a{
    display: none;
}


.pc-item.active .pc-s{
    display: none;
}

.pc-item.active .pc-a{
    display: block;
}


#bottom-right-element {
    position: fixed; 
    right: 50px; 
    bottom: 20px; 
    width: 150px; 
    height: 60px;
    background-color: red; 
    color: white; 
    z-index: 1000; 
    border-radius: 50px;
    padding: 10px;
    box-sizing: border-box; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    line-height: 40px;
}


@media screen and (max-width: 768px) {
    #bottom-right-element {
        width: 150px;
        height: 54px; 
        right: 10px;
        bottom: 10px; 
        line-height: 24px; 
    }
}


@keyframes color-flash {
    0%, 100% { background-color: green; } 
    50% { background-color: white; }
}


.circle-dot {
    position: absolute; 
    top: 3px; 
    left: 121px; 
    width: 15px; 
    height: 15px; 
    background-color: #07C160; 
    border-radius: 50%; 
    animation: color-flash 2s infinite; 
}