 .btn-normal {
     position: relative;
     cursor: pointer;
 }

 .bdsharebuttonbox {
     display: block;
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     top: 0
 }

 .shareBox {
     width: 300px;
     background-color: #fff;
     position: fixed;
     top: 50%;
     left: 50%;
     margin: -150px 0 0 -150px;
     z-index: 9998;
     height: 310px;
     border: 6px solid #8F8F8F;
     border-radius: 8px;
     box-shadow: 0 0 7px #aaa;
     display: none;
 }

 .shareBox {
     font-size: 14px;
 }

 .shareBox .title {
     background: #f6f6f6;
     font-size: 16px;
     font-weight: bold;
     padding: 10px 15px !important;
 }

 .shareClose {
     position: absolute;
     right: 0;
     top: 0;
     cursor: pointer;
 }

 .sharelist {
     position: static;
     height: 275px;
     overflow-y: auto;
 }

 .sharelist li {
     float: left;
     width: 130px;
     padding: 2px;
     margin-left: 6px;
     _margin-left: 3px;
     height: 28px;
     overflow: hidden;
     list-style: none;
 }

 .sharelist li a {
     color: #565656;
     font: 15px '宋体';
     display: block;
     background-image: url(/images/2021gb/icons_0_16.png);
     background-repeat: no-repeat;
     padding: 5px 0 5px 28px;
     text-decoration: none;
     border: 1px solid #fff;
     line-height: 18px;
 }
.weChatBox{width: 300px;height:360px;background-color:#fff;border:solid 1px #d8d8d8;padding:10px;position: fixed;left: 50%;top: 50%;margin:-180px 0 0 -150px;z-index: 9998;display: none;}
.weChatBox .w-title{font-size: 12px;font-weight: bold;padding:0 0 10px 0;}
.w-close{width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 20px;position: absolute;right: 0;top: 0;color:#333;cursor: pointer;}
.qrcode{width: 200px;height: 200px;margin:15px auto;background: #ccc;}
.w-footer{font-size: 12px;line-height: 1.5;color:#999;}
#qrodeText{opacity: 0;position: absolute;left: 0;top: 0;z-index: 0;visibility:hidden;}
