
.QR_code
{
    width: 10rem;
    height: 10rem;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../assets/fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.woff2') format('woff2');
}


.popoverQRC
{
  position:absolute;
  z-index: 999999;
  /* opacity: 1; */
  bottom: -5%;
  /* top:0%; */
  left: 90px;
  /* animation: fadeIn 0.3s .1s ease both;  */
  cursor: default;
}
 @keyframes fadeIn {
 0% {
  opacity: 0;
  transform: translateY(400upx)
 }
 100% {
  opacity: 1;
  transform: translateY(0)
 }
}

.weixingQRC:hover .popoverQRC
{
  display: block;
}
.weixingQRC
{
  cursor: default;
}

.popover-img
{
    /* background-color: rgba(255, 227, 16, 0.515);  */
  padding: 5px 5px 5px 5px;
  
}
.lbt-container
{
  padding: 0;
}
#my-name
{
  color:rgb(98, 98, 98);
}
.news-item-desc
{
  text-align: center;
}
/*
  主页第一张轮播图，PC端时隐藏遮罩内容，其他端时显示遮罩内容。
*/
#lbt-1
{
  display: block;
}
@media (min-width:1201px)
{
  #lbt-1
  {
    display: none;
  }
}


.btn-top-group
{
  display: none;
   border: 1px solid #D4D4E1;
  position:fixed ;
  background-color: #ffff;
  opacity: 1; /* 或任何大于0的值 */
  width: 60px;
  bottom: 34%;
  right: 150px;
  z-index: 100;
  border-radius: 5px;
  flex-direction: column; /* 使得子元素垂直排列 */
}

.btn-top-group:hover
{
  border: 1px solid #f84545;
}
.btn-top
{
  display: flex;
  flex-direction: column; /* 使得子元素垂直排列 */
}
#btn-top-arrow
{
  height:30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#btn-top-wechat
{
  position:relative ;
  right: 0;
  border-radius: 10px;
  height:60px;
  width: 100%;
  justify-content: center; 
  align-items: center;
  text-align: center;
}
#btn-top-wechat 
{
  display: flex;
  justify-content: center; 
  align-items: center;  
}
#wechat-QRC
{
  height: 150px;
  width: 150px;
  position:fixed ;
  z-index: 100;
  bottom: 36%;
  right: 0;
}
.wechatQRCptage
{
  color: #87a08b;
}

@media(max-width:1700px)
{
  .btn-top-group
  {
    right: 0;
    bottom:60px;
  }
  #wechat-QRC
  {
    height: 150px;
    width:  150px;
    right: 0;
    bottom:180px;
  }
}

/*
  产品页更多产品标签
*/
@media (min-width:1650px)
{
  #product-more
{
  position: absolute;
  top: 125px;
  right: 42%;
  
}
}
/*
  产品页更多产品二维码
*/
#doudian-QRC
{
 
  position: absolute;
  height: 150px;
  width: 150px;
  top:0;
  right: 33%;
  
}

