.side-toolbar {
    position:fixed;
    right:8px;
    bottom:150px;
    width:84px;
    height:20px;
    z-index:1999
   }
#customerContentId {
    position:fixed;
    right:8px;
    bottom:210px;
    width:84px;
    height:92px;
    z-index:1999
   }
   .side-toolbar a.option-box {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
/*     border-radius:50%; */
    background:#F5F5F5;
    border-bottom:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow:0 2px 4px 0 rgba(0,0,0,.05);
    background-color:#fff;
    text-align:center;
    height:92px;
    cursor:pointer;
    margin-top:8px
   }
   .side-toolbar a.option-box:first-child {
    border-top:1px solid #e0e0e0
   }
   .side-toolbar a.option-box:[data-type=report] {
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#4d4d4d
   }
   .side-toolbar a.option-box[data-type=app]:hover .app-qr-box {
    display:block
   }
   .side-toolbar a.option-box .app-qr-box {
    display:none;
    position:absolute;
    margin-right:44px;
    right:0;
    top:0;
    padding-right:4px
   }
   .side-toolbar a.option-box .app-qr-box .bg-box {
    padding:8px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border:1px solid #e0e0e0;
    background-color:#fff;
    -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow:0 2px 4px 0 rgba(0,0,0,.1)
   }
   .side-toolbar a.option-box .app-qr-box .bg-box .qr-item-box {
    margin:8px;
    padding:8px;
    border:1px solid #ebebeb;
    border-radius:4px
   }
   .side-toolbar a.option-box .app-qr-box .bg-box .qr-item-box img {
    display:block;
    width:120px;
    height:auto
   }
   .side-toolbar a.option-box .app-qr-box .bg-box .qr-item-box p {
    margin:8px 0 0;
    font-size:14px;
    color:#4d4d4d
   }
   .side-toolbar a.option-box[data-type=feedback] img {
    width:26px
   }
   .side-toolbar a.option-box[data-type=gotop].go-top-hide {
    visibility:hidden
   }
   /* .side-toolbar a.option-box.active img,
   .side-toolbar a.option-box:hover img {
    display:none
   } */
   .side-toolbar a.option-box.active .show-txt,
   .side-toolbar a.option-box:hover .show-txt {
	    display:-webkit-box;
	    display:-ms-flexbox;
	    display:flex;
	    opacity:100
   }
   .side-toolbar a.option-box img {
    display:block;
    width:84px;
    height:auto
   }
   .side-toolbar a.option-box .show-txt {
    display:none;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:50%;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:12px;
    line-height:14px;
    color:#999aaa;
    background-color:#fff;
    text-align:center;
    opacity:0;
    -webkit-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
   }
   
 P{
 font-family: "microsoft yahei";
 }
  
#customerContentId{
	width:200px;
	height:228px;
}
.weixin-toolbar{
	background-color:#FFF;
}
#customerContentId .weixin-toolbar img{
	width:150px;
	padding:25px;
	-webkit-box-sizing: revert;
}
#customerContentId .bottom-toolbar{
	width:100%;
	height:78PX;
	background-color:#FFF;
}
#customerContentId .bottom-toolbar p{
	margin-left: 13px;
}
#customerContentId .bottom-toolbar .time{
	font-size:14px;
	color:#212121;
    padding-top:16px;
    padding-bottom:10px;
}
#customerContentId .bottom-toolbar .week{
	font-size:12px;
	color:#212121;
	width:150px;
}
#customerContentId .top-toolbar{
	width:100%;
	height:110px;
	padding: 1px 0px;
	text-align: center;
	background-color:#E8EFF7;
}
#customerContentId .top-toolbar:first-child p{
	margin: 16px 0px;
	font-size:14px;
}
#customerContentId .top-toolbar .qq-bar{
	width:148px;
	height:30px;
    margin: 0 auto;
    cursor:pointer;
    border-radius: 15px;
	background-color:#0458A0;
}
#customerContentId .top-toolbar .qq-bar p{
	color:#FFF;
	font-size:12px;
	line-height: 30px;
    text-align: center;
}
#customerContentId .top-toolbar .weixin-bar{
	width:148px;
	height:30px;
    margin: 0 auto;
    cursor:pointer;
    border-radius: 15px;
	background-color:#0458A0;
}
#customerContentId .top-toolbar .weixin-bar p{
	color:#FFF;
	font-size:12px;
	line-height: 30px;
    text-align: center;
}