/**2017/8/15  9:13*/
.callup_nav{
    position: absolute;
    right:0rem;
    bottom: -14.5rem;
    z-index:1001;
    
}
.hidde {
    display:none;
}
.callup_nav .callup_nav_btn{
   position:absolute;
   top: -0.9rem;
   right: 2rem;
   background:url("/Content/images/m/up_triangle.png") no-repeat;
   background-size:contain;
   width:1rem;
   height:1rem;
   line-height:1;
}
.callup_nav .callup_nav_content{
    background: #fff;
    border-radius: 0.5rem;
    border:1px solid #D53D3E;
    width: 10.9rem;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    overflow: hidden;
}
.call_up_content .call_up_main .rt_nav .rt_nav_wrap .rt_nav_btn{
    
    top: -25px;
    left: -40px;
    border-radius: 50%;
    border: 10px solid rgba(5,197,198,.5);
}

.callup_nav .callup_nav_content li {
    padding:10px 20px;
        height: 3.25rem;
    line-height:2.5rem;
    border-bottom: 1px solid #D53D3E;
}


 .show_callup_nav {
    right: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}