/*侧边栏css*/
body,ul,li{margin:0px; padding:0px;}
  ul,li{ list-style: none; }
  .nav_right{
    position: fixed;right: 0px;background: #fff;border: 1px solid #DFE1ED;transition: right 800ms ease-out;z-index: 999;
}

  .fix_right li{
    height: 80px;
    line-height: 80px;
    width: 75px;
    text-align: center;
}

  .nav_right .nav_content{
    padding-left: 16px;
    padding-right: 6px;
}
  .nav_right .nav_content>p,.nav_right .nav_content>div{
    line-height: 57px;
}
  .nav_right .nav_content>.bold-font{
    font-size: 17px;  position: relative; top: -10px;
}
  /*几秒弹窗css*/
  #pop_div{
    position: fixed;width: 453px;height: 222px;background: #9ED2FD; z-index: 999; color: #131F79;font-size: 18px; border-radius: 13px;
}
  #pop_div>.inline-block{
    padding:31px 20px; width: 100%
}
  #pop_div>.inline-block>img{
    width: 138px;height: auto;
}
  #pop_div>.inline-block>p{
    padding-left:13px ; line-height: 29px; vertical-align: middle;
}
  #pop_div>.inline-block>div{
    width:95%;margin: 0 auto;margin-top: 20px;
}
  #pop_div>.inline-block>div>.pop_button{
    margin: 0 16px;
    width: 163px;
    line-height: 40px;
    border: 1px solid #71B8F6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
  #pop_div>.inline-block>div>.pop_button+.pop_button{
    margin-left: 15px;
}
  .background_B9DFFE{
    background: #B8DEFF;
}
  .background_B9DFFE:hover{
    background: #D4EBFF;
}
  .background_B9DFFE:active{
    background: #88C3F5;
}
  .background_EBF5FF{
    background: #FFF;
}
  .background_EBF5FF:hover{
    background: #EBF5FF;
}
  .background_EBF5FF:active{
    background: #B9DFFF;
}
  #pop_div>.pop_close{
    width: 15px;
    height: 15px;
    background-image: url('../images/popclose.png');
    background-position: 0 0;
    background-repeat: repeat-y;
    position: absolute;
    top: 10px;
    right: 10px;
}
  .pop_close:hover{
    background-position: 0 50% !important;
}
  .pop_close:active{
    background-position: 0 100% !important;
}
  .border_bottom{
    border-bottom: 1px solid #DFE1ED;
}
  .border_right{
    border-right: 0 !important;
}