* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

#right-nav {
    width: 42px;
    position: fixed;
    right: 10px;
    z-index: 9999;
    bottom: 300px;
}

#right-nav .nav {
    bottom: 22px;
    right: 0;
    width: 40px;
    height: 76%;
}
#right-nav-close {
    position: absolute;
    top: -20px;
    right: -5px;
    width: 20px;
    height: 20px;
    /*padding: 5px;*/
    cursor: pointer;
}
#right-nav-close:hover {
    text-shadow: 1px 1px 1px gray;
}
#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: 40px;
    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;
    cursor: pointer;
    background-color: #FA9E22;
}

.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-content {
    margin-left: -3.5px;
    margin-top: 3px;
    font-size: 12px;
    font-weight: bold;
    font-family: 微软雅黑, sans-serif;
    writing-mode: vertical-lr;
    letter-spacing: 0.2em;
    cursor: pointer;
    color: #ffffff;
}

.last-li-qr:hover .last-li-wrap {
    cursor: pointer;
    display: block;
}

.contact-us-wrap {
    width: 130px;
    right: 130px;
    position: relative;
    background-color: white;
    box-shadow: 0px 3px 10px 0px rgba(217, 226, 252, 1);
    border-radius: 4px;
}

.contact-us-ui {
    height: 100px;
    margin-left: 14px;
}

.contact-us-box {
    font-size: 12px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 17px;
    margin-left: 15px;
    margin-bottom: 5px;
    padding-top: 9px;
}

.contact-us-ui > ul > li > span {
    height: 17px;
    font-size: 12px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgb(8, 9, 9);
    line-height: 17px;
    margin-left: 4px;
}

.contact-us-img {
    width: 12px;
    height: 12px;
}

.contact-us-wrap hr {
    margin: 1px 12px;
    border: 0;
    border-top: 1px solid #eee;
}


.contact-customer-img {
    width: 20px;
    height: 20px;
    margin-left: -4px;
    margin-bottom: 4px;
    content: url("/oauth/static/default/img/icon/user_hover.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;
    cursor: pointer;
    display: block;
}

.last-li-wrap {
    right: 19px;
    display: none;
    position: relative;
    bottom: 33px;
}

.contact-us-button {
    width: 80%;
    height: 30px;
    background: #FA9E22;
    border-radius: 5px;
    font-size: 14px;
    font-family: 微软雅黑, serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 15px;
    border: none;
    margin-left: 6px;
    padding-bottom: 1px;
    margin-top: 15px;
}
