/* 左侧边栏 */
.comleft_cont{
    background: rgb(255 255 255 / 88%);
    border: 1px solid rgba(237,240,247,.7);
    border-radius: 0 0 20px 0;
    box-shadow: 0px 5px 7px 0px rgba(255,109,13,0.11);
    left: 0;
    position: fixed;
    top: 30%;
    width:80px;
    box-sizing: border-box;
    padding: 15px 0;
    z-index: 20;
}
.cbl_item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 44px;
    height: 44px;
    margin: 8px auto 0 auto;
    position: relative;
    cursor: pointer;
}
.wechat {
    background: url(../../img/current/l1.png) no-repeat center;
}
.douyin{
    background: url(../../img/current/l2.png) no-repeat center;
}
.video{
    background: url(../../img/current/l3.png) no-repeat center;
}
.weibo{
    background: url(../../img/current/l4.png) no-repeat center;
}
.tm{
    background: url(../../img/current/l5.png) no-repeat center;
}
.wechat:hover {
    background: url(../../img/current/l1c.png) no-repeat center;
}
.douyin:hover{
    background: url(../../img/current/l2c.png) no-repeat center;
}
.video:hover{
    background: url(../../img/current/l3c.png) no-repeat center;
}
.weibo:hover{
    background: url(../../img/current/l4c.png) no-repeat center;
}
.tm:hover{
    background: url(../../img/current/l5c.png) no-repeat center;
}
.comleft_cont:after {
    background-image: url(../../img/current/gz.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 74px;
    left: 0;
    position: absolute;
    top: -60px;
    width: 100%;
}
.shows {
    background-color: #ffffff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 70px;
    z-index: 20;
    display: none;
    box-sizing: border-box;
    padding: 4px 8px;
    box-shadow: 0px 7px 19px 0px rgba(0,0,0,0.1);
}
.shows::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 13px;
    left: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
}
.wxewm{
    display: block;
    width: 110px;
    height: 110px;
}
.itemewm p {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin:0 0 6px 0;
}

/* 右侧边栏 */
.comright_cont {
    box-sizing: content-box;
    position: fixed;
    right: 0;
    top: 35%;
    width: 80px;
    overflow: hidden;
    background: rgb(255 255 255 / 88%);
    box-shadow: 0px 5px 7px 0px rgba(255,109,13,0.11);
    border-radius: 20px 0px 0px 20px;
    border: 1px solid rgba(237, 240, 247, 0.7);
    z-index: 20;
}
.comrightA{
    position: relative;
    box-sizing: content-box;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    cursor: pointer;
}
.commonrightI {
    display: block;
    margin: 0 auto;
}
.comrightA::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background: #e3e3e3;   
}
.comrightA:last-child::after{
    background: transparent;
}
.oneA::before{
    content: '';
    width: 77px;
    height: 74px;
    background: center / contain no-repeat;
    background: url(../../img/current/kefu_big.png);
}
.twoA::before{
    content: '';
    width: 27px;
    height: 23px;
    background: center / contain no-repeat;
    background: url(../../img/current/present.png);
}
.threeA::before{
    content: '';
    width: 25px;
    height: 29px;
    background: center / contain no-repeat;
    background: url(../../img/current/center_gray.png);
}
.fourA::before{
    content: '';
    width: 30px;
    height: 30px;
    background: center / contain no-repeat;
    background: url(../../img/current/top.png);
}
.comrightA:hover{
    background-color: #ff6d0d;
}
.comrightA:first-child:hover{
    background-color: transparent;
}
.comrightA:hover::after{
    background: transparent; 
}
.comrightA:hover .crightW{
    color: #fff;; 
}
.twoA:hover::before{
    content: '';
    width: 27px;
    height: 23px;
    background: center / contain no-repeat;
    background: url(../../img/current/present1.png);
}
.threeA:hover::before{
    content: '';
    width: 25px;
    height: 29px;
    background: center / contain no-repeat;
    background: url(../../img/current/center_gray1.png);
}
.fourA:hover::before{
    content: '';
    width: 30px;
    height: 30px;
    background: center / contain no-repeat;
    background: url(../../img/current/top1.png);
}
.crightW {
    display: block;
    font-size: 13px;
    text-align: center;
    margin-top: 6px;
    color: #FF6D0D;
}

.common_kefuBox {
    position: fixed;
    width: 38.7vh;
    max-height: 68.86vh;
    height: calc(100vh - 10.32vh);
    right: 9vh;
    bottom: 5.16vh;
    background: #fafafb;
    box-shadow: 0 0.21vh 0.83vh 0 rgba(0,0,0,.14);
    overflow: hidden;
    display: none;
    z-index: 99;
}

.common_kefuClose {
    width: 1.75vh;
    display: block;
    position: absolute;
    top: 1.86vh;
    right: 5.16vh;
    cursor: pointer;
}

.common_kefuiframe {
    width: 100%;
    height: 100%;
}