*{ margin:0; padding:0; list-style:none;}
img{ border:0;}
/*.lanren{ position:absolute;top:75%; right:0;z-index:999;}*/
.lanren{ position:fixed;top: 59vh; right:0;z-index:999;}
.lanren .slide_box{ width:154px; height:auto; overflow:hidden; font-size:12px; text-align:center; line-height:130%;  border-bottom:2px ;}
.lanren .slide_box .weixin{ margin-bottom:5px;}
.lanren .slide_box img{ cursor:pointer;}
.lanren .slide_box p{ text-align:center; padding:5px; margin:5px;border-bottom:1px solid #ddd;}
.lanren .slide_box span{ padding:5px 10px; display:block;}



.mylanren{
    position:fixed;
    top: 55vh;
    right:0;
    z-index:999;
    font-weight: bolder;
    
}
.mylanren .box{
    width:154px;
    position: relative;
    border: 1px solid #FF0000;
    padding: 16px;
    background-color: #fff;
    
}

.mylanren .box .mytilte{
    font-size: 1.25rem;
    color: #FF0000;
    font-weight: border;
}

.my_li{
    font-size: 1rem;
    position: relative;
}
.mylanren .my_li::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #404040;
    border-radius: 50%;
    top: 5px;
    left: -14px;
}
.mylanren .mytitlete{
    position: relative;
}
.mylanren .mytitlete:before{
      position: absolute;
    content: '';
    width: 12px;
    height: 10px;
    background-image: url(../img/phoneicon.jpg);
    background-size: 100% 100%;
    top: 7px;
    left: -14px;
}
.mylanren .tbtx{
    position: absolute;
    color: #fff;
    font-weight: bolder;
    font-size: 1.5rem;
    width: 30px;
    height: 100%;
    top: 0;
     border: 1px solid #DC0000;
    left: -30px;
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #DC0000;
}
.mylanren .close_w{
  position: absolute;
  
    left: -56px;
    top: -0px;
    width: 26px;
    height: 26px;
    background-color: #C00000;
    background-image: url(../img/close_w.svg);
    background-size: 17px 17px;
    background-position: center center;
    background-repeat: no-repeat;

}

.mylanren .mytilte{
    margin-top: 10px;
}






















