*{
    margin: 0;
    padding:0;
}
ul{
    list-style: none;
}
#right-nav{
    width:42px;
    position: fixed;
    right:10px;
    z-index: 20;
    bottom: 300px;
}
#right-nav .nav{
    bottom:22px;
    right:0;
    width:40px;
    height: 76%;
}
#right-nav-list{

}
.first-li{
    position: relative;
    left: 0;
    top: 0;
    height: 124px;
    width: 40px;
    margin-bottom: 1px;
}
.last-li{
    position: relative;
    left: 0;
    top: 0;
    height: 124px;
    width: 40px;
    margin-bottom: 1px;
}
.contact-us{
    width: 42px;
    height: 114px;
    display: block;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 3px;
    position: fixed;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 10px 0px rgba(217,226,252,1);
    font-size: 11px;
}
.last-li-qr{
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 10px 0px rgba(217,226,252,1);
    border-radius: 3px;
    padding: 8px 13px;
}
.last-li-wechat{
    width: 108px;
    height: 140px;
    right: 108px;
    position: relative;
    bottom: 55px;
    box-shadow: 0px 3px 10px 0px rgba(217,226,252,1);
    background-color: white;
    border-radius: 3px;
}
.last-li-qr:hover{
    cursor: pointer;
    background-color: #076AFF;
}
.contact-us:hover{
    cursor: pointer;
    background-color: #076AFF;
}
.contact-us:hover .contact-us-content{
    cursor: pointer;
    color: #FFFFFF;
}
.last-li-qr:hover .last-li-wrap{
    cursor: pointer;
    display: block;
}
.contact-us-wrap{
    width: 193px;
    right: 193px;
    position: relative;
    background-color: white;
    box-shadow: 0px 3px 10px 0px rgba(217,226,252,1);
    border-radius: 4px;
}

.contact-us-ui{
    height: 148px;
    margin-left: 14px;
}
.contact-us-box{
    font-size: 12px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: rgba(51,51,51,1);
    line-height: 17px;
    margin-left: 15px;
    margin-bottom: 9px;
    padding-top: 9px;
}
.contact-us-ui > ul > li> span{
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(104,118,156,1);
    line-height: 17px;
    margin-left: 4px;
}
.contact-us-img{
    width: 12px;
    height: 12px;
}
.last-li-wechat-img{
    width: 79px;
    height: 79px;
    margin-left: 12px;
}
.attention-us{
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: rgba(51,51,51,1);
    line-height: 17px;
    margin-left: 12px;
    margin-top: 8px;
    padding: 6px;
}
.last-li-wechat hr{
    margin-top: 10px;
    margin-bottom: 14px;
    margin-left: 12px;
    border: 0;
    border-top: 1px solid #eee;
}
.contact-us-wrap hr{
    margin-top: 5px;
    margin-bottom: 14px;
    margin-left: 12px;
    border: 0;
    border-top: 1px solid #eee;
}
.contact-us:hover .contact-customer-img{
    content: url("/oauth/static/default/img/customer_service_white.png");
}
.last-li-qr:hover .last-li-qr-img{
    content: url("/oauth/static/default/img/qr_code_white.png");
}
.triangle-one{
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-left: 6px solid white;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: fixed;
    margin-top: 10px;
}
.contact-us-wrapper{
    right: 20px;
    position: relative;
    display: none;
    bottom: 93px;
}
.last-li-wrap{
    right: 19px;
    display: none;
    position: relative;
    bottom: 33px;
}
.contact-us:hover .contact-us-wrapper{
    cursor: pointer;
    display: block;
}
.contact-us-button{
    width: 80%;
    height: 30px;
    background: rgba(0,102,255,1);
    border-radius: 5px;
    font-size: 14px;
    font-family:PingFang SC;
    font-weight: 500;
    color: rgba(255,255,255,1);
    line-height: 15px;
    border: none;
    margin-left: 10px;
    padding-bottom: 1px;
}

