/*鍙充晶鐐瑰嚮缃《*/
.right_fixed{
    position: fixed;
    right: 1%;
    bottom: 10%;
}
.right_fixed ul li{
    width: 40px;
    height:60px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border:1px solid #e1e1e1;
    cursor: pointer;
}
.right_fixed ul a{
    text-decoration: none;
}
.right_fixed ul a:hover{
    text-decoration: none;
    color: #3397DC;
}
.right_fixed ul a:focus{
    color: #000;
}
.right_fixed ul li img{
    width: 22px;
    height:22px;
}
.right_fixed ul li:first-child,.right_fixed ul li:nth-child(2){
    border-bottom: none;
}
.word_style{
    color: #3397DC;
}
/*鍙充晶浜岀淮鐮�*/
.right_wx{
    position: fixed;
    right: 57px;
    bottom: 10%;
    width: 160px;
    height:180px;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1;
    display: none;
}
.right_wx p{
    font-size: 12px;
    color: #aaa;
    margin: 5px 0 0 0;
}
.right_wx img{
    width: 140px;
    height:140px;
}
/*鍙充晶app*/
.right_app{
    position: fixed;
    right: 57px;
    bottom: 10%;
    width: 380px;
    height:200px;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1;
    display: none;
}
.right_app p{
    font-size: 12px;
    margin-top: 5px;
    color: #aaa;
}
#app_down_3{
    margin-top: 14px;
}

