.wechat-code-link {
    width: 160px;
    height: 244px;
    background: #fff;
    position: fixed;
    right: 16px;
    top: 30%;
    border: 1px solid #DDDDDE;
}
.wechat-code-link img {
    width: 112px;
    height: 120px;
    display: block;
    margin: 24px auto 32px;
}
.wechat-code-link .wechat-code-title {
    text-align: center;
    font-size: 14px;
}
.wechat-code-link .wechat-code-title div:first-child {
    color: #4F4F4F;
    margin-bottom: 4px;
}
.wechat-code-link .wechat-code-title div:last-child {
    color: #BDBDBD;
}

#contact-us-data .contact-us-li {
    margin-bottom: 16px;
    padding: 16px 32px;
    display: flex;
    justify-content: start;
}
#contact-us-data li:nth-child(2n+1) {
    background: #F5F5F5;
}
#contact-us-data .contact-us-li .contact-us-title {
    min-width: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #CC953D;
    margin-right: 32px;
}
#contact-us-data .contact-us-li .contact-us-content {
    font-size: 14px;
    color: #4F4F4F;
}
#contact-us-data .contact-us-li .contact-us-content div {
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    #contact-us-data .contact-us-li {
        padding: 8px 16px;
    }
    #contact-us-data .contact-us-li .contact-us-title {
        width: 48px;
        margin-right: 16px;
    }
}