.rigth_box2{
    left: auto  !important;
    right: 2% !important;
    bottom: 2px !important;
}
.rigth_box2 li {
    margin: 0 !important;
}

.left_box{
    position: fixed;
    left: 4.8%;
   bottom: 2%;
   z-index: 999;
   }
.rigth_box {
   position: fixed;
   right: 2%;
   /* bottom: 2%; */
   bottom: 12% !important;
   z-index: 999;
}
.left_box li,
.rigth_box li {
   float: unset;
   margin: 10px 0;
   cursor: pointer;
   width: 100px;
   background: #fff;
   padding: 5px;
}
   .left_box li{
    width: 240px;
         width: 260px;
       margin: 0;
       padding: 0;
       background: none;
   }
   
   .left_box li img,
.rigth_box li img {
   width: 100%;
}

.rigth_box li p {
   padding: 5px 4px;
   font-size: 12px;
   text-align: center;
}
.rigth_box2>span,
.left_box>span{
    position: absolute;
    right: 0;
    top: -22px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    display: block;
    font-size: 18px;
}
.rigth_box2{
    position: fixed;
    right: 0;
    bottom: 5px;
    z-index: 999;
}
.rigth_box2>span{
    top: 5px;
    color: #000;
    border-color:#000 ;
}
.rigth_box2{
    width: 280px;
}


@media (max-width: 1366px) {
    .left_box{
        left: 0;
        bottom: 1%;
    }
    .left_box>span{
        color: #dc0909;
        border: 1px solid #dc0909;
    }
}

@media (max-width: 768px) {
    .left_box{
        /* width: 100%;
        height: 100%; */
        /* background: rgba(0, 0, 0, .5); */
        left: 0;
        bottom: 3px;
        /* overflow-y: auto; */
    }
    .left_box li{
        width: 140px
    }
    .left_box>span{
        color: #dc0909;
        border: 1px solid #dc0909;
    }
}
